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

CNV_20900_SETTINGS SAP ABAP Report - Special package settings







CNV_20900_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_20900_SETTINGS 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_20900_SETTINGS - Special settings for vendor convers.


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_20900_SETTINGS. "Basic submit
SUBMIT CNV_20900_SETTINGS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_20900_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: Special package settings
Text Symbol: 001 = Settings were changed, but changes not yet saved.
Text Symbol: 002 = Do you want to save?
Text Symbol: 004 = Yes
Text Symbol: 005 = No
Text Symbol: 007 = Save?
Text Symbol: 011 = OFF
Text Symbol: ADA = Adapt
Text Symbol: CHG = The table cannot be changed any more.
Text Symbol: IMG = Saving..
Text Symbol: INF = Information
Text Symbol: LEA = ignore
Text Symbol: NRV = Automatic vendor rename
Text Symbol: OFF = Switched off
Text Symbol: ONN = Switched on
Text Symbol: SET = Settings were confirmed already.
Text Symbol: VBT = Sales documents


INCLUDES used within this REPORT CNV_20900_SETTINGS

INCLUDE CNV_20900_GLOBAL_INCLUDE.


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_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' "#EC * EXPORTING defaultoption = '2' textline1 = text-001 textline2 = text-002 text_option1 = text-004 text_option2 = text-005 titel = text-007 IMPORTING answer = ld_answer EXCEPTIONS OTHERS = 1.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' "#EC * EXPORTING displ = 'X' displ_mode = '2' id = 'TX' langu = sy-langu object = 'CNV_20900_SETTINGS' EXCEPTIONS OTHERS = 1.

CNV_20900_READ_PARAM CALL FUNCTION 'CNV_20900_READ_PARAM' EXPORTING i_packid = gd_packid i_name = 'PACKSET_PARAM' i_key1 = 'LIFNR_CONVERSION_VIA_NRIV' i_key2 = '' IMPORTING e_val1 = gt_param-val1 e_val2 = gt_param-val2 e_val3 = gt_param-val3 EXCEPTIONS param_not_found = 1 OTHERS = 2.

CNV_20900_READ_PARAM CALL FUNCTION 'CNV_20900_READ_PARAM' EXPORTING i_packid = gd_packid i_name = 'PACKSET_PARAM' i_key1 = 'VBPA' i_key2 = 'ADJUST' IMPORTING e_val1 = gt_param-val1 e_val2 = gt_param-val2 e_val3 = gt_param-val3 EXCEPTIONS param_not_found = 1 OTHERS = 2.

CNV_20900_READ_PARAM CALL FUNCTION 'CNV_20900_READ_PARAM' EXPORTING i_packid = gd_packid i_name = 'PACKSET_PARAM' i_key1 = 'VBPA' i_key2 = 'INIT' IMPORTING e_val1 = gt_param-val1 e_val2 = gt_param-val2 e_val3 = gt_param-val3 EXCEPTIONS param_not_found = 1 OTHERS = 2.

CNV_20900_WRITE_PARAM CALL FUNCTION 'CNV_20900_WRITE_PARAM' EXPORTING i_packid = gd_packid i_name = 'PACKSET_PARAM' i_key1 = 'LIFNR_CONVERSION_VIA_NRIV' i_key2 = '' i_val1 = gt_param-val1 i_val2 = gt_param-val2 i_val3 = gt_param-val3 EXCEPTIONS param_not_found = 1 OTHERS = 2.

CNV_20900_WRITE_PARAM CALL FUNCTION 'CNV_20900_WRITE_PARAM' EXPORTING i_packid = gd_packid i_name = 'PACKSET_PARAM' i_key1 = 'VBPA' i_key2 = 'ADJUST' i_val1 = gt_param-val1 i_val2 = gt_param-val2 i_val3 = gt_param-val3 EXCEPTIONS param_not_found = 1 OTHERS = 2.

CNV_20900_WRITE_PARAM CALL FUNCTION 'CNV_20900_WRITE_PARAM' EXPORTING i_packid = gd_packid i_name = 'PACKSET_PARAM' i_key1 = 'VBPA' i_key2 = 'INIT' i_val1 = gt_param-val1 i_val2 = gt_param-val2 i_val3 = gt_param-val3.

CNV_20900_WRITE_PARAM CALL FUNCTION 'CNV_20900_WRITE_PARAM' EXPORTING i_packid = gd_packid i_name = 'PACKSET_PARAM' i_key1 = 'LIFNR_CONVERSION_VIA_NRIV' i_key2 = '' i_val1 = text-011 EXCEPTIONS param_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_20900_SETTINGS or its description.