SAP Reports / Programs | Payroll | Argentina(PY-AR) SAP PY

PCSICO27 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT PCSICO27

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:

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING COMPANYCODE = EMPLOYER-BUKRS * LANGUAGE = SY-LANGU IMPORTING COMP_NAME = EMPLOYER-BUTXT * city = COUNTRY = PAIS * CURRENCY = * LANGU = * CHRT_ACCTS = * FY_VARIANT = * FI_MANAGEMENTAREA = * JURISDICTION = * RATE_DEVIATION = * address = * tables * appendix = gd_appendix EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * percentage = 0 TEXT = PI_TEXT.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = REPORT I_INTERNAL_TABNAME = AF_TABLE_NAME I_STRUCTURE_NAME = AF_STRUCTURE_NAME * i_client_never_display = 'X' I_INCLNAME = 'HARCDGI2' CHANGING CT_FIELDCAT = FIELDCATALOGUE EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = REPORT I_TABNAME_HEADER = TABNAME_HEADER I_TABNAME_ITEM = TABNAME_ITEM I_STRUCTURE_NAME_HEADER = 'PAR17' I_STRUCTURE_NAME_ITEM = 'PAR26' IS_KEYINFO = KEYFIELDS IS_LAYOUT = LAYOUT IT_FIELDCAT = FIELDCATALOGUE IT_SORT = SORT_TABLE I_SAVE = 'X' IS_VARIANT = VARIANT * I_SCREEN_START_COLUMN = 0 "Use coordinates for * I_SCREEN_START_LINE = 0 "display as dialog box * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 IMPORTING E_EXIT_CAUSED_BY_CALLER = EXIT_CAUSED_BY_CALLER ES_EXIT_CAUSED_BY_USER = EXIT_CAUSED_BY_USER TABLES T_OUTTAB_HEADER = RETENCION T_OUTTAB_ITEM = T_EMPLEADOS EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'PAR26' CHANGING CT_FIELDCAT = GT_FIELDCATALOG.

CD_SELECT_VOID CALL FUNCTION 'CD_SELECT_VOID' EXPORTING VOID_INDICATOR = CD_C-VOID_FALSE TABLES IN_RGDIR = GR_RGDIR OUT_RGDIR = GR_RGDIR_01 EXCEPTIONS OTHERS = 1.

CD_SELECT_SRTZA CALL FUNCTION 'CD_SELECT_SRTZA' EXPORTING RECORD_TYPE = CD_C-ACTUAL TABLES IN_RGDIR = GR_RGDIR_02 OUT_RGDIR = GR_RGDIR EXCEPTIONS OTHERS = 1.

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.

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_IABKRS_RANGE CALL FUNCTION 'CD_SELECT_IABKRS_RANGE' TABLES IN_RGDIR = H01_RGDIR OUT_RGDIR = H02_RGDIR IABKR = IABKRS_RANGE.

CD_SELECT_IPEND_RANGE * CALL FUNCTION 'CD_SELECT_IPEND_RANGE' * EXPORTING * IPBEG_DATE = BONUS_DATE * IPEND_DATE = BONUS_DATE * TABLES * IN_RGDIR = H02_RGDIR * OUT_RGDIR = H01_RGDIR.

CD_SELECT_INPID_RANGE CALL FUNCTION 'CD_SELECT_INPID_RANGE' TABLES IN_RGDIR = H01_RGDIR OUT_RGDIR = H02_RGDIR INPID_TAB = PAYID_TAB.



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