SAP Reports / Programs | Real Estate Management | Input Tax Treatment(RE-IT) SAP RE

RFVIBEBASEF01 SAP ABAP INCLUDE - documentation and ABAP source code







RFVIBEBASEF01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFVIBEBASEF01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RFVIBEBASEF01. "Basic submit
SUBMIT RFVIBEBASEF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIBEBASEF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFVIBEBASEF01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

FVAU_AUTHORITY_CHECK CALL FUNCTION 'FVAU_AUTHORITY_CHECK' EXPORTING object = auth_object authpar = ls_authpar EXCEPTIONS no_authority = 1 invalid_object = 2 OTHERS = 3.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = i_messages-msg_id msgty = i_messages-msg_type msgv1 = i_messages-msg_v1 msgv2 = i_messages-msg_v2 msgv3 = i_messages-msg_v3 msgv4 = i_messages-msg_v4 txtnr = i_messages-msg_no zeile = gd_messline EXCEPTIONS message_type_not_valid = 01 not_active = 02.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gd_repid i_internal_tabname = 'GT_VIBECO' i_structure_name = 'VIBECO' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = rt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gd_repid i_internal_tabname = 'GT_VIBEBASE_ITEM' i_structure_name = 'VIBEBASE' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = rt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' * EXPORTING * ONLY_FOR_ACTUAL_LINE = * LINE_FROM = ' ' * LINE_TO = ' ' * SEVERITY_FROM = 0 * SEVERITY_TO = 16 IMPORTING count = ld_count max_severity = ld_severity * E_CHECK_ON_COMMIT = * E_HANDLER_ACTIVE = EXCEPTIONS inconsistent_range = 1 inconsistent_range_severity = 2 OTHERS = 3 .

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING i_use_grid = 'X'.

ENQUEUE_EVIBEBASE CALL FUNCTION 'ENQUEUE_EVIBEBASE' EXPORTING mode_vibebase = 'E' mandt = sy-mandt * CORBASEGUID = x_corbaseguid = 'X' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

RE_BE_READ_VIBEBASE CALL FUNCTION 'RE_BE_READ_VIBEBASE' EXPORTING id_basetyp = con_basetyp_a TABLES it_vibeco = gt_vibeco et_vibebase = gt_vibebase.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = gs_vibebase_new-corbaseguid.

RE_BE_UPDATE CALL FUNCTION 'RE_BE_UPDATE' IN UPDATE TASK TABLES xvibebase = gt_vibebase_new.

DEQUEUE_EVIBEBASE CALL FUNCTION 'DEQUEUE_EVIBEBASE' EXPORTING mode_vibebase = 'E' mandt = sy-mandt * CORBASEGUID = x_corbaseguid = 'X' _scope = '3' _synchron = ' ' _collect = ' '.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFVIBEBASEF01 or its description.