SAP Reports / Programs | Payroll | Payroll: General Parts(PY-XX) SAP PY

RPCLSTZL SAP ABAP Report - Display Cluster ZL of DB PCL2







RPCLSTZL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for BEGIN OF UPDATE You can use this report to display the content of cluster ZL for each employee...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 RPCLSTZL 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 RPCLSTZL. "Basic submit
SUBMIT RPCLSTZL AND RETURN. "Return to original report after report execution complete
SUBMIT RPCLSTZL 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: SELPERNR = Personnel Number
Selection Text: SELPERIO = Period (YYYYPP)
Selection Text: SELPABRJ = Year
Title: Display Cluster ZL of DB PCL2
Text Symbol: ZLV = ZL version
Text Symbol: ZL2 = Time wage types
Text Symbol: Z80 = Selection
Text Symbol: Z77 = Level 2: List of all table entries
Text Symbol: Z76 = Level 1: List of personnel numbers and periods
Text Symbol: Z75 = List format
Text Symbol: Z46 = No authorization to import cluster CL
Text Symbol: Z43 = Incorrect Version of B2 Cluster in Period
Text Symbol: VE6 = Created At
Text Symbol: VE5 = Created using
Text Symbol: VE4 = Created on
Text Symbol: VE3 = Created by
Text Symbol: U75 = Period
Text Symbol: U74 = Year
Text Symbol: U62 = ClType
Text Symbol: TAB = Table
Text Symbol: PSP = Personal work schedule
Text Symbol: PS3 = Activ
Text Symbol: PS2 = FunCl
Text Symbol: PS1 = DayTyp
Text Symbol: PP1 = Person


INCLUDES used within this REPORT RPCLSTZL

INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPCLST00.
INCLUDE RPC2ZL00.
INCLUDE DBPNPCOM.


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_PAL_LOG_REFRESH call function 'HR_PAL_LOG_REFRESH'.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = i_structure * i_bypassing_buffer = 'X' changing ct_fieldcat = ct_fcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = repid i_callback_pf_status_set = 'HANDLE_EVENT_PF_STATUS' i_callback_user_command = 'HANDLE_EVENT_USER_COMMAND' is_layout = ls_layo it_fieldcat = g_fcat it_events = lt_evts1 is_print = ls_prnt tables t_outtab = cltab exceptions others = 0.

HR_PAL_PERNR_MSG_ADD call function 'HR_PAL_PERNR_MSG_ADD' exporting i_pernr = pernr i_msgid = 'BL' i_msgty = 'E' i_msgno = '001' i_msgv1 = l_msgv1 i_msgv2 = l_msgv2 i_msgv3 = l_msgv3 i_msgv4 = l_msgv4 exceptions others = 0.

HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' exporting i_s_display_profile = l_display_profile * I_S_PRINT_OPTIONS = exceptions others = 0.

RP_SET_NAME_FORMAT call function 'RP_SET_NAME_FORMAT' exporting repid = repid importing format = st_format.

RP_EDIT_NAME call function 'RP_EDIT_NAME' exporting format = st_format langu = sy-langu molga = t001p-molga pp0002 = p0002 importing edit_name = p_edit_name retcode = ret_code.



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