SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_TDMS_EC_SELECT_CCODES SAP ABAP Report - Select Organizational Units for Transfer







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


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


Text pool values


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


INCLUDES used within this REPORT CNV_TDMS_EC_SELECT_CCODES

INCLUDE CNV_TDMS_AP_PARAMS.
INCLUDE CNVTDMS_EC_SELECT_CCODES_DATA.
INCLUDE CNVTDMS_EC_SELECT_CCODES_CLASS.
INCLUDE CNVTDMS_EC_SELECT_CCODES_O01.




INCLUDE CNVTDMS_EC_SELECT_CCODES_I01.
INCLUDE CNVTDMS_EC_SELECT_CCODES_F01.


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:

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.



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