PCLIAR12 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 PCLIAR12 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!
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING COMPANYCODE = EMPLOYER-BUKRS * LANGUAGE = SY-LANGU IMPORTING COMP_NAME = EMPLOYER-BUTXT * city = * country = * CURRENCY = * LANGU = * CHRT_ACCTS = * FY_VARIANT = * FI_MANAGEMENTAREA = * JURISDICTION = * RATE_DEVIATION = ADDRESS = GD_ADDRESS TABLES APPENDIX = GD_APPENDIX EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = GD_ADDRESS_SELECTION * ADDRESS_GROUP = * READ_SADR_ONLY = ' ' * READ_TEXTS = ' ' IMPORTING ADDRESS_VALUE = GD_ADDRESS_DATA * ADDRESS_ADDITIONAL_INFO = * RETURNCODE = * ADDRESS_TEXT = * SADR = * TABLES * ADDRESS_GROUPS = * ERROR_TABLE = * VERSIONS = EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = GH_BEGDA END = GH_ENDDA IMPORTING FIRE_DATE = GH_FIRED HIRE_DATE = GH_HIRED TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001 EXCEPTIONS OTHERS = 1.
CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING command = 'NEW-PAGE' EXCEPTIONS others = 4.
CD_SELECT_VOID CALL FUNCTION 'CD_SELECT_VOID' EXPORTING * void_indicator = cd_c-void_false VOID_INDICATOR = VOID_INDICATOR TABLES IN_RGDIR = RGDIR OUT_RGDIR = H01_RGDIR.
CD_SELECT_INPTY_RANGE CALL FUNCTION 'CD_SELECT_INPTY_RANGE' TABLES IN_RGDIR = H01_RGDIR OUT_RGDIR = H02_RGDIR INPTY_TAB = PAYTY_TAB.
CD_SELECT_INPER CALL FUNCTION 'CD_SELECT_INPER' EXPORTING INPER_HIGH = GAT_INPER INPER_LOW = GAT_INPER TABLES IN_RGDIR = H02_RGDIR OUT_RGDIR = H01_RGDIR.
CD_SELECT_IPERM CALL FUNCTION 'CD_SELECT_IPERM' EXPORTING INPER_MOD_LOW = GAT_INPER_MODIF INPER_MOD_HIGH = GAT_INPER_MODIF TABLES IN_RGDIR = H01_RGDIR OUT_RGDIR = H02_RGDIR.
CD_SELECT_VOID CALL FUNCTION 'CD_SELECT_VOID' EXPORTING * void_indicator = cd_c-void_false VOID_INDICATOR = VOID_INDICATOR TABLES IN_RGDIR = RGDIR OUT_RGDIR = H01_RGDIR.
CD_SELECT_INPTY_RANGE CALL FUNCTION 'CD_SELECT_INPTY_RANGE' TABLES IN_RGDIR = H01_RGDIR OUT_RGDIR = H02_RGDIR INPTY_TAB = PAYTY_TAB.
CD_SELECT_IPEND_RANGE CALL FUNCTION 'CD_SELECT_IPEND_RANGE' EXPORTING IPBEG_DATE = GSR_BEGDA IPEND_DATE = GSR_ENDDA TABLES IN_RGDIR = H02_RGDIR OUT_RGDIR = H01_RGDIR.
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = PN-BEGDA END = PN-ENDDA * IMPORTING * FIRE_DATE = FIRE_DATE * hire_date = TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001 EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.