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

MP009040 SAP ABAP INCLUDE - Module pool for infotype P0090 - form routines for common part







MP009040 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 MP009040 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 MP009040. "Basic submit
SUBMIT MP009040 AND RETURN. "Return to original report after report execution complete
SUBMIT MP009040 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 for infotype P0090 - form routines for common part
Text Symbol: 002 = not equal to sum of payee key


INCLUDES used within this REPORT MP009040

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_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = calcmolga endda = p0090-begda importing waers = calccurr return = retorno valid_endda = h_endda tables currency_table = h_currency_table exceptions others = 1.

DD_DOMVALUE_TEXT_GET call function 'DD_DOMVALUE_TEXT_GET' exporting domname = p_domain value = value importing dd07v_wa = values exceptions others = 1.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting cucol = sy-cucol "VCXP30K049612 curow = sy-curow "VCXP30K049612 fieldname = 'CPERX' tabname = 'T5E41' title_in_values_list = p_p0090_codau importing select_value = p_p0090_cperp tables fields = i_help_value valuetab = i_valuetab exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting cucol = sy-cucol "VCXP30K049612 curow = sy-curow "VCXP30K049612 fieldname = 'CPER2' tabname = 'T5E41' title_in_values_list = p_p0090_codau importing select_value = p_p0090_cper2 tables fields = i_help_value valuetab = i_valuetab exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.

HR_E_GET_TAX_PERCENTAGE call function 'HR_E_GET_TAX_PERCENTAGE' exporting p_pernr = p0090-pernr p_begda = lv_begda p_endda = lv_endda p_waers = t500c-waers importing p_tipo = p0090-tiret tables t0062 = p_i0062 t0002 = p_i0002 p_tipos = p_tipos t0000 = p_i0000 t0001 = p_i0001 t0006 = p_i0006 t0016 = p_i0016 t0061 = p_i0061 exceptions error = 1 others = 2 .

HR_E_GET_TAX_PERCENTAGE call function 'HR_E_GET_TAX_PERCENTAGE' exporting p_pernr = p0090-pernr p_begda = lv_begda p_endda = lv_endda p_waers = t500c-waers importing p_ppges = p0090-tiret tables t0062 = p_i0062 t0002 = p_i0002 p_tipos = p_tipos t0000 = p_i0000 t0001 = p_i0001 t0006 = p_i0006 t0016 = p_i0016 t0061 = p_i0061 exceptions error = 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 MP009040 or its description.