SAP Reports / Programs | Personnel Management | Personnel Administration | Japan(PA-PA-JP) SAP PA

MP00093J SAP ABAP INCLUDE - Module pool for infotype P0009 - PAI modules







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


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 MP00093J. "Basic submit
SUBMIT MP00093J AND RETURN. "Return to original report after report execution complete
SUBMIT MP00093J VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Module pool for infotype P0009 - PAI modules


INCLUDES used within this REPORT MP00093J

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:

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



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