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

RFVIBECORFALL SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

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 EXCEPTIONS message_type_not_valid = 01 not_active = 02.

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 = ls_postings-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 = ls_postings-bssbkpf doc_bssbseg = ls_postings-bssbseg doc_bsspara = ls_postings-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.

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



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