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

PCSIJ152 SAP ABAP INCLUDE - documentation and ABAP source code







PCSIJ152 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 PCSIJ152 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 PCSIJ152. "Basic submit
SUBMIT PCSIJ152 AND RETURN. "Return to original report after report execution complete
SUBMIT PCSIJ152 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 PCSIJ152

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:

COMPUTE_YEARS_BETWEEN_DATES CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' EXPORTING FIRST_DATE = P0021-FGBDT * MODIFY_INTERVAL = ' ' SECOND_DATE = GD_ENDDA IMPORTING YEARS_BETWEEN_DATES = FM_ANIOS_ENTRE_FECHAS EXCEPTIONS SEQUENCE_OF_DATES_NOT_VALID = 1 OTHERS = 2.

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.

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.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = MASTER-BEGDA END = MASTER-ENDDA IMPORTING FIRE_DATE = FIRE_DATE * hire_date TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001 EXCEPTIONS OTHERS = 1.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = MASTER-BEGDA END = MASTER-ENDDA IMPORTING FIRE_DATE = AUX_FIRE_DATE * hire_date TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001 EXCEPTIONS OTHERS = 1.

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 = 'HARCDGI0' CHANGING CT_FIELDCAT = FIELDCATALOGUE EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

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

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.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = MASTER-BEGDA END = MASTER-ENDDA IMPORTING FIRE_DATE = FIRE_DATE * hire_date TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001 EXCEPTIONS OTHERS = 1.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = MASTER-BEGDA END = MASTER-ENDDA IMPORTING FIRE_DATE = FIRE_DATE * hire_date TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001 EXCEPTIONS OTHERS = 1.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = MASTER-BEGDA END = MASTER-ENDDA IMPORTING FIRE_DATE = FIRE_DATE * hire_date TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001 EXCEPTIONS OTHERS = 1.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = MASTER-BEGDA END = MASTER-ENDDA IMPORTING FIRE_DATE = FIRE_DATE * hire_date TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001 EXCEPTIONS OTHERS = 1.



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