RPCELDT2TM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Document for ELDZ Employee LLR (page A) and income data in specified year (page B) are printed...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 RPCELDT2TM into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M18_ELDP_P_COLL - Collective print RELDP
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.
Selection Text: CESTA = Field ELDP
Selection Text: FOOTER = Display 3. part ELDP
Selection Text: FORGOT = Missing ELDP
Selection Text: NEWELDP = New ELDP
Selection Text: NOKSEND = Sending ELDP - ? info recip.
Selection Text: NOSEND = No-sending ELDP
Selection Text: OKSEND = OK sent ELDP
Selection Text: OPRAVA = Corrected ELDP
Selection Text: PRINT = Display sending ELDP
Selection Text: P_AS = Field with ELDP to appl.server
Selection Text: P_COPY = Number of copies ELDP
Selection Text: P_CTROC = Check copy ELDP
Selection Text: P_DDDUV = Display pension age
Selection Text: P_ERROR = Print with error flag
Selection Text: TEST = Test
Selection Text: P_SFORM = variant Smart Forms
Selection Text: P_PRISF = Print Smart Forms
Selection Text: P_PRINT = Printing field for ELDP
Selection Text: P_PRIF = Print forms
Selection Text: P_PNP = No sort (by PNP database)
Selection Text: P_PERNR = Personal number+name
Selection Text: P_PC = Filed with ELDP to PC
Selection Text: P_PARAL = ELDP for all PPV employee
Selection Text: P_PAGE = Number ELDP to page
Selection Text: P_NAME = Name and personal number
Selection Text: P_IDSOUB = ID sending field
Selection Text: P_FORMAT = Check copy as format ÈSSZ
Title: Collective printing ELDP
Text Symbol: H12 = Obec
Text Symbol: H11 = Rodné pøíjmení
Text Symbol: H10 = Èíslo domu
Text Symbol: H09 = Ulice
Text Symbol: H08 = Rodné èíslo
Text Symbol: H07 = Dat.naroz.
Text Symbol: H06 = Titul
Text Symbol: H05 = Jméno
Text Symbol: H04 = Pøíjmení (poslední)
Text Symbol: H03 = Oprava ELDP ze dne
INCLUDE RPC2RX00.
INCLUDE RPC2RTT0.
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
No SAP DATABASE tables are accessed within this REPORT code!
HR_CZ_WRITE_REPORT_HEADER CALL FUNCTION 'HR_CZ_WRITE_REPORT_HEADER' EXPORTING DATE = SAVE_DATE TIME = SAVE_TIME TITLE = TITLE.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'IDSOUB' TABNAME = 'T5TELDP' DISPLAY = L_DISPLAY IMPORTING SELECT_VALUE = SELECTED_VALUE TABLES FIELDS = I_HELP_VALUE VALUETAB = I_VALUETAB EXCEPTIONS FIELD_NOT_IN_DDIC = 01 MORE_THEN_ONE_SELECTFIELD = 02 NO_SELECTFIELD = 03.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = lv_key-k_pern infty = '0001' begda = lv_begda endda = lv_endda IMPORTING subrc = lv_subrc TABLES INFTY_TAB = P0001 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.
HR_CHECK_AUTHORITY_PERNR CALL FUNCTION 'HR_CHECK_AUTHORITY_PERNR' EXPORTING tclas = 'A' pernr = lv_key-k_pern begda = lv_begda endda = lv_endda EXCEPTIONS no_authorization_for_pernr = 1 OTHERS = 2.
HR_READ_INFOTYPE * CALL FUNCTION 'HR_READ_INFOTYPE' * EXPORTING * PERNR = PARPP-PERNR * INFTY = '0001' * BEGDA = PN-BEGDA * ENDDA = PN-ENDDA * IMPORTING * SUBRC = L_SUBRC * TABLES * INFTY_TAB = P0001 * EXCEPTIONS * INFTY_NOT_FOUND = 1 * OTHERS = 2.
HR_READ_INFOTYPE * CALL FUNCTION 'HR_READ_INFOTYPE' * EXPORTING * PERNR = PARPP-PERNR * INFTY = '0001' * BEGDA = PN-BEGDA * ENDDA = PN-ENDDA * IMPORTING * SUBRC = L_SUBRC * TABLES * INFTY_TAB = P0001 * EXCEPTIONS * INFTY_NOT_FOUND = 1 * OTHERS = 2.
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 RPCELDT2TM or its description.