INKQSU02 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 INKQSU02 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include for RFKQSU40, File Handling
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WS_DOWNLOAD * call function 'WS_DOWNLOAD' * exporting * filename = fpath * filetype = 'ASC' * tables * data_tab = 1042_itab * exceptions * file_open_error = 1 * file_write_error = 2 * invalid_filesize = 3 * invalid_table_width = 4 * invalid_type = 5 * no_batch = 6 * unknown_error = 7 * gui_refuse_filetransfer = 8.
FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING "Logical File must be maintained and "transported using transaction SF01 LOGICAL_FILENAME = 'FI_RFKQSU40_FILE' IMPORTING FILE_NAME = TAPENAME EXCEPTIONS FILE_NOT_FOUND = 1.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-cprog CHANGING physical_filename = TAPENAME EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
INKQSU02 - Include for RFKQSU40, File Handling INKQSU01 - Include for RFKQSU40, SAPscript Handling INKQSU00 - Include for RFKQSU40, Data Declaration and Screen Handling INIT_UCON_RFC_STATE - Program INIT_UCON INIT_UCON_RFC_STATE - Program INIT_UCON INIT_REP_TAB_OF_CONDITIONS - ALE dist. unit: Initial filling replication tables for conditions