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

MPPERSLG SAP ABAP INCLUDE - documentation and ABAP source code







MPPERSLG is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for BEGIN OF UPDATE Common module for infotypes 0014 and 0015 (Wage type check, Fast data entry)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter MPPERSLG 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 MPPERSLG. "Basic submit
SUBMIT MPPERSLG AND RETURN. "Return to original report after report execution complete
SUBMIT MPPERSLG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MPPERSLG

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:

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' "QNOK003869 EXPORTING "QNOK003869 COMPANYCODE = T500P-BUKRS "QNOK003869 IMPORTING "QNOK003869 COUNTRY = LAND "QNOK003869 EXCEPTIONS "QNOK003869 NOT_FOUND = 1 "QNOK003869 OTHERS = 2. "QNOK003869

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING COMPANYCODE = T500P-BUKRS IMPORTING COUNTRY = LAND EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

HR_CHECK_LGART CALL FUNCTION 'HR_CHECK_LGART' "ALRK024061 EXPORTING P_LGART = -LGART P_BEGDA = CPREL-BEGDA P_ENDDA = CPREL-ENDDA P_INFTY = PSPAR-INFTY P_PERSA = PSYST-WERKS P_BTRTL = PSYST-BTRTL P_TRFAR = LS_P0008-TRFAR "MIXN1405888 P_TRFGB = LS_P0008-TRFGB "MIXN1405888 P_PERSG = PSYST-PERSG P_PERSK = PSYST-PERSK P_MSGTP = 'E'.

HR_CHECK_CURRENCY_DELIMITED CALL FUNCTION 'HR_CHECK_CURRENCY_DELIMITED' EXPORTING WAERS = P_WAERS BEGDA = P_BEGDA ENDDA = P_ENDDA.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'T512Z' TABNAME = 'LGART' IMPORTING SELECT_VALUE = -LGART TABLES FIELDS = IHELP_FIELDS VALUETAB = HELPTAB.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING COMPANYCODE = P0001-BUKRS IMPORTING * comp_name = psyst-butxt COUNTRY = LAND EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.



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