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

PCSIAR20 SAP ABAP INCLUDE - documentation and ABAP source code







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

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 = EMPLEADO-BUKRS IMPORTING COMP_NAME = EMPLEADO-BUTXT.

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 = 'HARCSI00' 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 = 'PAR10' I_STRUCTURE_NAME_ITEM = 'PAR11' 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 = SINDICATO T_OUTTAB_ITEM = EMPLEADO EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_CHECK_MOLGA_INFTY_PERM CALL FUNCTION 'HR_CHECK_MOLGA_INFTY_PERM' EXPORTING MOLGA = AR_MOLGA INFTY = T591A-INFTY SUBTY = T591A-SUBTY IMPORTING ALLOWED = F4_ALLOWED.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING DDIC_STRUCTURE = 'PAR14' RETFIELD = 'SUBTY' * PVALKEY = ' ' DYNPPROG = F4_REPID DYNPNR = F4_DYNNR DYNPROFIELD = F4_DYNPROFIELD * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' VALUE_ORG = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES VALUE_TAB = VALUE_TAB * FIELD_TAB = * RETURN_TAB = EXCEPTIONS PARAMETER_ERROR = 1 NO_VALUES_FOUND = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'PAR11' * I_STRUCTURE_NAME = 'ZAR11' CHANGING CT_FIELDCAT = GT_FIELDCATALOG.



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