SAP Reports / Programs

RPUTAEN0_UPDATE SAP ABAP Report - Wage Return: Changing Collective ER Data







RPUTAEN0_UPDATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this report to change employer data for the wage return...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPUTAEN0_UPDATE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M05_UTAE_UPD - Change Collective ER Data


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


Text pool values


Selection Text: P_JUPER = D .
Selection Text: P_JUTXT = D .
Selection Text: P_LAIPJ = D .
Selection Text: P_LAIPM = D .
Selection Text: P_RSDATE = D .
Title: Wage Return: Changing Collective ER Data
Text Symbol: 001 = Employer
Text Symbol: 002 = Return Period


INCLUDES used within this REPORT RPUTAEN0_UPDATE

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:

HR_NL_LA_JUPER_TO_REPER CALL FUNCTION 'HR_NL_LA_JUPER_TO_REPER' EXPORTING i_juper = p_juper * i_date = p_rsdate "XAWKM02257288 IMPORTING e_reper = g_reper EXCEPTIONS conversion_error = 1 OTHERS = 2.

HR_NL_LA_JUPER_TO_REPER CALL FUNCTION 'HR_NL_LA_JUPER_TO_REPER' EXPORTING i_juper = p_juper * i_date = p_rsdate "XAWKM02257288 IMPORTING e_reper = g_reper EXCEPTIONS conversion_error = 1 OTHERS = 2.

HR_NL_LA_JUPER_TO_REPER CALL FUNCTION 'HR_NL_LA_JUPER_TO_REPER' EXPORTING i_juper = p_juper * i_date = p_rsdate "XAWKM02257288 IMPORTING e_reper = l_reper EXCEPTIONS conversion_error = 1 OTHERS = 2.

HR_NL_LA_CHECK_REPER_PERIOD CALL FUNCTION 'HR_NL_LA_CHECK_REPER_PERIOD' EXPORTING i_juper = p_juper i_laipj = p_laipj i_laipm = p_laipm EXCEPTIONS prior_earliest_period = 1 reper_invalid_on_period_endda = 2 period_not_found_in_t549q = 3 fper_after_iper = 4 custimizing_of_t5n14 = 5 feature_error = 6 internal_error = 7 OTHERS = 8.

HR_NL_LA_ERROR_MESSAGE CALL FUNCTION 'HR_NL_LA_ERROR_MESSAGE' EXPORTING i_sy_subrc = sy-subrc i_fm_name = 'HR_NL_LA_CHECK_REPER_PERIOD' i_sy_msgid = sy-msgid i_sy_msgty = sy-msgty i_sy_msgno = sy-msgno i_sy_msgv1 = sy-msgv1 i_sy_msgv2 = sy-msgv2 i_sy_msgv3 = sy-msgv3 i_sy_msgv4 = sy-msgv4.

HR_NL_LA_JUPER_TO_REPER CALL FUNCTION 'HR_NL_LA_JUPER_TO_REPER' EXPORTING i_juper = p_juper * i_date = p_rsdate "XAWKM02257288 IMPORTING e_reper = l_reper EXCEPTIONS conversion_error = 1 OTHERS = 2.

HR_NL_LA_GET_CURRENT_PERIOD CALL FUNCTION 'HR_NL_LA_GET_CURRENT_PERIOD' EXPORTING i_juper = p_juper IMPORTING e_status = l_reper_dec_status e_t_all_states = l_t_states "LLEPR0K018151 EXCEPTIONS OTHERS = 1.

HR_NL_LA_ERROR_MESSAGE CALL FUNCTION 'HR_NL_LA_ERROR_MESSAGE' EXPORTING i_sy_subrc = sy-subrc i_fm_name = 'HR_NL_LA_GET_CURRENT_PERIOD' i_sy_msgid = sy-msgid i_sy_msgty = sy-msgty i_sy_msgno = sy-msgno i_sy_msgv1 = sy-msgv1 i_sy_msgv2 = sy-msgv2 i_sy_msgv3 = sy-msgv3 i_sy_msgv4 = sy-msgv4.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = l_viewaction view_name = 'V_P05T_A_EXT' suppress_wa_popup = 'X' TABLES dba_sellist = lt_rangetab excl_cua_funct = lt_ftab EXCEPTIONS OTHERS = 1.

HR_NL_LA_ERROR_MESSAGE CALL FUNCTION 'HR_NL_LA_ERROR_MESSAGE' EXPORTING i_sy_subrc = sy-subrc i_fm_name = 'VIEW_MAINTENANCE_CALL' i_sy_msgid = sy-msgid i_sy_msgty = sy-msgty i_sy_msgno = sy-msgno i_sy_msgv1 = sy-msgv1 i_sy_msgv2 = sy-msgv2 i_sy_msgv3 = sy-msgv3 i_sy_msgv4 = sy-msgv4.

HR_NL_LA_GET_CURRENT_PERIOD CALL FUNCTION 'HR_NL_LA_GET_CURRENT_PERIOD' EXPORTING i_reper = reper IMPORTING e_anperj = p_year e_anperm = p_period EXCEPTIONS OTHERS = 1.

HR_NL_LA_ERROR_MESSAGE CALL FUNCTION 'HR_NL_LA_ERROR_MESSAGE' EXPORTING i_sy_subrc = sy-subrc i_fm_name = 'HR_NL_LA_GET_CURRENT_PERIOD' i_sy_msgid = sy-msgid i_sy_msgty = sy-msgty i_sy_msgno = sy-msgno i_sy_msgv1 = sy-msgv1 i_sy_msgv2 = sy-msgv2 i_sy_msgv3 = sy-msgv3 i_sy_msgv4 = sy-msgv4.

HR_NL_GET_REPERS * CALL FUNCTION 'HR_NL_GET_REPERS' * EXPORTING * date = rsdate * soort = '02' * TABLES * relmngtab = lt_valid_repers.

DYNP_VALUES_READ * CALL FUNCTION 'DYNP_VALUES_READ' * EXPORTING * dyname = 'RPUTAEN0_UPDATE' * dynumb = '1000' * TABLES * dynpfields = dynpfields * EXCEPTIONS * OTHERS = 11.

HR_NL_LA_ERROR_MESSAGE * CALL FUNCTION 'HR_NL_LA_ERROR_MESSAGE' * EXPORTING * i_sy_subrc = sy-subrc * i_fm_name = 'DYNP_VALUES_READ' * i_sy_msgid = sy-msgid * i_sy_msgty = sy-msgty * i_sy_msgno = sy-msgno * i_sy_msgv1 = sy-msgv1 * i_sy_msgv2 = sy-msgv2 * i_sy_msgv3 = sy-msgv3 * i_sy_msgv4 = sy-msgv4.

CONVERSION_EXIT_IDATE_INPUT * CALL FUNCTION 'CONVERSION_EXIT_IDATE_INPUT' * EXPORTING * input = dynpfields-fieldvalue * IMPORTING * output = p_rsdate.

HR_NL_LA_JUPER_F4_HELP CALL FUNCTION 'HR_NL_LA_JUPER_F4_HELP' EXPORTING i_retfield = 'REPER' i_dynpprog = sy-cprog i_dynpnr = sy-dynnr i_dynprofield = 'P_JUPER' * i_date = p_rsdate "XAWKM02257288 EXCEPTIONS OTHERS = 0.



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