MP00093J 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 MP00093J 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: Module pool for infotype P0009 - PAI modules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
KATAKANA_CHECK_SAP CALL FUNCTION 'KATAKANA_CHECK_SAP' "XQHPH4K016625 EXPORTING " I_TEXT = Q0009-EMFTX " * I_TYPE = 'NAME'. ""XYOL9CK007384
KATAKANA * call function 'KATAKANA' "JRIP30K127666 " * exporting " * i_text = q0009-emftx " * i_type = 'ZENGINKYO' " * importing " * e_text = etext " * exceptions " * not_katakana = 1 " * no_valid_type = 2 " * all_space = 3 " * others = 4. "
RP_CHECK_PAYMENT * CALL FUNCTION 'RP_CHECK_PAYMENT' "XMTALRK034463 * EXPORTING "XMTALRK034463 * BANKL = P0009-BANKL "XMTALRK034463 * BANKN = P0009-BANKN "XMTALRK034463 * BANKS = P0009-BANKS "XMTALRK034463 * BKONT = P0009-BKONT "XMTALRK034463 * LAND1 = PSYST-LAND "XMTALRK034463 * ZLSCH = P0009-ZLSCH "XMTALRK034463 * IMPORTING "XMTALRK034463 * BNKA_WA = BNKA "XMTALRK034463 * T042Z_WA = T042Z. "XMTALRK034463
HRCA_PAYMENT_CHECK CALL FUNCTION 'HRCA_PAYMENT_CHECK' "XMTALRK034463 EXPORTING "XMTALRK034463 BANK_COUNTRY = P0009-BANKS "XMTALRK034463 BANK_KEY = P0009-BANKL "XMTALRK034463 BANK_ACCOUNT = P0009-BANKN "XMTALRK034463 BANK_CONTROLKEY = P0009-BKONT "XMTALRK034463 COMPANY_COUNTRY = PSYST-LAND "XMTALRK034463 PAYMENT_METHOD = P0009-ZLSCH "XMTALRK034463 IBAN = P0009-IBAN "L4HK005645 IMPORTING "XMTALRK034463 BANK_DETAIL = BNKA_BF "XMTALRK034463 PAYMENT_METHOD_DETAIL = T042Z_BF "XMTALRK034463 PAYMENT_METHOD_TEXT = T042Z_L_BF-TEXT1. "XMTALRK034463
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.