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

RPCSOCPF SAP ABAP INCLUDE - HR-PT: Social Balance - forms







RPCSOCPF 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 RPCSOCPF 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 RPCSOCPF. "Basic submit
SUBMIT RPCSOCPF AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSOCPF 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: Social Balance - forms


INCLUDES used within this REPORT RPCSOCPF

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:

HR_PT_GET_SS CALL FUNCTION 'HR_PT_GET_SS' EXPORTING RESULT_HEADER = P_P_PAYROLL_AUX TABLES SS_TAB = P_SSAUX EXCEPTIONS NO_RESULTS = 1 OTHERS = 2.

HR_PT_GET_TX CALL FUNCTION 'HR_PT_GET_TX' EXPORTING RESULT_HEADER = P_P_PAYROLL_AUX TABLES TX_TAB = P_TXAUX EXCEPTIONS NO_RESULTS = 1 OTHERS = 2.

HR_PT_GET_DA CALL FUNCTION 'HR_PT_GET_DA' EXPORTING RESULT_HEADER = P_P_PAYROLL_AUX TABLES DA_TAB = P_DAAUX EXCEPTIONS NO_RESULTS = 1 OTHERS = 2.

HR_PT_GET_WPBP CALL FUNCTION 'HR_PT_GET_WPBP' EXPORTING RESULT_HEADER = P_P_PAYROLL_AUX TABLES WPBP_TAB = P_WPBPAUX EXCEPTIONS NO_RESULTS = 1 OTHERS = 2.

HR_PT_GET_AB CALL FUNCTION 'HR_PT_GET_AB' EXPORTING RESULT_HEADER = P_P_PAYROLL_AUX TABLES AB_TAB = P_ABAUX EXCEPTIONS NO_RESULTS = 1 OTHERS = 2.

HR_PT_GET_SCRT CALL FUNCTION 'HR_PT_GET_SCRT' EXPORTING RESULT_HEADER = P_P_PAYROLL_AUX TABLES SCRT_TAB = P_SCRTAUX EXCEPTIONS NO_RESULTS = 1 OTHERS = 2.

HR_PT_GET_RT CALL FUNCTION 'HR_PT_GET_RT' EXPORTING RESULT_HEADER = P_P_PAYROLL_AUX TABLES RT_TAB = P_RTAUX EXCEPTIONS NO_RESULTS = 1 OTHERS = 2.

HR_PT_CLASSIFY_EVENT_REASON CALL FUNCTION 'HR_PT_CLASSIFY_EVENT_REASON' EXPORTING C_EVENT = P_MASSN C_REASON = P_MASSG IMPORTING L_EVENT = P_ACTIO L_REASON = P_REASN L_DERIV = P_DERIV EXCEPTIONS NO_MAPPING = 1 OTHERS = 2.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING NO_POPUP = 'X' NO_PRINT = ' ' * NO_IMG = ' ' * NO_MSGNO = 'X' * LINESIZE = SY-LINSZ * LISTHEADER = ' ' * COLHEADER = ' ' TABLES ERROR = ERROR_TAB EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.

HR_PT_COMPUTE_MONTHS CALL FUNCTION 'HR_PT_COMPUTE_MONTHS' EXPORTING FIRST_DATE = L_BEGDA SECOND_DATE = L_ENDDA MODIFY_INTERVAL = 'P' IMPORTING DURATION = P_MONTH EXCEPTIONS INVALID_SEQ_DATES = 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 RPCSOCPF or its description.