RFVIBECORREVLOAD 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 RFVIBECORREVLOAD into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
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.
ENQUEUE_EVIBEITEM CALL FUNCTION 'ENQUEUE_EVIBEITEM' EXPORTING mode_vibeitem = 'E' mandt = sy-mandt * coritemguid = x_coritemguid = 'X' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
MESSAGE_SET_DEFAULTLINE CALL FUNCTION 'MESSAGE_SET_DEFAULTLINE' EXPORTING arbgb = con_arbgb_re_be msgty = con_info msgv1 = gs_vibeco-bukrs msgv2 = gs_vibeco-corobj * MSGV3 = ' ' * MSGV4 = ' ' txtnr = '103' zeile = gd_messline * MODIFY = ' ' EXCEPTIONS not_active = 1 OTHERS = 2.
RE_BE_READ_VIBEBASE CALL FUNCTION 'RE_BE_READ_VIBEBASE' EXPORTING id_basetyp = ' ' TABLES it_vibeco = gt_vibeco et_vibebase = gt_vibebase.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIBECORREVLOAD - documentation and ABAP source code RFVIBECORREVF01 - documentation and ABAP source code RFVIBECORREVCALC - documentation and ABAP source code RFVIBECORREV - documentation and ABAP source code RFVIBECORREV - documentation and ABAP source code RFVIBECORPOST - documentation and ABAP source code