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
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!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.