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

RFVIBECORREVPOST SAP ABAP INCLUDE - documentation and ABAP source code







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


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 RFVIBECORREVPOST. "Basic submit
SUBMIT RFVIBECORREVPOST AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIBECORREVPOST 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 RFVIBECORREVPOST

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:

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 = ' '.



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 RFVIBECORREVPOST or its description.