PCINIIN0 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 PCINIIN0 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: Include PCINIIN0
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_IN_CHK_MULTI_F16 CALL FUNCTION 'HR_IN_CHK_MULTI_F16' EXPORTING rundate = fybegda IMPORTING multiple_f16 = multiple_f16 * MF16_START_DT = .
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = low-date end = fyendda IMPORTING hire_date = hdate fire_date = fdate TABLES pp0000 = p0000 "input pp0001 = p0001 "input pphifi = phifi. "output
CD_READ CALL FUNCTION 'CD_READ' EXPORTING in_seqnr = aper-seqnr IMPORTING out_seqnr = pr_seqnr TABLES new_rgdir = new_rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.
CD_READ CALL FUNCTION 'CD_READ' EXPORTING in_seqnr = aper-seqnr IMPORTING out_seqnr = pr_reg_seqnr TABLES new_rgdir = temp_new_rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.
HR_IN_LAST_DAY_OF_MONTHS CALL FUNCTION 'HR_IN_LAST_DAY_OF_MONTHS' "#EC EXISTS EXPORTING day_in = t_cocd-endda IMPORTING last_day_of_month = t_endda.
HR_IN_CALC_MONTHS CALL FUNCTION 'HR_IN_CALC_MONTHS' EXPORTING split_begda = proj_date split_endda = proj_to_date "cocd-endda IMPORTING split_months_factor = $proj_factor.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' pernr = p0001-pernr infty = '0077' * BEGDA = '18000101' * ENDDA = '99991231' * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES infty_tab = p0077_tab * EXCEPTIONS * INFTY_NOT_FOUND = 1 * OTHERS = 2 .
HR_FEATURE_BACKTABLE CALL FUNCTION 'HR_FEATURE_BACKTABLE' EXPORTING feature = '40NET' struc_content = temp_tab kind_of_error = '3' TABLES back = ethnic_tab * CHANGING * STATUS = EXCEPTIONS * DUMMY = 1 * ERROR_OPERATION = 2 * NO_BACKVALUE = 3 * FEATURE_NOT_GENERATED = 4 * INVALID_SIGN_IN_FUNID = 5 * TAB_IN_REPORT_FIELD_IN_PE03 = 6 OTHERS = 7 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.