RPCADIC0 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 RPCADIC0 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-CH: General accounting functions - Switzerland
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_CH_FERIEN_ANSPRUCH CALL FUNCTION 'HR_CH_FERIEN_ANSPRUCH' EXPORTING PPERNR = PERNR-PERNR PBEG = APER-BEGDA PEND = APER-ENDDA APPL = 'STDK' "XYM IMPORTING URLAUB = URLAUB TABLES * PP0002 = PP0007 = PP0007 PP0008 = PP0008 * PP0004 = * PP0001 = EXCEPTIONS OTHERS = 1.
HR_CH_READ_ABREINHEIT CALL FUNCTION 'HR_CH_READ_ABREINHEIT' EXPORTING P02_ABKRS = P0001-ABKRS P02_STICHTAG = APER-PBEGD P02_ANWSCHLCH = AS-PARM1 p02_pernr = Pernr-pernr "MBBAL0K042336 TABLES P02_WPBP = WPBP * p02_p0001 = P02_T_ABREINHEIT = ABREINHEIT P02_ERROR_PTEXT = ERROR_PTEXT EXCEPTIONS TABLE_ACCESS_ERROR = 1 ABREINHEIT_NOT_FOUND = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCADIC0 - HR-CH: General accounting functions - Switzerland RPCADEL3 - EC-PCA: Auxiliary Program for Deleting Converted Plan Line Items RPCADEL3 - EC-PCA: Auxiliary Program for Deleting Converted Plan Line Items RPCADEL2 - EC-PCA: Auxiliary Program for Deletion of Converted Actual Line Items RPCADEL2 - EC-PCA: Auxiliary Program for Deletion of Converted Actual Line Items RPCADEL0 - EC-PCA: Delete Transaction Data (Mass Data Version)