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

MP000841 SAP ABAP INCLUDE - Module Pool Infotype P0008 Includes







MP000841 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 MP000841 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 MP000841. "Basic submit
SUBMIT MP000841 AND RETURN. "Return to original report after report execution complete
SUBMIT MP000841 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 Includes


INCLUDES used within this REPORT MP000841

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_ZEINH_GET CALL FUNCTION 'RP_ZEINH_GET' EXPORTING P_MOLGA = T001P-MOLGA * P_TRFGB = P0008-TRFGB "N0337032 P_TRFGB = P_TRFGB "N0337032 * P_TRFAR = P0008-TRFAR "N0337032 P_TRFAR = P_TRFAR "N0337032 P_TRFKZ = T503-TRFKZ * P_DATE = P0008-BEGDA "N0337032 P_DATE = P_BEGDA "N0337032 IMPORTING P_ZEINH = TMP_ZEINH EXCEPTIONS "K003634 NO_ENTRY_T549R = 1 "K003634 ILLEGAL_ZEINH = 2 "K003634 OTHERS = 3. "K003634

HR_READ_PLANNED_COMPENSATION CALL FUNCTION 'HR_READ_PLANNED_COMPENSATION' EXPORTING P_MOLGA = T001P-MOLGA P_TRFAR = P_TRFAR "N179382 P_TRFGB = P_TRFGB "N179382 P_INDDA = P0008-BEGDA P_POSITION = L_PLANS P_JOB = PSYST-STELL IMPORTING P_P1005 = I1005 EXCEPTIONS * no_active_plvar_found = 1 * more_than_one_record_found = 2 * no_record_found = 3 OTHERS = 4.

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' "QNO 4.0C

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

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = CPROG DYNUMB = DYNNR TABLES DYNPFIELDS = DYNPRO_TAB EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 UNDEFIND_ERROR = 7 OTHERS = 8.



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