SAP Reports / Programs | Personnel Management | Personnel Administration | France(PA-PA-FR) SAP PA

MP5F0I00 SAP ABAP INCLUDE - HR-F: fast entry modules, PAI modules







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


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


Text pool values


Title: HR-F: fast entry modules, PAI modules


INCLUDES used within this REPORT MP5F0I00

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:

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



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