SAP Reports / Programs | Payroll | Portugal(PY-PT) SAP PY

RPCSSMPF SAP ABAP INCLUDE - HR-PT: Remuneration Sheet - Subroutines







RPCSSMPF 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 RPCSSMPF 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 RPCSSMPF. "Basic submit
SUBMIT RPCSSMPF AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSSMPF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: HR-PT: Remuneration Sheet - Subroutines


INCLUDES used within this REPORT RPCSSMPF

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:

RP_TS_CREATE_OBJECT CALL FUNCTION 'RP_TS_CREATE_OBJECT' EXPORTING OBJKN = OBJKN OBJNR = OBJNR EMPFG = EMPFG IMPORTING TSOBJ = TSOBJ-TSOBJ EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_NOCONV = 3 FB_RSTS_OTHER = 4 NO_OBJECT = 5 NO_PERMISSION = 6 FB_NR_NO_OBJECT = 7 FB_NR_NOT_INTERN = 8 FB_NR_NOT_FOUND = 9 FB_OBJECT_ALREADY_EXIST = 10 FB_NR_OVERFLOW = 11 OTHERS = 12.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' TABLES DATATAB = R0 EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_NOCONV = 3 FB_RSTS_OTHER = 4 OTHERS = 5.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' TABLES DATATAB = R1 EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_NOCONV = 3 FB_RSTS_OTHER = 4 OTHERS = 5.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' TABLES DATATAB = R2 EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_NOCONV = 3 FB_RSTS_OTHER = 4 OTHERS = 5.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' TABLES DATATAB = R3 EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_NOCONV = 3 FB_RSTS_OTHER = 4 OTHERS = 5.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_OTHER = 3 OTHERS = 4.

HR_PT_SS_GET_INSTITUTION CALL FUNCTION 'HR_PT_SS_GET_INSTITUTION' EXPORTING SSINS = P_SSINS IMPORTING SITXT = SITXT * IGRP = * SSIPS = * NRDIG = * ADDRE = * CODP = * TELNR = EXCEPTIONS INSTITUTION_NOT_FOUND = 1 OTHERS = 2.

HR_P_UPDATE_SCREEN_POSTALC CALL FUNCTION 'HR_P_UPDATE_SCREEN_POSTALC' EXPORTING VAR_FLOW = 'PBO' IMPORTING TEXT_LOCP = LOCP CHANGING 5P2I_CODP = SUBAREA-CODP POSTALC = POSTALC VAR_CONTROL = VAR_CONTROL EXCEPTIONS INVALID_CRITERIA = 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.



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