SAP Reports / Programs

RPCLETH2 SAP ABAP Report - Garnishment subledger







RPCLETH2 is a standard Executable ABAP Report 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 RPCLETH2 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_M21_RPCLETH2 - Garnishment subledger - sev. months


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 RPCLETH2. "Basic submit
SUBMIT RPCLETH2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCLETH2 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_VARI = Display variant
Title: Garnishment subledger
Text Symbol: TOV = Further selections


INCLUDES used within this REPORT RPCLETH2

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:

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = gs_disvar i_display_via_grid = 'X' IMPORTING es_variant = gs_disvar EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = pernr-pernr * BUFFER = * NO_AUTHORITY_CHECK = ' ' * IMPORTING * MOLGA = TABLES in_rgdir = gt_rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.

PYXX_READ_RGDIR_PAYRESULTS CALL FUNCTION 'PYXX_READ_RGDIR_PAYRESULTS' EXPORTING clusterid = 'RH' employeenumber = pernr-pernr * READ_ONLY_BUFFER = * READ_ONLY_INTERNATIONAL = TABLES rgdir = gt_rgdir imported_periods = gt_result EXCEPTIONS import_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = I_PROGRAM_NAME * I_INTERNAL_TABNAME = I_INTERNAL_TABNAME i_structure_name = 'P21_LETILTAS' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = I_INCLNAME * I_BYPASSING_BUFFER = I_BYPASSING_BUFFER * I_BUFFER_ACTIVE = I_BUFFER_ACTIVE CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

HR_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING * I_S_DISPLAY_PROFILE = * I_S_FLAT_PROFILE = * I_INTERFACE_CHECK = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = * I_CALLBACK_PROGRAM = * I_CALLBACK_PF_STATUS_SET = * I_CALLBACK_USER_COMMAND = * I_CALLBACK_TOP_OF_PAGE = * i_structure_name = 'P21_LETILTAS' * I_BACKGROUND_ID = * I_GRID_TITLE = * I_GRID_SETTINGS = * IS_LAYOUT = it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = i_save = 'A' is_variant = gs_disvar * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * I_HTML_HEIGHT_TOP = * I_HTML_HEIGHT_END = * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * IV_ALV_BUTTON = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_eredmeny[] EXCEPTIONS program_error = 1 OTHERS = 2.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'P21_LETILTAS_PFREG' text = 'X' langu = sy-langu * BYPASS_BUFFER = ' ' * IMPORTING * RC = TABLES dd07v_tab = st_pfreg EXCEPTIONS wrong_textflag = 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 RPCLETH2 or its description.