RFVIBECORREVPOST 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 RFVIBECORREVPOST 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!
RE_CALCULATE_BASE_AMOUNT CALL FUNCTION 'RE_CALCULATE_BASE_AMOUNT' EXPORTING i_taxam = gs_bssbseg-wrbtr i_mwskz = gs_bssbseg-mwskz i_waers = gs_bssbkpf-waers i_bukrs = gs_bssbseg-bukrs IMPORTING e_fwbas = gs_bssbseg-unka_fwbas TABLES t_mwdat = gt_mwdat EXCEPTIONS OTHERS = 1.
MESSAGE_EXPORT_IMPORT CALL FUNCTION 'MESSAGE_EXPORT_IMPORT' EXPORTING ex_or_if = 'EX' EXCEPTIONS empty = 1 not_active = 2 OTHERS = 3.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
RE_INTERFACE_DOCUMENT CALL FUNCTION 'RE_INTERFACE_DOCUMENT' EXPORTING i_simul = p_xtest i_awtyp = 'RETAX' i_awkey = gd_awkey i_glvor = 'RFBU' i_bukrs = p_bukrs * I_AWKEY_REV = * I_RETURN_ZERO_ITEM = i_generate_zero_item = 'X' IMPORTING e_belnr = gd_belnr * e_gjahr = ld_gjahr * e_bukrs = ld_bukrs TABLES doc_bssbkpf = gt_bssbkpf doc_bssbseg = gt_bssbseg doc_bsspara = gt_bsspara * TAX_BSSBSEG = * doc_accdn = gt_accdn EXCEPTIONS error = 1 OTHERS = 2.
MESSAGE_EXPORT_IMPORT CALL FUNCTION 'MESSAGE_EXPORT_IMPORT' EXPORTING ex_or_if = 'IF' EXCEPTIONS empty = 1 not_active = 2 OTHERS = 3.
RE_BE_UPDATE CALL FUNCTION 'RE_BE_UPDATE' IN UPDATE TASK TABLES * XVIBETAXD = xvibebase = gt_vibebase_new xvibeitem = gt_vibeitem_new.
DEQUEUE_EVIBEBASE CALL FUNCTION 'DEQUEUE_EVIBEBASE' EXPORTING mode_vibebase = 'E' mandt = sy-mandt * CORBASEGUID = x_corbaseguid = 'X' _scope = '3' _synchron = ' ' _collect = ' '.
DEQUEUE_EVIBEITEM CALL FUNCTION 'DEQUEUE_EVIBEITEM' EXPORTING mode_vibeitem = 'E' mandt = sy-mandt * CORITEMGUID = x_coritemguid = 'X' _scope = '3' _synchron = ' ' _collect = ' '.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIBECORREVPOST - documentation and ABAP source code 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