MP5F0I00 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 MP5F0I00 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: HR-F: fast entry modules, PAI modules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_PAYMENT_CHECK * CALL FUNCTION 'RP_PAYMENT_CHECK' "XLSK11K123258 * EXPORTING "XLSK11K123258 * BEGDA = PSPAR-BEGDA "XLSK11K123258 * ENDDA = PSINFO-ENDDA "XLSK11K123258 * LAND1 = P0009-BANKS "XLSK11K123258 * ZLSCH = P0009-ZLSCH "XLSK11K123258 * BANKL = P0009-BANKL "XLSK11K123258 * BANKN = P0009-BANKN "XLSK11K123258 * BKONT = P0009-BKONT "XLSK11K123258 * PSKTO = P0009-PSKTO. "XLSK11K123258
POSTAL_CODE_CHECK * call function 'POSTAL_CODE_CHECK' "del WGYK026844 * exporting country = p0006-land1 "del WGYK026844 * postal_code = p0006-pstlz. "del WGYK026844
HRCA_POSTAL_CODE_CHECK CALL FUNCTION 'HRCA_POSTAL_CODE_CHECK' "WGYK026844 EXPORTING COUNTRY = P0006-LAND1 "WGYK026844 POSTAL_CODE = P0006-PSTLZ "WGYK026844 IMPORTING POSTAL_CODE = P0006-PSTLZ "WGYK026844 EXCEPTIONS "WGYK026844 NOT_VALID = 1 "WGYK026844 OTHERS = 2. "WGYK026844
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.