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

MP044240 SAP ABAP INCLUDE - Infotype 0442 - form routines







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


Text pool values


Title: Infotype 0442 - form routines


INCLUDES used within this REPORT MP044240

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:

CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = p0442-endda foreign_amount = listp foreign_currency = t51c5-crncy local_currency = crncy importing local_amount = result_listp exceptions no_rate_found = 01 overflow = 02.

RH_TEXT_GET call function 'RH_TEXT_GET' exporting tabname = 'P0442' record = p0442 tables fields = fields_with_text text_tab = checktexts exceptions ddic_entry_not_found = 1 incorrect_call = 2 internal_error = 3 missing_text = 4 others = 5.

RH_TEXT_GET call function 'RH_TEXT_GET' exporting tabname = 'T51C3' record = t51c3 tables fields = fields_with_text text_tab = checktexts exceptions ddic_entry_not_found = 1 incorrect_call = 2 internal_error = 3 missing_text = 4 others = 5.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = sy-cprog dynumb = '2100' tables dynpfields = dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 others = 11.

CONVERT_DATE_TO_INTERNAL call function 'CONVERT_DATE_TO_INTERNAL' exporting date_external = dynpfields-fieldvalue importing date_internal = p_rgnda exceptions date_external_is_invalid = 1 others = 2.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'TTYDP' dynpprog = 'MP044200' dynpnr = '2100' dynprofield = 'Q0442-TTYDP' value_org = 'S' tables value_tab = help_tab return_tab = ret_tab exceptions parameter_error = 1 no_values_found = 2 others = 3.

DDIF_DOMA_GET call function 'DDIF_DOMA_GET' exporting name = name state = 'A' langu = sy-langu tables dd07v_tab = f4_tab exceptions illegal_input = 1 others = 2.

HR_0442_MERGE_HEADERLINE call function 'HR_0442_MERGE_HEADERLINE' exporting h_0442 = p0442 old_begda = pskey-begda old_endda = pskey-endda operation = psyst-ioper subty = p0442-subty tables mg_0442 = l_p0442.

HR_SHOW_0442_BENEFIT_LOG call function 'HR_SHOW_0442_BENEFIT_LOG' tables plog = ptext error_plog = car_err_nat.

HR_0442_MERGE_HEADERLINE call function 'HR_0442_MERGE_HEADERLINE' exporting h_0442 = h_0442 old_begda = psave-begda old_endda = psave-endda operation = psyst-ioper subty = h_0442-subty tables mg_0442 = mg_0442.

HR_INFTY_CC_CALC_XX call function 'HR_INFTY_CC_CALC_XX' exporting i_land = psyst-land changing i_p0442 = p0442 i_q0442 = q0442 exceptions err_general = 1 others = 2.

HR_GB_POPUP_VAN_SHR call function 'HR_GB_POPUP_VAN_SHR' exporting regno = p0442-regno tables plog = ptext.



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