SAP Reports / Programs

CNV_20551_UPLOAD_SETTINGS SAP ABAP Report - Upload of settings (for company code deletion)







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


Text pool values


Title: Upload of settings (for company code deletion)
Text Symbol: 126 = Directory for import files
Text Symbol: 128 = Path for CNVSTATE
Text Symbol: 129 = Package no.


INCLUDES used within this REPORT CNV_20551_UPLOAD_SETTINGS

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 = gd_phase EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING popup_title = text-126 " Import-Dateien 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' "#EC * "#EC ARGCHECKED EXPORTING "#EC * s_path = filename_x "#EC * s_separator = p_separa "#EC * s_col1_name = col1_name "#EC * s_col2_name = col2_name "#EC * s_col3_name = col3_name "#EC * s_col4_name = col4_name "#EC * s_col5_name = col5_name "#EC * s_col6_name = col6_name "#EC * s_col7_name = col7_name "#EC * s_col8_name = col8_name "#EC * s_col9_name = col9_name "#EC * s_col10_name = col10_name "#EC * s_col11_name = col11_name "#EC * s_col12_name = col12_name "#EC * TABLES "#EC * i_assignment_table = i_assignment_table "#EC * EXCEPTIONS "#EC * file_not_found = 1 "#EC * upload_problems = 2 "#EC * col1_not_found = 3 "#EC * col2_not_found = 4 "#EC * OTHERS = 5. "#EC *

CNV_SYSTEM_INFO CALL FUNCTION 'CNV_SYSTEM_INFO' EXPORTING p_sys_id = sy-sysid IMPORTING p_sys_type = xv_sys_type EXCEPTIONS system_unknown = 1 OTHERS = 2.

CNV_00001_IS_PACK_CUST_SPACE CALL FUNCTION 'CNV_00001_IS_PACK_CUST_SPACE' EXPORTING p_pack = iv_packid IMPORTING p_res = xv_res EXCEPTIONS package_not_found = 1 OTHERS = 2.



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