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

PCF24IN0 SAP ABAP INCLUDE - Form 24Q related subroutines







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


Text pool values


Title: Form 24Q related subroutines


INCLUDES used within this REPORT PCF24IN0

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:

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SELECTION ADDRESS_GROUP = 'CA01' "to read SADR for unchanged IMPORTING "data ADDRESS_VALUE = ADDR1_VAL "both structures filled SADR = SADR "choose one of them EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2. "SADR40A

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = TEMP_PATH FILETYPE = 'ASC' TRUNC_TRAILING_BLANKS = 'X' TABLES DATA_TAB = FINAL_DUMP EXCEPTIONS * file_open_error = 1 FILE_WRITE_ERROR = 2 * invalid_filesize = 3 * invalid_type = 4 * no_batch = 5 * unknown_error = 6 * invalid_table_width = 7 * gui_refuse_filetransfer = 8 * customer_error = 9 * others = 10 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = 'HINCF240' I_INTERNAL_TABNAME = 'ANNEX_I' I_INCLNAME = 'PCF24IN2' CHANGING CT_FIELDCAT = FIELDCAT[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = REPID I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IT_EXCLUDING = EXTAB[] * i_structure_name = 'I_BOLACT' I_GRID_TITLE = ALV_TITLE * is_layout = gs_layout IT_FIELDCAT = FIELDCAT[] * it_events = gt_events[] * i_save = 'A' * is_variant = v_variant TABLES T_OUTTAB = ANNEX_I EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = 'HINCF240' I_INTERNAL_TABNAME = 'ANNEX_II' I_INCLNAME = 'PCF24IN2' CHANGING CT_FIELDCAT = FIELDCAT[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = REPID I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IT_EXCLUDING = EXTAB[] * i_structure_name = 'I_BOLACT' I_GRID_TITLE = ALV_TITLE * is_layout = gs_layout IT_FIELDCAT = FIELDCAT[] * i_save = 'A' * is_variant = v_variant TABLES T_OUTTAB = ANNEX_II EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = 'HINCF240' I_INTERNAL_TABNAME = 'NX_TAB_TEMP' I_INCLNAME = 'PCF24IN2' CHANGING CT_FIELDCAT = FIELDCAT[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = REPID I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IT_EXCLUDING = EXTAB[] * i_structure_name = 'I_BOLACT' I_GRID_TITLE = ALV_TITLE * is_layout = gs_layout IT_FIELDCAT = FIELDCAT[] * i_save = 'A' * is_variant = v_variant TABLES T_OUTTAB = NX_TAB_TEMP EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = 'HINCF240' I_INTERNAL_TABNAME = 'ERROR_TAB' "'HD_TAB1' I_INCLNAME = 'PCF24IN2' CHANGING CT_FIELDCAT = FIELDCAT[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = REPID I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IT_EXCLUDING = EXTAB[] * i_structure_name = 'I_BOLACT' I_GRID_TITLE = ALV_TITLE * is_layout = gs_layout IT_FIELDCAT = FIELDCAT[] * i_save = 'A' * is_variant = v_variant TABLES T_OUTTAB = ERROR_TAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_PAYROLL_PERIOD_GET CALL FUNCTION 'HR_PAYROLL_PERIOD_GET' EXPORTING DATE = P_TEMP_DEDDATE PAYROLL_AREA = P0001-ABKRS IMPORTING PAYROLL_YEAR = PY_YEAR PAYROLL_PERIOD = PY_PERIOD.



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