SAP ABAP Class CL_CNV_00001_MODIFIABLE (Abstrct modifiable cust. object)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_BASIS (Package) Conversion: Basis functions
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CNV_00001_API_ABSTR_FIELD Conv.-relevant field representation 20110321
2 Inheritance (c INHERITING FROM c_ref)  CL_CNV_00001_API_ABSTR_TABLE Table representation 20110321
3 Inheritance (c INHERITING FROM c_ref)  CL_CNV_00001_API_FLD_MAP_ENTRY Representation of field mapping 20130913
4 Inheritance (c INHERITING FROM c_ref)  CL_CNV_00001_API_INCLUDE Routine parameter 20110418
5 Inheritance (c INHERITING FROM c_ref)  CL_CNV_00001_API_PARAMETER Routine parameter 20110321
6 Inheritance (c INHERITING FROM c_ref)  CL_CNV_00001_API_ROUTINE Routine representation 20110321
7 Inheritance (c INHERITING FROM c_ref)  CL_CNV_00001_API_STEP Representation of conv. prog. user-def. step 20110321
8 Inheritance (c INHERITING FROM c_ref)  CL_CNV_00001_API_TAB_MAP Collection of table mappings 20130913
9 Inheritance (c INHERITING FROM c_ref)  CL_CNV_00001_API_TAB_MAP_ENTRY Representation of table mapping 20130913
Properties
Class CL_CNV_00001_MODIFIABLE  
Short Description Abstrct modifiable cust. object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_BASIS   Conversion: Basis functions 
Created 20110321   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_CNV_00001_API_STATIC Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_CNV_00001_MODIFIABLE has no interface implemented.
Friends
Class CL_CNV_00001_MODIFIABLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGED Instance attribute Public Type reference (TYPE) CNV_00001_CTRL_DATA_MODIFIER Modifier of control data 20110321
2 CHDATE Instance attribute Public Type reference (TYPE) CNV_00001_CHANGE_DATE Change date 20110321
3 CHTIME Instance attribute Public Type reference (TYPE) CNV_00001_CHANGE_TIME Change time 20110321
4 CHUSER Instance attribute Public Type reference (TYPE) CNV_00001_CHANGE_USER Change user 20110321
5 CRDATE Instance attribute Public Type reference (TYPE) CNV_00001_CREATE_DATE Creation date 20110321
6 CREATED Instance attribute Public Type reference (TYPE) CNV_00001_CTRL_DATA_CREATOR Creator of control data 20110321
7 CRTIME Instance attribute Public Type reference (TYPE) CNV_00001_CREATE_TIME Creation time 20110321
8 CRUSER Instance attribute Public Type reference (TYPE) CNV_00001_CREATE_USER Creating user 20110321
9 DATAREF Instance attribute Protected Object reference (TYPE REF TO) DATA Reference to custom data 20110421
10 GLOBAL_CONTEXT Instance attribute Protected Object reference (TYPE REF TO) CL_CNV_00001_VALUEMAP Value map 20110418
11 MOD_STATUS_ADDED Instance attribute Public Type reference (TYPE) FLAG Modification status - added 20110411
12 MOD_STATUS_DELETED Instance attribute Public Type reference (TYPE) FLAG Modification status - deleted 20110411
13 MOD_STATUS_MODIFIED Instance attribute Public Type reference (TYPE) FLAG Modification status - modified 20110411
14 SOURCE Instance attribute Public Type reference (TYPE) CNV_00001_CTRL_DATA_SOURCE Control data source 20110321
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_GLOBAL_CONTEXT Instance method Public Method Assigns global context 20110418
2 CONSTRUCTOR Instance method Public Constructor Creates the modifiable object 20110407
3 FILL Instance method Public Method Fills the data 20110321
4 FROM_STRUCTURE Instance method Public Method Fills the values from the structure 20110321
5 GET_DATA Instance method Public Method retrieves the custom data 20110421
6 GET_SOURCE_ICON Static method Public Method Returns the icon for the source 20110407
7 INT_MODIFIED Instance method Protected Event handling method Internal reaction to modification 20110407
8 IS_READONLY Instance method Public Method Returns whether the table is displayed as readonly 20110413
9 MARK_DELETED Instance method Public Method Marks table as deleted 20110411
10 MARK_MODIFIED Instance method Protected Method Marks the object as modified 20110407
11 RESET_MOD_STATUS Instance method Public Method Resets modification status 20110411
12 SET_DATA Instance method Public Method assigns custom data 20110421
13 SET_SOURCE Instance method Public Method Sets the entry source 20110321
14 TO_STRUCTURE Instance method Public Method Fills the values to the structure 20110322
Events
# Event Type Visibility Description Created on
1 MODIFIED Instance Event
(0)
Public
(2)
The object was modified 20110407
Types
Class CL_CNV_00001_MODIFIABLE has no local type.
Method Signatures

Method ASSIGN_GLOBAL_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CTX Call by reference Object reference (TYPE REF TO) CL_CNV_00001_VALUEMAP Value map 20110418

Method ASSIGN_GLOBAL_CONTEXT on class CL_CNV_00001_MODIFIABLE has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_CNV_00001_MODIFIABLE has no parameter.
Method CONSTRUCTOR on class CL_CNV_00001_MODIFIABLE has no exception.

Method FILL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AUTO_CHANGED Call by reference Type reference (TYPE) FLAG General Flag 20110321
2 Importing AUTO_CREATED Call by reference Type reference (TYPE) FLAG General Flag 20110321
3 Importing CHANGED Call by reference Type reference (TYPE) CNV_00001_CTRL_DATA_MODIFIER Modifier of control data 20110321
4 Importing CHDATE Call by reference Type reference (TYPE) CNV_00001_CHANGE_DATE Change date 20110321
5 Importing CHTIME Call by reference Type reference (TYPE) CNV_00001_CHANGE_TIME Change time 20110321
6 Importing CHUSER Call by reference Type reference (TYPE) CNV_00001_CHANGE_USER Change user 20110321
7 Importing CRDATE Call by reference Type reference (TYPE) CNV_00001_CREATE_DATE Creation date 20110321
8 Importing CREATED Call by reference Type reference (TYPE) CNV_00001_CTRL_DATA_CREATOR Creator of control data 20110321
9 Importing CRTIME Call by reference Type reference (TYPE) CNV_00001_CREATE_TIME Creation time 20110321
10 Importing CRUSER Call by reference Type reference (TYPE) CNV_00001_CREATE_USER Creating user 20110321

Method FILL on class CL_CNV_00001_MODIFIABLE has no exception.

Method FROM_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RECORD Call by reference Type reference (TYPE) ANY 20110321

Method FROM_STRUCTURE on class CL_CNV_00001_MODIFIABLE has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) ANY 20110421

Method GET_DATA on class CL_CNV_00001_MODIFIABLE has no exception.

Method GET_SOURCE_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ICON Value transfer Type reference (TYPE) ICON_D Icon in text fields (substitute display, alias) 20110407
2 Importing SOURCE Call by reference Type reference (TYPE) CNV_00001_CTRL_DATA_SOURCE Control data source 20110407

Method GET_SOURCE_ICON on class CL_CNV_00001_MODIFIABLE has no exception.

Method INT_MODIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE Call by reference Attribute reference (LIKE) 20110407
2 Importing NEW_VALUE Call by reference Attribute reference (LIKE) 20110407
3 Importing OLD_VALUE Call by reference Attribute reference (LIKE) 20110407

Method INT_MODIFIED on class CL_CNV_00001_MODIFIABLE has no exception.

Method IS_READONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning READONLY Value transfer Type reference (TYPE) FLAG General Flag 20110413
2 Importing VIEW_MODE Call by reference Type reference (TYPE) CNV_00001_VISIBILITY IF_CNV_00001_API_STATIC=>VIEW_STANDARD View mode ('E'-expert, 'C'-extended, ' '-standard) 20110413

Method IS_READONLY on class CL_CNV_00001_MODIFIABLE has no exception.

Method MARK_DELETED Signature

Method MARK_DELETED on class CL_CNV_00001_MODIFIABLE has no parameter.
Method MARK_DELETED on class CL_CNV_00001_MODIFIABLE has no exception.

Method MARK_MODIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE Call by reference Type reference (TYPE) ANY 20110407
2 Importing NEW_VALUE Call by reference Type reference (TYPE) ANY 20110407
3 Importing OLD_VALUE Call by reference Type reference (TYPE) ANY 20110407

Method MARK_MODIFIED on class CL_CNV_00001_MODIFIABLE has no exception.

Method RESET_MOD_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MARK_ADDED Call by reference Type reference (TYPE) FLAG SPACE General Flag 20110411

Method RESET_MOD_STATUS on class CL_CNV_00001_MODIFIABLE has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) ANY 20110421

Method SET_DATA on class CL_CNV_00001_MODIFIABLE has no exception.

Method SET_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOURCE Call by reference Type reference (TYPE) CNV_00001_CTRL_DATA_SOURCE Control data source 20110321

Method SET_SOURCE on class CL_CNV_00001_MODIFIABLE has no exception.

Method TO_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing RECORD Call by reference Type reference (TYPE) ANY 20110322

Method TO_STRUCTURE on class CL_CNV_00001_MODIFIABLE has no exception.
Event Signatures

Event MODIFIED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ATTRIBUTE Exporting Value transfer Type reference (TYPE) ANY 20110407
2 NEW_VALUE Exporting Value transfer Type reference (TYPE) ANY 20110407
3 OLD_VALUE Exporting Value transfer Type reference (TYPE) ANY 20110407
4 TARGET Exporting Value transfer Object reference (TYPE REF TO) CL_CNV_00001_MODIFIABLE Abstrct modifiable cust. object 20110407
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620