SAP ABAP Class CNV_00001_CTRL_DATA_PROVIDER (CWB control tables data provider)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_BASIS (Package) Conversion: Basis functions
Properties
Class CNV_00001_CTRL_DATA_PROVIDER  
Short Description CWB control tables data provider    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_BASIS   Conversion: Basis functions 
Created 20091103   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CNV_00001_CTRL_DATA_PROVIDER has no interface implemented.
Friends
Class CNV_00001_CTRL_DATA_PROVIDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALL_PACKAGE_TABLES Instance attribute Protected Type reference (TYPE) CNV_00001_TABLES_STT All tables from CNVTABLES and CNVFIELDS 20091103
2 ALL_TABLES Instance attribute Protected Type reference (TYPE) CNV_00001_TABLES_STT List of standard and customer tables 20091103
3 CHECK Instance attribute Protected Object reference (TYPE REF TO) CNV_00001_CHECK Basis checks 20091103
4 DEP_PACKAGES Instance attribute Protected Type reference (TYPE) CNV_00001_PACKDP_STT List of dependent packages 20091208
5 DISPLAY_ONLY Instance attribute Protected Type reference (TYPE) AS4FLAG Display mode only 20100309
6 DOMAINS Instance attribute Protected Type reference (TYPE) CNV_00001_DOMS_STT Entries from CNVDOMS 20091103
7 DOMAIN_PARAMS Instance attribute Protected Type reference (TYPE) CNV_00001_DOPARS_STT Entries from CNVDOPARS 20091103
8 FIELDNAME_RANGE Instance attribute Protected See coding FIELDNAME_RANGE 20091218
9 FIELDS Instance attribute Protected Type reference (TYPE) CNV_00001_FIELDS_STT Entries from CNVFIELDS 20091103
10 FIELD_PARAMS Instance attribute Protected Type reference (TYPE) CNV_00001_FIPARS_STT Entries from CNVFIPARS 20091103
11 GLOBAL_STATUS Instance attribute Protected Type reference (TYPE) CNV_00001_MSGTYPE Global status 20091113
12 IGNORE_STATUS_MANAGEMENT Instance attribute Protected Type reference (TYPE) AS4FLAG Whether status management should be ignored 20091116
13 IGNORE_STATUS_PARAM_NAME Constant Public Type reference (TYPE) CNV_00001_PARAMS-PARAMNAME 'CNV_00001_IGNORE_STATUS_MANAGEMENT' Conversion: Value of a parameter for a conversion routine 20100309
14 INCLUDES Instance attribute Protected Type reference (TYPE) CNV_00001_INCL_STT Entries from CNVINCL 20091103
15 LAST_REQUEST_ID Instance attribute Protected Type reference (TYPE) TRKORR Request/task 20091103
16 LAST_TASK_ID Instance attribute Protected Type reference (TYPE) TRKORR Request/task 20091103
17 LOAD_ADDED_TABLES Instance attribute Protected Type reference (TYPE) CNV_00001_TABORIGIN_FILTER Whether to display manually added tables 20091103
18 LOAD_CUST_TABLES Instance attribute Protected Type reference (TYPE) CNV_00001_TABORIGIN_FILTER Whether to display customer tables 20091103
19 LOAD_PACK_TABLES Instance attribute Protected Type reference (TYPE) CNV_00001_TABORIGIN_FILTER Whether to display package tables 20091103
20 LOAD_STD_TABLES Instance attribute Protected Type reference (TYPE) CNV_00001_TABORIGIN_FILTER Whether to display new standard tables 20091103
21 LOCKED Instance attribute Protected Type reference (TYPE) AS4FLAG Whether the data is locked by other user 20091103
22 LOCKED_BY_ME Instance attribute Protected Type reference (TYPE) AS4FLAG Whether the data is already locked by me 20091103
23 LOCKED_VIEWS Instance attribute Protected Type reference (TYPE) TY_T_VIEW List of locked views 20091103
24 LOGGER Instance attribute Protected Object reference (TYPE REF TO) CNV_00001_LOGGER Logger 20091103
25 NONTR_FIELDS Instance attribute Protected Type reference (TYPE) CNV_00001_ST_NONTR_FIELDS Non-transparent fields of the package 20110107
26 PACK Instance attribute Public Type reference (TYPE) CNVPACK Conversion: Conversion packages 20091103
27 PACKID Instance attribute Protected Type reference (TYPE) CNV_PACK Conversion package id 20091103
28 PHASE Instance attribute Protected Type reference (TYPE) CNV_PHASE Phase in which the program is running 20100309
29 PHASE_PACK_SETTINGS Constant Public Type reference (TYPE) CNV_PHASE 'P' Conversion: Phase 20100309
30 REFERENCED_TABLES Instance attribute Protected Type reference (TYPE) TY_HT_TABREF List of table references 20091103
31 RERUNARG Instance attribute Protected Type reference (TYPE) CNV_REARG Conversion: Restart argument 20091113
32 SAVED_STATUSES Instance attribute Protected Type reference (TYPE) TY_HT_STATUS_INFO Saved statuses 20091113
33 STATUS_INITIALIZED Instance attribute Protected Type reference (TYPE) AS4FLAG Whether status has already been initialized 20100309
34 STEPS Instance attribute Protected Type reference (TYPE) CNV_00001_STEPS_STT Entries from CNVSTEPS 20091103
35 STEP_PARAMS Instance attribute Protected Type reference (TYPE) CNV_00001_STPARS_STT Entries from CNVSTPARS 20091103
36 TABLES Instance attribute Protected Type reference (TYPE) CNV_00001_TABLES_STT Entries from CNVTABLES 20091103
37 TABLE_INCLUDES Instance attribute Protected Type reference (TYPE) CNV_00001_INCLTAB_STT Entries from CNVINCLTAB 20091103
38 TABLE_STATUS_KEY Constant Public Type reference (TYPE) CHAR32 'CNV_00001_TABLE_STATUS' Key under which table status is saved 20091113
39 TABNAME_RANGE Instance attribute Protected See coding TABNAME_RANGE 20091207
40 TRREQ_RECORD Instance attribute Protected Type reference (TYPE) AS4FLAG Whether to record in transport request 20100224
41 VIEW_MODE Instance attribute Protected Type reference (TYPE) CNV_00001_VISIBILITY SPACE visibility mode 20100203
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FIELD Instance method Public Method Adds a field to a table 20091103
2 ADD_TABLE Instance method Public Method Adds a new table (optionally also to database) 20091103
3 ARE_ADDED_TABLES_LOADED Instance method Public Method Returns whether manually added tables are loaded 20091103
4 ARE_ALL_TABLES_CHECKED Instance method Public Method Returns whether all tables were checked 20091216
5 ARE_CUST_TABLES_LOADED Instance method Public Method Returns whether customer tables are loaded 20091103
6 ARE_ONLY_CUST_TABLES_ALLOWED Instance method Public Method Returns whether adding of only customer tables is allowed 20091103
7 ARE_PACK_TABLES_LOADED Instance method Public Method Returns whether package tables are loaded 20091103
8 ARE_STD_TABLES_LOADED Instance method Public Method Returns whether standard non-package tables are loaded 20091103
9 CANCEL_CHANGES Instance method Public Method Cancels all changes made since previous save 20091103
10