RFTB_MIRROR_CUSTOMIZING_CHECK is a standard Executable ABAP Report 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 RFTB_MIRROR_CUSTOMIZING_CHECK 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.
Title: Report RFTB_MIRROR_CUSTOMIZING_CHECK
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'FTR_MIR' MSGTY = 'W' MSGV1 = L_WA_MDEX-BUKRS MSGV2 = L_WA_MDEX-SGSART MSGV3 = L_WA_MDEX-SFHAART TXTNR = '017'.
FTR_MIR_PARTNER_GET_COMPANY CALL FUNCTION 'FTR_MIR_PARTNER_GET_COMPANY' EXPORTING I_PARTNR = L_WA_MDEX-KONTRH IMPORTING E_COMPANYCODE = L_CO_BUKRS E_NOT_UNIQUE = L_FLAG EXCEPTIONS COMPANY_NOT_FOUND = 1 PARTNER_NOT_FOUND = 2 OTHERS = 3.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = SY-MSGID MSGTY = SY-MSGTY MSGV1 = SY-MSGV1 MSGV2 = SY-MSGV2 MSGV3 = SY-MSGV3 MSGV4 = SY-MSGV4 TXTNR = SY-MSGNO.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'FTR_MIR' MSGTY = 'W' MSGV1 = L_WA_MDEX-KONTRH MSGV2 = L_CO_BUKRS TXTNR = '013'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'FTR_MIR' MSGTY = 'W' MSGV1 = L_WA_MDMAP-METATEXT MSGV2 = L_CO_BUKRS TXTNR = '014'.
FTR_MIR_PARTNER_GET_COMPANY CALL FUNCTION 'FTR_MIR_PARTNER_GET_COMPANY' EXPORTING I_PART_CO = L_WA_MDMAP-BUKRS IMPORTING E_KONTRH = L_KONTRH E_NOT_UNIQUE = L_FLAG EXCEPTIONS COMPANY_NOT_FOUND = 1 PARTNER_NOT_FOUND = 2 OTHERS = 3.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = SY-MSGID MSGTY = SY-MSGTY MSGV1 = SY-MSGV1 MSGV2 = SY-MSGV2 MSGV3 = SY-MSGV3 MSGV4 = SY-MSGV4 TXTNR = SY-MSGNO.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'FTR_MIR' MSGTY = 'W' MSGV1 = L_WA_INMAP-BUKRS MSGV2 = L_KONTRH TXTNR = '013'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'FTR_MIR' MSGTY = 'W' MSGV1 = L_CO_BUKRS MSGV2 = L_KONTRH MSGV3 = L_WA_INMAP-SGSART MSGV4 = L_WA_INMAP-SFHAART TXTNR = '016'.
MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' * EXPORTING * I_ZEILE = ' ' * I_INCL_TITLE = 'X' TABLES T_MESG = L_TAB_MESS.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW'
.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTB_MIRROR_CUSTOMIZING_CHECK - Report RFTB_MIRROR_CUSTOMIZING_CHECK RFTB_MIRROR_CUSTOMIZING_CHECK - Report RFTB_MIRROR_CUSTOMIZING_CHECK RFTB_FUTURES_01 - Listed Options and Futures Distributors RFTB_FUTURES_01 - Listed Options and Futures Distributors RFTB_FORWARD_01 - OTC Transactions: Distributors for Forward Contracts RFTB_FORWARD_01 - OTC Transactions: Distributors for Forward Contracts