SAP ABAP Class CL_LCA_LCK_SELCONV (Selection Conversion)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-LCA (Application Component) liveCache Applications
     SLCAPPS_LCK (Package) liveCache Lock Server
Properties
Class CL_LCA_LCK_SELCONV  
Short Description Selection Conversion    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLCAPPS_LCK   liveCache Lock Server 
Created 20041207   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LCA_LCK_SELCONV has no forward declaration.
Interfaces
Class CL_LCA_LCK_SELCONV has no interface implemented.
Friends
Class CL_LCA_LCK_SELCONV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_FALSE Static Attribute Private Type reference (TYPE) FLAG 20041207
2 MC_TRUE Static Attribute Private Type reference (TYPE) FLAG 'X' General Flag 20041207
Methods
# Method Level Visibility Method type Description Created on
1 CONTAINS_PATTERN Static method Private Method Test for Patterns 20041207
2 CONVERT Static method Public Method Conversion of Selection Tables 20041207
3 CONVERT_CHARC_CONST Static method Private Method Conversion of a Subarea of the Selection Table 20041207
4 CONVERT_SIGN_CONST Static method Private Method Conversion of a Subarea of the Selection Table 20041207
5 CONVERT_SINGLE Static method Private Method Conversion of a Single Selection 20041207
6 EXPAND_PATTERN Static method Private Method Expand Single Patterns 20041207
7 GET_MAX_CHAR Static method Private Method 20041207
8 GET_MAX_VALUE Static method Private Method 20041207
9 GET_MIN_CHAR Static method Private Method 20041207
10 GET_MIN_VALUE Static method Private Method 20041207
11 MERGE_IN_OUT Static method Private Method Mix Flat In/Out Selections 20041207
12 SWAP_IF_NEEDED Static method Private Method Swap 20041207
Events
Class CL_LCA_LCK_SELCONV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ENDPOINT Private See coding 20041207 BEGIN OF ts_endpoint, val TYPE lca_lck_value, sgn TYPE i, soe TYPE i, add TYPE i, END OF ts_endpoint
2 TT_ENDPOINT Private See coding 20041207 tt_endpoint TYPE STANDARD TABLE OF ts_endpoint WITH DEFAULT KEY
Method Signatures

Method CONTAINS_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VALUE Call by reference Type reference (TYPE) LCA_LCK_VALUE Feld für einen beliebigen Merkmalswert 20041207
2 Returning RV_PAT Value transfer Type reference (TYPE) FLAG allgemeines flag 20041207

Method CONTAINS_PATTERN on class CL_LCA_LCK_SELCONV has no exception.

Method CONVERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHARINTERVALS Call by reference Type reference (TYPE) LCA_LCK_CHARCSEL_TAB Tabelle von Merkmalsselektionen 20041207
2 Exporting ET_INVALID Call by reference Type reference (TYPE) LCA_LCK_SELECTION_TAB Ungültige Selektionstabelle für Merkmalswerte 20041207
3 Importing IT_CHARSELECTIONS Call by reference Type reference (TYPE) LCA_LCK_SELECTION_TAB Selektionstabelle für Merkmalswerte 20041207

Method CONVERT on class CL_LCA_LCK_SELCONV has no exception.

Method CONVERT_CHARC_CONST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_INTS Call by reference Type reference (TYPE) LCA_LCK_CHARCSEL_TAB 20041207
2 Changing CT_INVALID Call by reference Type reference (TYPE) LCA_LCK_SELECTION_TAB 20041207
3 Changing CV_CURRENT Call by reference Type reference (TYPE) I 20041207
4 Importing IT_SELS Call by reference Type reference (TYPE) LCA_LCK_SELECTION_TAB Selektionstabelle für Merkmalswerte 20041207

Method CONVERT_CHARC_CONST on class CL_LCA_LCK_SELCONV has no exception.

Method CONVERT_SIGN_CONST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_INTS Call by reference Type reference (TYPE) LCA_LCK_CHARCSEL_TAB Tabelle von Merkmalsselektionen 20041207
2 Changing CT_INVALID Call by reference Type reference (TYPE) LCA_LCK_SELECTION_TAB Selektionstabelle für Merkmalswerte 20041207
3 Changing CV_CURRENT Call by reference Type reference (TYPE) I 20041207
4 Importing IT_SELS Call by reference Type reference (TYPE) LCA_LCK_SELECTION_TAB Selektionstabelle für Merkmalswerte 20041207
5 Importing IV_SIGN Call by reference Type reference (TYPE) DDSIGN Typ der Komponente SIGN im Zeilentyp eines Ranges-Typ 20041207

Method CONVERT_SIGN_CONST on class CL_LCA_LCK_SELCONV has no exception.

Method CONVERT_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_QUEUE Call by reference Type reference (TYPE) TT_ENDPOINT 20041207
2 Exporting EV_POSSIBLE Call by reference Type reference (TYPE) FLAG allgemeines flag 20041207
3 Importing IS_SELECTION Call by reference Type reference (TYPE) LCA_LCK_SELECTION Selektion für Merkmalswerte 20041207

Method CONVERT_SINGLE on class CL_LCA_LCK_SELCONV has no exception.

Method EXPAND_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LOWER Call by reference Type reference (TYPE) LCA_LCK_VALUE Feld für einen beliebigen Merkmalswert 20041207
2 Exporting EV_POSSIBLE Call by reference Type reference (TYPE) FLAG allgemeines flag 20041207
3 Exporting EV_UPPER Call by reference Type reference (TYPE) LCA_LCK_VALUE Feld für einen beliebigen Merkmalswert 20041207
4 Importing IV_PATTERN Call by reference Type reference (TYPE) LCA_LCK_VALUE Feld für einen beliebigen Merkmalswert 20041207

Method EXPAND_PATTERN on class CL_LCA_LCK_SELCONV has no exception.

Method GET_MAX_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MAX Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20041207

Method GET_MAX_CHAR on class CL_LCA_LCK_SELCONV has no exception.

Method GET_MAX_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MAX Value transfer Type reference (TYPE) LCA_LCK_VALUE Feld für einen beliebigen Merkmalswert 20041207

Method GET_MAX_VALUE on class CL_LCA_LCK_SELCONV has no exception.

Method GET_MIN_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MIN Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20041207

Method GET_MIN_CHAR on class CL_LCA_LCK_SELCONV has no exception.

Method GET_MIN_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MIN Value transfer Type reference (TYPE) LCA_LCK_VALUE Feld für einen beliebigen Merkmalswert 20041207

Method GET_MIN_VALUE on class CL_LCA_LCK_SELCONV has no exception.

Method MERGE_IN_OUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_INTS Call by reference Type reference (TYPE) LCA_LCK_CHARCSEL_TAB überlagerte Intervalle 20041207
2 Importing IT_INTS_E Call by reference Type reference (TYPE) LCA_LCK_CHARCSEL_TAB ausgeschlossene Intervalle 20041207
3 Importing IT_INTS_I Call by reference Type reference (TYPE) LCA_LCK_CHARCSEL_TAB eingeschloseene Intervalle 20041207

Method MERGE_IN_OUT on class CL_LCA_LCK_SELCONV has no exception.

Method SWAP_IF_NEEDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_LOWER Call by reference Type reference (TYPE) LCA_LCK_VALUE Feld für einen beliebigen Merkmalswert 20041207
2 Changing CV_UPPER Call by reference Type reference (TYPE) LCA_LCK_VALUE Feld für einen beliebigen Merkmalswert 20041207

Method SWAP_IF_NEEDED on class CL_LCA_LCK_SELCONV has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700