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

MP001040 SAP ABAP INCLUDE - Module Pool Infotype P0010 Form Routines for Common Part







MP001040 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 MP001040 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 MP001040. "Basic submit
SUBMIT MP001040 AND RETURN. "Return to original report after report execution complete
SUBMIT MP001040 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 P0010 Form Routines for Common Part


INCLUDES used within this REPORT MP001040

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:

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting display = display fieldname = fnam tabname = tnam importing select_value = emfsl tables fields = ihelp_fields valuetab = helptab.

HR_CHECK_CURRENCY_DELIMITED call function 'HR_CHECK_CURRENCY_DELIMITED' exporting waers = p0010-waers begda = p0010-begda endda = p0010-endda exceptions currency_not_valid = 1 others = 2.

HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting tclas = 'A' pernr = p0010-pernr infty = '0010' begda = low_date endda = high_date importing subrc = l_subrc tables infty_tab = seltab.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'SUBTY' dynpprog = repid dynpnr = sy-dynnr dynprofield = 'P0010-LFDNR' value_org = 'S' tables value_tab = data_tab.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting display = display_mode fieldname = fnam tabname = tnam importing select_value = vbafm tables fields = ihelp_fields valuetab = helptab.

VIEW_MAINTENANCE_CALL call function 'VIEW_MAINTENANCE_CALL' exporting action = 'U' view_name = 'V_521B_B'.

VIEW_MAINTENANCE_CALL call function 'VIEW_MAINTENANCE_CALL' exporting action = 'U' view_name = 'V_521C_B' tables dba_sellist = vimsellist.

HR_PAYMENTMETHOD_SEARCH call function 'HR_PAYMENTMETHOD_SEARCH' exporting p_dynpfield_mkey = p_dynpfield_mkey p_dynpfield_mtext = 'T042Z_L_BF-TEXT1' p_country_key = p_country p_sorted_list = 'X' exceptions fieldname_not_valid = 1 country_not_found = 2 others = 3.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = p0010-pernr INFTY = '0010' BEGDA = P0010-BEGDA ENDDA = P0010-ENDDA BYPASS_BUFFER = 'X' TABLES INFTY_TAB = lit_p0010 EXCEPTIONS INFTY_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 MP001040 or its description.