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

CNV_20551_SCOB3C_INCL SAP ABAP INCLUDE - Include for function group CNV_20551_SCOB3C







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


Text pool values


Title: Include for function group CNV_20551_SCOB3C


INCLUDES used within this REPORT CNV_20551_SCOB3C_INCL

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:

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 = FILENAME FILETYPE = FILE_FORMAT WRITE_FIELD_SEPARATOR = SEPARATOR * WS_ONLY = * IMPORTING * FILELENGTH = TABLES DATA_TAB = I_ASSIGNMENT_TABLE_ASC * FIELDNAMES = EXCEPTIONS DOWNLOAD_ERROR = 1 OTHERS = 2.

CNV_00001_DOWNLOAD call function 'CNV_00001_DOWNLOAD' exporting filename = filename filetype = file_format write_field_separator = separator * WS_ONLY = * IMPORTING * FILELENGTH = tables data_tab = i_assignment_table * FIELDNAMES = exceptions download_error = 1 others = 2.

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

POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING POPUP_TITLE = TEXT-127 " mit führenden Nullen? programname = gd_programname f4_formname = 'F4_HELP2' f4_programname = gd_programname IMPORTING returncode = returncode TABLES fields = fields1.

CNV_20551_UPLOAD CALL FUNCTION 'CNV_20551_UPLOAD' EXPORTING S_PATH = FILENAME S_SEPARATOR = P_SEPARA * S_SPACE = ' ' S_COL1_NAME = COL1_NAME S_COL2_NAME = COL2_NAME S_COL3_NAME = COL3_NAME * S_COL4_NAME = ' ' * S_COL5_NAME = ' ' * S_COL6_NAME = ' ' * S_COL7_NAME = ' ' * S_COL8_NAME = ' ' * S_COL9_NAME = ' ' TABLES I_ASSIGNMENT_TABLE_ASC = I_ASSIGNMENT_TABLE_ASC I_ASSIGNMENT_TABLE_DAT = I_ASSIGNMENT_TABLE EXCEPTIONS FILE_NOT_FOUND = 1 UPLOAD_PROBLEMS = 2 COL1_NOT_FOUND = 3 COL2_NOT_FOUND = 4 OTHERS = 5.

CNV_INT_PACKAGE_GET call function 'CNV_INT_PACKAGE_GET' importing packid = gc_packid phase = gd_phase.

HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING * DISPLAY = ' ' FIELDNAME = FIELDNAME * INPUT_VALUE = ' ' TABNAME = TABNAME * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * IMPORTING * SELECT_VALUE = * SELECT_INDEX = EXCEPTIONS NO_HELP_FOR_FIELD = 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_SCOB3C_INCL or its description.