CNV_TDMS_EC_SELECT_CCODES 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_TDMS_EC_SELECT_CCODES into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_WARN = Warn - Performance Bottlenecks
Selection Text: P_STORE = Store dependent Org units
Selection Text: P_PHASE = Phase
Selection Text: P_PACK = Package
Selection Text: P_OPT = Only Company Code
Selection Text: P_ERROR = Max. Organizational Unit Limit
Selection Text: P_ACT_ID = Activity ID
Title: Select Organizational Units for Transfer
Text Symbol: 055 = or a combination
Text Symbol: 054 = Enter at least one plant or customer number
Text Symbol: 053 = Plant
Text Symbol: 052 = is invalid
Text Symbol: 051 = Customer
Text Symbol: 050 = Selection Criteria
Text Symbol: 049 = Data volume is large; loading data.....
Text Symbol: 048 = Company Code
Text Symbol: 046 = selected
Text Symbol: 033 = Company Codes
Text Symbol: 022 = Data Loss
Text Symbol: 021 = Last Changed By
Text Symbol: 020 = Status
Text Symbol: 018 = Created By
Text Symbol: 017 = Description
Text Symbol: 016 = Migration Package
Text Symbol: 012 = Save Data
Text Symbol: 011 = Hlevel
Text Symbol: 010 = Bukrs
Text Symbol: 009 = Orgunit
Text Symbol: 006 = Do you want to cancel the activity?
Text Symbol: 005 = Do you want to save data?
Text Symbol: 004 = Transfer
Text Symbol: 003 = Productive
Text Symbol: 002 = Org. Unit Key
Text Symbol: 001 = Organizational Unit Description
INCLUDE CNV_TDMS_AP_PARAMS.
INCLUDE CNVTDMS_EC_SELECT_CCODES_DATA.
INCLUDE CNVTDMS_EC_SELECT_CCODES_CLASS.
INCLUDE CNVTDMS_EC_SELECT_CCODES_O01.
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT * CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' * EXPORTING * restriction = restrict * EXCEPTIONS * too_late = 1 * repeated = 2 * selopt_without_options = 5 * selopt_without_signs = 6 * invalid_sign = 7 * empty_option_list = 9 * invalid_kind = 10 * repeated_kind_a = 11 * OTHERS = 12.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-049.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_TDMS_EC_SELECT_CCODES - Select Organizational Units for Transfer CNV_TDMS_EC_SELECT_CCODES - Select Organizational Units for Transfer CNV_TDMS_EC_SELECTS_TOP - Include CNV_TDMS_EC_SELECTS_TOP CNV_TDMS_EC_SELECTS_O01 - Include CNV_TDMS_EC_SELECTS_O01 CNV_TDMS_EC_SELECTS_MAINTAIN - UI for customizable selects CNV_TDMS_EC_SELECTS_MAINTAIN - UI for customizable selects