SAP Reports / Programs

RPCLALN0 SAP ABAP Report - Wage Return: Displaying Data (Viewer)







RPCLALN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to give a structured and detailed display of the created wage returns...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 RPCLALN0 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_CLAL - Display Wage Return 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 RPCLALN0. "Basic submit
SUBMIT RPCLALN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCLALN0 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: S_PERNR = D .
Selection Text: SO_JUPER = D .
Selection Text: OK = D .
Selection Text: IN_PERM = D .
Selection Text: IN_PERJ = D .
Selection Text: CURR = D .
Selection Text: CORR = D .
Selection Text: COMBI = D .
Selection Text: COLL = D .
Selection Text: ALL = D .
Title: Wage Return: Displaying Data (Viewer)
Text Symbol: WGF = Specification of Sector Fund Contr.
Text Symbol: STS = Return Status
Text Symbol: STN = Income Relationship Statuses
Text Symbol: SAD = Special Indicator
Text Symbol: S01 = Return Status
Text Symbol: RIS = Sector Risk Group
Text Symbol: PRS = Natural Person
Text Symbol: OVK = Return Data
Text Symbol: OPT = DisplayOptions
Text Symbol: NOM = Additional Selection Criteria for Nominative Return
Text Symbol: KTK = Employee Data
Text Symbol: KTC = Collective Return
Text Symbol: KNT = Off.
Text Symbol: GOI = Income Period
Text Symbol: DSL = Selectn Criteria
Text Symbol: COR = Balance Adjustments Prev. Period
Text Symbol: AEA = Administrative Unit
Text Symbol: AAN = Income Relationship
Text Symbol: 015 = Balnc
Text Symbol: 014 = Bal.
Text Symbol: 013 = B.
Text Symbol: 012 = Prev.
Text Symbol: 011 = Prev
Text Symbol: 010 = P.
Text Symbol: 009 = Current
Text Symbol: 008 = Curr
Text Symbol: 007 = C.





Text Symbol: 006 = NomInd
Text Symbol: 001 = ColInd


INCLUDES used within this REPORT RPCLALN0

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_EXPAND_JUPER_SEL_OPT * CALL FUNCTION 'HR_NL_LA_EXPAND_JUPER_SEL_OPT' * EXPORTING * i_seltab = so_juper[] * i_actvt = '03' * IMPORTING * e_seltab = s_juper[].

HR_NL_LA_JUPER_TO_REPER * CALL FUNCTION 'HR_NL_LA_JUPER_TO_REPER' * EXPORTING * i_juper = s_juper-low * 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 = s_juper-low * IMPORTING * e_reper = g_reper * EXCEPTIONS * conversion_error = 1 * OTHERS = 2.

HR_NL_LA_EXPAND_JUPER_SEL_OPT * CALL FUNCTION 'HR_NL_LA_EXPAND_JUPER_SEL_OPT' * EXPORTING * i_seltab = so_juper[] * i_actvt = '03' * IMPORTING * e_seltab = s_juper[].

HR_REFRESH_STAT_LIST * CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

HR_NL_LA_GET_KENT_TXT * CALL FUNCTION 'HR_NL_LA_GET_KENT_TXT' * EXPORTING * i_reper = wa_p05t_ae_aangifte-juper * i_lafpj = wa_p05t_ae_aangifte-anprj * i_lafpm = wa_p05t_ae_aangifte-anprm * i_kent = wa_p05t_ae_aangifte-smkent * IMPORTING * e_kentxt = kenteken.

HR_NL_LA_GET_KENT_TXT * CALL FUNCTION 'HR_NL_LA_GET_KENT_TXT' * EXPORTING * i_reper = wa_p05t_iv_aangifte-juper * i_lafpj = wa_p05t_iv_aangifte-anprj * i_lafpm = wa_p05t_iv_aangifte-anprm * i_kent = wa_p05t_iv_aangifte-smkent * IMPORTING * e_kentxt = kenteken.

HR_NL_LA_GET_B2AID * CALL FUNCTION 'HR_NL_LA_GET_B2AID' * EXPORTING * i_juper = ae_adm-juper * i_inprj = ae_adm-inprj * i_inprm = ae_adm-inprm * IMPORTING * e_b2aid = l_b2aid ** E_CONSTB2AID = * EXCEPTIONS * error_get_lhnr = 1 * OTHERS = 2.

HR_PAL_NODE_ADD * CALL FUNCTION 'HR_PAL_NODE_ADD' * EXPORTING * i_relatkey = current_level * i_node_txt = string * i_expand = expand * IMPORTING * e_node_key = lower_level * EXCEPTIONS * program_error = 1 * OTHERS = 2.

HR_PAL_LOG_DISPLAY * CALL FUNCTION 'HR_PAL_LOG_DISPLAY' * EXPORTING * i_s_display_profile = l_display_profile * EXCEPTIONS * program_error = 1 * no_logs = 2 * OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE * CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' * EXPORTING * i_structure_name = 'P05T_IV_INKPERSA_VIEWER' * i_bypassing_buffer = 'X' * i_buffer_active = 'X' * CHANGING * ct_fieldcat = lt_fieldcat * EXCEPTIONS * inconsistent_interface = 1 * program_error = 2.

REUSE_ALV_FIELDCATALOG_MERGE * CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' * EXPORTING * i_structure_name = p_strucname * CHANGING * ct_fieldcat = lt_fieldcat * EXCEPTIONS * inconsistent_interface = 1 * program_error = 2.

HR_PAL_CREATE_NODE_CATEG * CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' * EXPORTING * i_categ_id = p_categ_id ** i_structure_name = * it_fieldcat = lt_fieldcat * i_save = 'A' * i_default = 'X' * is_variant = ls_variant * is_layout = layout * EXCEPTIONS * program_error = 1 * OTHERS = 2.

HR_PAL_NODE_ADD * CALL FUNCTION 'HR_PAL_NODE_ADD' * EXPORTING * i_relatkey = relatkey * i_node_txt = p_text * i_categ_id = p_categ_id * IMPORTING * e_node_key = l_node_key * EXCEPTIONS * program_error = 1 * OTHERS = 2.

HR_PAL_NODE_ADD_ROW * CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' * EXPORTING * i_node_key = nodekey * i_row_data = p_table * EXCEPTIONS * program_error = 1 * OTHERS = 2.

HR_NL_LA_JUPER_F4_HELP * CALL FUNCTION 'HR_NL_LA_JUPER_F4_HELP' * EXPORTING * i_retfield = 'REPER' * i_dynpprog = l_syrepid * i_dynpnr = l_sydynnr * i_dynprofield = 'SO_JUPER-LOW' * EXCEPTIONS * customizing_error = 0 * general_error = 0 * OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE * CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' * EXPORTING * i_structure_name = 'P05T_NOM_AANGIFTE' * CHANGING * ct_fieldcat = temp_fieldcat * EXCEPTIONS * inconsistent_interface = 1 * program_error = 2.






REUSE_ALV_FIELDCATALOG_MERGE * CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' * EXPORTING * i_structure_name = 'P05T_KENT_TXT' * CHANGING * ct_fieldcat = temp_fieldcat * EXCEPTIONS * inconsistent_interface = 1 * program_error = 2.

HR_NL_LA_GET_CURRENT_PERIOD * CALL FUNCTION 'HR_NL_LA_GET_CURRENT_PERIOD' * EXPORTING * i_reper = reper * IMPORTING * e_anperj = a_year * e_anperm = a_period * e_status = status * 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_LA_GET_REPER_PERMO * CALL FUNCTION 'HR_NL_LA_GET_REPER_PERMO' * EXPORTING * i_reper = reper * IMPORTING * e_permo = permo * EXCEPTIONS * custimizing_of_t5n14 = 1 * conversion_error = 2 * OTHERS = 3.

DD_DOMVALUES_GET * CALL FUNCTION 'DD_DOMVALUES_GET' * EXPORTING * domname = 'P05T_STATUS' * text = 'X' * langu = sy-langu * TABLES * dd07v_tab = l_t_dd07v.

HR_NL_LA_GET_REPER_PERMO * CALL FUNCTION 'HR_NL_LA_GET_REPER_PERMO' * EXPORTING * i_juper = wa_p05t_iv_persoon-juper ** i_datum = * IMPORTING * e_permo = l_permo * EXCEPTIONS * custimizing_of_t5n14 = 1 * OTHERS = 2.

HR_READ_INFOTYPE * CALL FUNCTION 'HR_READ_INFOTYPE' * EXPORTING * pernr = wa_p05t_iv_persoon-pernr * infty = '0001' * begda = begda * endda = endda * TABLES * infty_tab = p0001 * EXCEPTIONS * infty_not_found = 1 * OTHERS = 2.

HR_NL_LA_EXPAND_JUPER_SEL_OPT ** CALL FUNCTION 'HR_NL_LA_EXPAND_JUPER_SEL_OPT' ** EXPORTING ** i_seltab = so_juper[] ** i_actvt = '03' ** IMPORTING ** e_seltab = s_juper[].

HR_NL_LA_JUPER_TO_REPER ** CALL FUNCTION 'HR_NL_LA_JUPER_TO_REPER' ** EXPORTING ** i_juper = s_juper-low ** 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 = s_juper-low ** IMPORTING ** e_reper = g_reper ** EXCEPTIONS ** conversion_error = 1 ** OTHERS = 2.

HR_NL_LA_EXPAND_JUPER_SEL_OPT ** CALL FUNCTION 'HR_NL_LA_EXPAND_JUPER_SEL_OPT' ** EXPORTING ** i_seltab = so_juper[] ** i_actvt = '03' ** IMPORTING ** e_seltab = s_juper[].

HR_REFRESH_STAT_LIST ** CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

HR_NL_LA_GET_KENT_TXT ** CALL FUNCTION 'HR_NL_LA_GET_KENT_TXT' ** EXPORTING ** i_reper = wa_p05t_ae_aangifte-juper ** i_lafpj = wa_p05t_ae_aangifte-anprj ** i_lafpm = wa_p05t_ae_aangifte-anprm ** i_kent = wa_p05t_ae_aangifte-smkent ** IMPORTING ** e_kentxt = kenteken.

HR_NL_LA_GET_KENT_TXT ** CALL FUNCTION 'HR_NL_LA_GET_KENT_TXT' ** EXPORTING ** i_reper = wa_p05t_iv_aangifte-juper ** i_lafpj = wa_p05t_iv_aangifte-anprj ** i_lafpm = wa_p05t_iv_aangifte-anprm ** i_kent = wa_p05t_iv_aangifte-smkent ** IMPORTING ** e_kentxt = kenteken.

HR_PAL_NODE_ADD ** CALL FUNCTION 'HR_PAL_NODE_ADD' ** EXPORTING ** i_relatkey = current_level ** i_node_txt = string ** i_expand = expand ** IMPORTING ** e_node_key = lower_level ** EXCEPTIONS ** program_error = 1 ** OTHERS = 2.

HR_PAL_LOG_DISPLAY ** CALL FUNCTION 'HR_PAL_LOG_DISPLAY' ** EXPORTING ** i_s_display_profile = l_display_profile ** EXCEPTIONS ** program_error = 1 ** no_logs = 2 ** OTHERS = 3.

HR_PAL_CREATE_NODE_CATEG ** CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' ** EXPORTING ** i_categ_id = p_categ_id *** i_structure_name = p_strucname ** it_fieldcat = kent_fieldcat ** i_save = 'A' "Standard- und Benutzerlayouts ** is_variant = ls_variant ** EXCEPTIONS ** program_error = 1 ** OTHERS = 2.

HR_PAL_NODE_ADD ** CALL FUNCTION 'HR_PAL_NODE_ADD' ** EXPORTING ** i_relatkey = relatkey ** i_node_txt = p_text ** i_categ_id = p_categ_id ** IMPORTING ** e_node_key = l_node_key ** EXCEPTIONS ** program_error = 1 ** OTHERS = 2.

HR_PAL_NODE_ADD_ROW ** CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' ** EXPORTING ** i_node_key = l_node_key ** i_row_data = kentekentable ** EXCEPTIONS ** program_error = 1 ** OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE



** CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' ** EXPORTING ** i_structure_name = p_strucname ** CHANGING ** ct_fieldcat = lt_fieldcat ** EXCEPTIONS ** inconsistent_interface = 1 ** program_error = 2.

HR_PAL_CREATE_NODE_CATEG ** CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' ** EXPORTING ** i_categ_id = p_categ_id *** i_structure_name = p_strucname ** it_fieldcat = lt_fieldcat ** i_save = 'A' "Standard- und Benutzerlayouts ** is_variant = ls_variant ** is_layout = layout ** EXCEPTIONS ** program_error = 1 ** OTHERS = 2.

HR_PAL_NODE_ADD ** CALL FUNCTION 'HR_PAL_NODE_ADD' ** EXPORTING ** i_relatkey = relatkey ** i_node_txt = p_text ** i_categ_id = p_categ_id ** IMPORTING ** e_node_key = l_node_key ** EXCEPTIONS ** program_error = 1 ** OTHERS = 2.

HR_PAL_NODE_ADD_ROW ** CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' ** EXPORTING ** i_node_key = l_node_key ** i_row_data = p_table ** EXCEPTIONS ** program_error = 1 ** OTHERS = 2.

HR_NL_LA_JUPER_F4_HELP ** CALL FUNCTION 'HR_NL_LA_JUPER_F4_HELP' ** EXPORTING ** i_retfield = 'REPER' ** i_dynpprog = l_syrepid ** i_dynpnr = l_sydynnr ** i_dynprofield = 'SO_JUPER-LOW' ** EXCEPTIONS ** customizing_error = 0 ** general_error = 0 ** OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE ** CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' ** EXPORTING ** i_structure_name = 'P05T_IV_AANGIFTE' ** CHANGING ** ct_fieldcat = temp_fieldcat ** EXCEPTIONS ** inconsistent_interface = 1 ** program_error = 2.

REUSE_ALV_FIELDCATALOG_MERGE ** CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' ** EXPORTING ** i_structure_name = 'P05T_KENT_TXT' ** CHANGING ** ct_fieldcat = temp_fieldcat ** EXCEPTIONS ** inconsistent_interface = 1 ** program_error = 2.

HR_NL_LA_GET_CURRENT_PERIOD ** CALL FUNCTION 'HR_NL_LA_GET_CURRENT_PERIOD' ** EXPORTING ** i_reper = reper ** IMPORTING ** e_anperj = a_year ** e_anperm = a_period ** e_status = status ** 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_LA_GET_REPER_PERMO ** CALL FUNCTION 'HR_NL_LA_GET_REPER_PERMO' ** EXPORTING ** I_REPER = reper *** I_JUPER = *** I_DATUM = ** IMPORTING ** E_PERMO = permo ** EXCEPTIONS ** CUSTIMIZING_OF_T5N14 = 1 ** CONVERSION_ERROR = 2 ** OTHERS = 3 ** .



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