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

PCSIJAR2 SAP ABAP INCLUDE - documentation and ABAP source code







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

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 = 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 = cv_sijp_list 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.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = lc_feature struc_content = ls_struct IMPORTING back = lv_return_situation EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.

HRAR_READ_RGDIR_PAYRESULTS CALL FUNCTION 'HRAR_READ_RGDIR_PAYRESULTS' EXPORTING pernr = pernr-pernr begda = cvr_begda endda = cvr_endda srtza = 'A' tables payar_result = cvr_payar_results EXCEPTIONS error_in_cu_read_rgdir = 1 error_in_cd_select_date_range = 2 error_in_cd_select_srtza = 3 error_in_cd_select_void = 4 error_in_cd_select_payty_range = 5 error_in_cd_select_payid_range = 6 error_in_cd_select_fpper = 7 error_in_cd_select_permo = 8 error_in_cd_select_abkrs = 9 error_in_cd_select_juper = 10 error_in_read_rgdir_payresults = 11 error_incorrect_date_range = 12 error_incorrect_fpper_range = 13 error_others = 14 OTHERS = 15.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'ARDHR' struc_content = ls_pmea2 IMPORTING back = pv_use_worked_hours EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.

HR_APPL_T596IJ_READ CALL FUNCTION 'HR_APPL_T596IJ_READ' EXPORTING i_molga = calcmolga i_appl = 'SICO' i_date = pv_endda TABLES tab_sel_t596j = pt_t596j tab_sel_t596i = pt_t596ij EXCEPTIONS no_application = 1 no_assignment_wagetype = 2 no_wagetype_found = 3 others = 4.



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