RPCSSPPF is a standard ABAP INCLUDE 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 RPCSSPPF into the relevant SAP transactions such as SE38 or SE80
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.
Title: HR-PT: Remuneration Sheet (Printed Version) - Subroutines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_P_UPDATE_SCREEN_POSTALC CALL FUNCTION 'HR_P_UPDATE_SCREEN_POSTALC' EXPORTING VAR_FLOW = 'PBO' * IMPORTING * TEXT_LOCP = CHANGING 5P2I_CODP = SUBAREA-CODP POSTALC = POSTALC VAR_CONTROL = VAR_CONTROL EXCEPTIONS INVALID_CRITERIA = 1 OTHERS = 2.
HR_PT_SS_GET_INSTITUTION CALL FUNCTION 'HR_PT_SS_GET_INSTITUTION' EXPORTING SSINS = BENEFICIARY-SSINS IMPORTING SITXT = SITXT * IGRP = * SSIPS = * NRDIG = * ADDRE = * CODP = * TELNR = EXCEPTIONS INSTITUTION_NOT_FOUND = 1 OTHERS = 2.
HR_PT_GET_CAE CALL FUNCTION 'HR_PT_GET_CAE' EXPORTING CAE_CODE = SUBAREA-SAACT IMPORTING CAE_TEXT = EATXT EXCEPTIONS CAE_CODE_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.
RPCSSPPF - HR-PT: Remuneration Sheet (Printed Version) - Subroutines RPCSSPPD - HR-PT: Remuneration Sheet (Printed Version) - Data declaration RPCSSPP0 - HR-PT: Remuneration Sheet (Printed Version) (by subarea) RPCSSPP0 - HR-PT: Remuneration Sheet (Printed Version) (by subarea) RPCSSPG0_SSP1LF - SapScript Form for SSP1L RPCSSPG0_SSP1L - HR-GB: Statutory Sick Pay Form SSP1L