SAP Reports / Programs | Payroll | Norway | Public Sector(PY-NO-PS) SAP PY

MP05093V SAP ABAP INCLUDE - Include MP05093V







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


Text pool values


Title: Include MP05093V


INCLUDES used within this REPORT MP05093V

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:

HRPBSNO_CALC_PAY_LEVEL CALL FUNCTION 'HRPBSNO_CALC_PAY_LEVEL' EXPORTING p_pernr = p0509-pernr p_trfar = p0509-trfar p_trfgb = p0509-trfgb p_trfgr = p0509-trfgr p_trfst_old = p0509-trfst p_senor = p0509-senor p_begda = p0509-begda p_trfkz = l_trfkz p_subty = p0509-subty " Note 1350387 p_infty = '0509' p_plans = p0509-plans " Note 1350387 IMPORTING p_trfst_new = p0509-trfst.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = p0509-pernr infty = '0509' begda = p0509-begda endda = p0509-endda * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES infty_tab = i_p0509 EXCEPTIONS infty_not_found = 1 OTHERS = 2 .

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = p0509-pernr infty = '0509' begda = p0509-begda endda = p0509-endda * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES infty_tab = l_p0509 EXCEPTIONS infty_not_found = 1 OTHERS = 2 .

RP_EVALUATE_INDIRECTLY CALL FUNCTION 'RP_EVALUATE_INDIRECTLY' EXPORTING pbegda = p0509-begda pinfty = '0008' pmolga = '20' ptclas = 'A' ppernr = p0509-pernr pp0001 = temp_i0001 * PP0007 = pp0008 = temp_i0008 * PP0052 = * PP0230 = * PP0237 = * MSGFLG = '' * NORDCT = '' IMPORTING pendda = temp_indir_valuation_endda TABLES ptbindbw = temp_ptb EXCEPTIONS * BAD_PARAMETERS = 1 error_at_indirect_evaluation = 2 * OTHERS = 3 .

RH_INTEGRATION_CHECK CALL FUNCTION 'RH_INTEGRATION_CHECK' " Note 1342060 IMPORTING integrated_plvar = planvar.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr 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 .

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = '2320' 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 .

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0509-pernr infty = '0001' begda = lo_0509-begda endda = lo_0509-endda TABLES infty_tab = it_p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2 .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'TRFST' dynpprog = sy-repid dynpnr = sy-dynnr value_org = 'S' dynprofield = 'P0509-TRFST' TABLES value_tab = struc_t510_level EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr 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 .

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = '2320' 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 .

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0509-pernr infty = '0001' begda = lo_0509-begda endda = lo_0509-endda TABLES infty_tab = it_p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2 .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'TRFGR' dynpprog = sy-repid dynpnr = sy-dynnr value_org = 'S' dynprofield = 'P0509-TRFGR' TABLES value_tab = struc_t510_group EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = dynpfields.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = '2320' TABLES dynpfields = dynpfields.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0509-pernr infty = '0001' begda = lo_0509-begda endda = lo_0509-endda TABLES infty_tab = it_p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'PNO_PS_TRFST_F4' retfield = 'TRFST' dynpprog = sy-repid dynpnr = sy-dynnr value_org = 'S' dynprofield = 'TRFST' TABLES value_tab = struc_t510_level_pno_ps return_tab = pno_ps_trfst_return_tab dynpfld_mapping = dynpfld_mapping EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = 'MP050900' dynumb = '2162' TABLES dynpfields = dynpfields.



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