RPLCRCFD 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 RPLCRCFD 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_READ_FOREIGN_OBJECT_TEXT call function 'HR_READ_FOREIGN_OBJECT_TEXT' "23.02.1998 (4.0C)
HR_FR_GET_CONTRACT CALL FUNCTION 'HR_FR_GET_CONTRACT' EXPORTING P_PERNR = p_pernr p_begda = p_begda p_endda = p_endda IMPORTING P_CONTRAT = contract EXCEPTIONS ERROR = 1 5F42_EMPTY = 2 511K_EMPTY = 3 OTHERS = 4.
HR_FR_GET_CONTRACT CALL FUNCTION 'HR_FR_GET_CONTRACT' EXPORTING P_PERNR = p_pernr p_begda = p_begda p_endda = p_endda IMPORTING P_CONTRAT = contrat EXCEPTIONS ERROR = 1 5F42_EMPTY = 2 511K_EMPTY = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPLCRCFD - FORMs für HRD3: Hilfsroutinen HR_GET_D3_LIST RPLCRCFB - documentation and ABAP source code RPLCRCFA - FORMs für HRD3: Hilfsroutinen HR_GET_D3_LIST RPLCRCF0 - Supplementary Pension Data Transfer (DADS-CRC) RPLCRCF0 - Supplementary Pension Data Transfer (DADS-CRC) RPLCOTFS - documentation and ABAP source code