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

MP000830 SAP ABAP INCLUDE - Module Pool Infotype P0008 PAI Modules







MP000830 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 MP000830 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 MP000830. "Basic submit
SUBMIT MP000830 AND RETURN. "Return to original report after report execution complete
SUBMIT MP000830 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 Infotype P0008 PAI Modules


INCLUDES used within this REPORT MP000830

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:

HR_CHECK_CURRENCY_DELIMITED CALL FUNCTION 'HR_CHECK_CURRENCY_DELIMITED' EXPORTING WAERS = P0008-ANCUR BEGDA = P0008-BEGDA ENDDA = P0008-ENDDA.

HR_CHECK_LGART CALL FUNCTION 'HR_CHECK_LGART' "ALRK024061 EXPORTING P_LGART = Q0008-LGART P_BEGDA = P0008-BEGDA P_ENDDA = P0008-ENDDA P_INFTY = '0008' P_PERSA = PSYST-WERKS P_BTRTL = PSYST-BTRTL P_TRFAR = P0008-TRFAR "MIXN1405888 P_TRFGB = P0008-TRFGB "MIXN1405888 P_PERSG = PSYST-PERSG P_PERSK = PSYST-PERSK P_MSGTP = 'E' EXCEPTIONS "K003634 NO_ENTRY_IN_T503 = 1 "K003634 NO_ENTRY_IN_T001P = 2 "K003634 OTHERS = 3. "K003634

RP_FILL_WAGE_TYPE_TABLE CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE' EXPORTING TCLAS = PSPAR-TCLAS "N0410732 * PERNR = PSKEY-PERNR "PH0K009924 PERNR = P0008-PERNR "PH0K009924 BEGDA = P0008-BEGDA ENDDA = P0008-ENDDA INFTY = '0008' SUBTY = P0008-SUBTY "PH0K009924 APPLI = 'M' DLSPL = ' ' "N159482 TABLES PPBWLA = PBWLA PP0008 = I0008 PP0230 = LT_P0230 "MELN1394892 EXCEPTIONS ERROR_AT_INDIRECT_EVALUATION = 1.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING DISPLAY = DISP FIELDNAME = FNAM TABNAME = TNAM IMPORTING SELECT_VALUE = SEL_DATE TABLES FIELDS = IHELP_FIELDS VALUETAB = HELPTAB.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = 'MP000800' DYNUMB = '2042' TABLES DYNPFIELDS = DYNPFIELDS.

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = T001P-MOLGA TRFAR = P0008-TRFAR TRFGB = P0008-TRFGB TRFKZ = T503-TRFKZ BEGDA = P0008-BEGDA ENDDA = P0008-BEGDA IMPORTING WAERS = INDBW_WAERS * VALID_BEGDA = * VALID_ENDDA = * RETURN = EXCEPTIONS MOLGA_NOT_IN_T001P = 1 NO_ENTRY_FOUND_IN_TABLE_T001 = 2 NO_ENTRY_FOUND_IN_TABLE_T500P = 3 NO_ENTRY_FOUND_IN_TABLE_T500C = 4 OTHERS = 5.



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