SAP ABAP Class CL_CNV_TDMS_SCRAM_UI_LVL_CS (ConditionSet level)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBT_SCRAMBLE (Package) Components of Scrambling platform
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CNV_TDMS_SCRAM_UI_LEVEL Level 20080615
Properties
Class CL_CNV_TDMS_SCRAM_UI_LVL_CS  
Short Description ConditionSet level    
Super Class CL_CNV_TDMS_SCRAM_UI_LEVEL Level 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_MBT_SCRAMBLE   Components of Scrambling platform 
Created 20080615   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no forward declaration.
Interfaces
Class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no interface implemented.
Friends
Class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_AND Constant Private Type reference (TYPE) CHAR3 'AND' And 20080616
2 C_OR Constant Private Type reference (TYPE) CHAR3 'OR' Or 20080616
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080615
2 CREATE_COND_LINE Instance method Public Method Create New Condition Line 20080620
3 CREATE_COND_SET Instance method Public Method Create Condition Set 20080620
4 DELETE_COND_LINE Instance method Public Method Delete Condition Line 20080620
5 DELETE_COND_SET Instance method Public Method Delete Condition Set 20080620
6 GET_CONTENT_COND_LINE Instance method Public Method get content from selected Condition line 20080622
7 MAINTAIN_COND_SET Instance method Public Method Maintain Condition Set 20080620
8 MOVEIN_2_COND_LINE Instance method Public Method Move Condition Set to Condition Line 20080622
9 START_POINT Instance method Public Method goto start point 20080620
10 TREE_ENTRY_CDSET Instance method Private Method create tree entry for CdSet 20080620
Events
Class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no event.
Types
Class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_SC_LEVEL Call by reference Object reference (TYPE REF TO) CL_CNV_TDMS_SCRAM_UI_LVL_SC Scramble Level 20080615
2 Importing IV_MEMBER_TYPE Call by reference Type reference (TYPE) CNV_MBT_SCRAM_T_NAME Member type 20080615
3 Importing IV_REF_DP Call by reference Object reference (TYPE REF TO) CL_CNV_TDMS_SCRAM_DATA_PROV Scrambling table Data provider 20080615

Method CONSTRUCTOR on class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no exception.

Method CREATE_COND_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Node Key 20080620

Method CREATE_COND_LINE on class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no exception.

Method CREATE_COND_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) CNV_MBT_DESCRIPT Description Field 20080620

Method CREATE_COND_SET on class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no exception.

Method DELETE_COND_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ERROR Call by reference Type reference (TYPE) ERRORSLIST Error list for transfer of errors in long texts 20080620
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Node key 20080620

Method DELETE_COND_LINE on class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no exception.

Method DELETE_COND_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ERROR Call by reference Type reference (TYPE) ERRORSLIST Error list for transfer of errors in long texts 20080620
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Node key 20080620

Method DELETE_COND_SET on class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no exception.

Method GET_CONTENT_COND_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FIELD Call by reference Type reference (TYPE) FIELDNAME Field name 20080622
2 Exporting EV_OPTYPE Call by reference Type reference (TYPE) CNV_MBT_OPDTYPE Operand Type 20080622
3 Exporting EV_TAB Call by reference Type reference (TYPE) TABNAME Table name 20080622
4 Importing IV_NODEKEY Call by reference Type reference (TYPE) TV_NODEKEY Node key 20080622

Method GET_CONTENT_COND_LINE on class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no exception.

Method MAINTAIN_COND_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) CNV_MBT_DESCRIPT Description Field 20080620

Method MAINTAIN_COND_SET on class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no exception.

Method MOVEIN_2_COND_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ERROR Call by reference Type reference (TYPE) ERRORSLIST Number of Message Type 20080622
2 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) ANY Description Field 20080622
3 Importing IV_ID Call by reference Type reference (TYPE) CNV_MBT_CDSETID ConditionSet ID 20080622
4 Importing IV_ITEM_NAME Call by reference Type reference (TYPE) TV_ITMNAME Tree Control: Column Name / Item Name 20080622
5 Importing IV_MEMBER_TYPE Call by reference Type reference (TYPE) ANY Member type 20080622
6 Importing IV_NODEKEY Call by reference Type reference (TYPE) TV_NODEKEY Node key 20080622

Method MOVEIN_2_COND_LINE on class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no exception.

Method START_POINT Signature

Method START_POINT on class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no parameter.
Method START_POINT on class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no exception.

Method TREE_ENTRY_CDSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NODEKEY Call by reference Type reference (TYPE) TV_NODEKEY Node key 20080620
2 Importing IS_MEMBER_LIST Call by reference Type reference (TYPE) CNV_MBT_SCRAM_TS_MEMBER Member List 20080620
3 Importing IV_RELAT_KEY Call by reference Type reference (TYPE) TV_NODEKEY Node key 20080620

Method TREE_ENTRY_CDSET on class CL_CNV_TDMS_SCRAM_UI_LVL_CS has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2006_1_46C