SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_20551_DOWNLOAD SAP ABAP Report - Download tables CNV_20551_SCOB and CNV_20551_MATNR in TXT format







CNV_20551_DOWNLOAD 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_20551_DOWNLOAD 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_20551_DOWNLOAD - Download


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


Text pool values


Title: Download tables CNV_20551_SCOB and CNV_20551_MATNR in TXT format
Text Symbol: 328 = HR data:
Text Symbol: 228 = MaterialNumbers:
Text Symbol: 128 = Organizational units/master data:
Text Symbol: 126 = Export files for
Text Symbol: 084 = Cancel
Text Symbol: 080 = Download


INCLUDES used within this REPORT CNV_20551_DOWNLOAD

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 = GC_PACKID * PHASE = EXCEPTIONS ACTIVE_PACKAGE_NOT_FOUND = 1 OTHERS = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-080 DIAGNOSE_OBJECT = 'CNV_20551_DOWNLOAD' text_question = '' * text_button_1 = text-083 ICON_BUTTON_1 = 'ICON_EXPORT' text_button_2 = text-084 icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' start_column = 25 start_row = 6 * POPUP_TYPE = importing answer = antwort0 * TABLES * PARAMETER = exceptions text_not_found = 1 others = 2.

POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING POPUP_TITLE = TEXT-126 " Export-Datei PROGRAMNAME = GD_PROGRAMNAME F4_FORMNAME = 'F4_HELP2' F4_PROGRAMNAME = GD_PROGRAMNAME IMPORTING RETURNCODE = RETURNCODE TABLES FIELDS = FIELDS1.

CNV_00001_DOWNLOAD CALL FUNCTION 'CNV_00001_DOWNLOAD' EXPORTING FILENAME = FILENAME1 FILETYPE = 'DAT' WRITE_FIELD_SEPARATOR = ';' * WS_ONLY = * IMPORTING * FILELENGTH = TABLES DATA_TAB = TRANSFER_TAB1 * FIELDNAMES = EXCEPTIONS DOWNLOAD_ERROR = 1 OTHERS = 2.

CNV_00001_DOWNLOAD CALL FUNCTION 'CNV_00001_DOWNLOAD' EXPORTING FILENAME = FILENAME2 FILETYPE = 'DAT' WRITE_FIELD_SEPARATOR = ';' * WS_ONLY = * IMPORTING * FILELENGTH = TABLES DATA_TAB = TRANSFER_TAB2 * FIELDNAMES = EXCEPTIONS DOWNLOAD_ERROR = 1 OTHERS = 2.

CNV_00001_DOWNLOAD CALL FUNCTION 'CNV_00001_DOWNLOAD' EXPORTING FILENAME = FILENAME3 FILETYPE = 'DAT' WRITE_FIELD_SEPARATOR = ';' * WS_ONLY = * IMPORTING * FILELENGTH = TABLES DATA_TAB = TRANSFER_TAB3 * FIELDNAMES = EXCEPTIONS DOWNLOAD_ERROR = 1 OTHERS = 2.

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

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING MASK = ',*.*,*.*.'



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