SAP Reports / Programs | Payroll | India(PY-IN) SAP PY

PCINIIN0 SAP ABAP INCLUDE - Include PCINIIN0







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


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 PCINIIN0. "Basic submit
SUBMIT PCINIIN0 AND RETURN. "Return to original report after report execution complete
SUBMIT PCINIIN0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include PCINIIN0


INCLUDES used within this REPORT PCINIIN0

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_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 .



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 PCINIIN0 or its description.