SAP Reports / Programs

CNV_00001_PACKAGE_INFO_UPLOAD SAP ABAP Report - Upload table contents







CNV_00001_PACKAGE_INFO_UPLOAD is a standard Executable ABAP Report 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 CNV_00001_PACKAGE_INFO_UPLOAD into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_UPLOAD - Download table entries


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


Text pool values


Selection Text: GP_PACK = Package number
Title: Upload table contents
Text Symbol: 010 = Params for package
Text Symbol: 100 =
Text Symbol: 110 =
Text Symbol: 120 =
Text Symbol: 140 = File name
Text Symbol: 150 = File
Text Symbol: 151 = does not exist.
Text Symbol: 152 =
Text Symbol: 160 = Enter name of directory for upload
Text Symbol: 170 = Enter folder
Text Symbol: 200 = Table name
Text Symbol: 210 = Add table
Text Symbol: 220 = Enter valid table name


INCLUDES used within this REPORT CNV_00001_PACKAGE_INFO_UPLOAD

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:

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING PACKID = GP_PACK EXCEPTIONS ACTIVE_PACKAGE_NOT_FOUND = 1 OTHERS = 2.

CNV_00001_CHECK_EXECUTION CALL FUNCTION 'CNV_00001_CHECK_EXECUTION' EXPORTING PACKID = GP_PACK DELIVERY_ROLE = 'X' EXPERT_ROLE = 'X' AUTHORITY_CHECK = 'X' EXCEPTIONS NOT_ACTIVE_PACKAGE = 1 NO_DELIVERY_ROLE = 2 NO_EXPERT_ROLE = 3 SLO_DEV_SYSTEM = 4 SLO_CONS_SYSTEM = 5 EXECUTED_ONCE = 6 NO_SINGLE_EXEC_PARAM = 7 EXISTING_PARAMETER = 8 NO_AUTHORITY = 9 OTHERS = 10.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = PROGNAME I_CALLBACK_PF_STATUS_SET = 'SET_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT TABLES T_OUTTAB = GT_TABLES_DISP EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING DEF_FILENAME = DEF_PATH DEF_PATH = 'C:\' * MASK = ',*.*,*.*.'

TMP_GUI_BROWSE_FOR_FOLDER CALL FUNCTION 'TMP_GUI_BROWSE_FOR_FOLDER' EXPORTING * WINDOW_TITLE = INITIAL_FOLDER = 'C:\' IMPORTING SELECTED_FOLDER = TMP_FILENAME EXCEPTIONS CNTL_ERROR = 1 OTHERS = 2 .

POPUP_TO_GET_ONE_VALUE CALL FUNCTION 'POPUP_TO_GET_ONE_VALUE' EXPORTING TEXTLINE1 = TEXT-160 * TEXTLINE2 = * TEXTLINE3 = ' ' TITEL = TEXT-170 VALUELENGTH = 50 IMPORTING ANSWER = GD_ANSWER VALUE1 = LD_VALUE EXCEPTIONS TITEL_TOO_LONG = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = PROGNAME I_CALLBACK_PF_STATUS_SET = 'SET_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT TABLES T_OUTTAB = GT_TABLES_DISP EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = PROGNAME I_CALLBACK_PF_STATUS_SET = 'SET_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT TABLES T_OUTTAB = GT_TABLES_DISP EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

POPUP_TO_GET_ONE_VALUE CALL FUNCTION 'POPUP_TO_GET_ONE_VALUE' EXPORTING TEXTLINE1 = TEXT-200 * TEXTLINE2 = * TEXTLINE3 = ' ' TITEL = TEXT-210 VALUELENGTH = 18 IMPORTING ANSWER = GD_ANSWER VALUE1 = LD_VALUE EXCEPTIONS TITEL_TOO_LONG = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = PROGNAME I_CALLBACK_PF_STATUS_SET = 'SET_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT TABLES T_OUTTAB = GT_TABLES_DISP EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING * ENVIRONMENT = FILENAME = GD_FILENAME QUERY = 'FE' * WINID = IMPORTING RETURN = GD_RC EXCEPTIONS INV_QUERY = 1 NO_BATCH = 2 FRONTEND_ERROR = 3 OTHERS = 4 .

WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING * ENVIRONMENT = FILENAME = P_PATH QUERY = 'FE' * WINID = IMPORTING RETURN = GD_RC EXCEPTIONS INV_QUERY = 1 NO_BATCH = 2 FRONTEND_ERROR = 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 CNV_00001_PACKAGE_INFO_UPLOAD or its description.