SAP ABAP Class CL_DMC_CODE_STORE (Manages coding (of rules), basis class for OO_METHOD, etc.)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-DMC (Application Component) Data Conversion
⤷
S_DMCM (Package) Data Mapping and Conversion: Maintenance

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_FORM | Form routine | 20050715 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_F_MACRO_PARAM_FACTORY | CL_DMC_F_MACRO_PARAM_FACTORY | 20000229 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_F_METHOD_PARAM_FACTORY | CL_DMC_F_METHOD_PARAM_FACTORY | 20000229 |
Properties
Class | CL_DMC_CODE_STORE | |
Short Description | Manages coding (of rules), basis class for OO_METHOD, etc. | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_DMCM | Data Mapping and Conversion: Maintenance |
Created | 20000229 | SAP |
Last change | 20141030 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_DMC_CODE_STORE has no interface implemented.
Friends
Class CL_DMC_CODE_STORE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | BOOLEAN | '-' | Boolean Variable (X=true, -=false, space=unknown) | 20050718 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DMC_FIDENT | DMC: Name for Texts | 20050718 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | DMC_REPORT | Table with Coding | 20000229 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DMC_GUID | GUID of Coding Owner | 20050718 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DMC_RTI | DMC: Flag that specifies the class | 20050718 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | BOOLEAN | 'X' | Boolean Variable (X=true, -=false, space=unknown) | 20050718 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns the MWB objects used in coding | 20050802 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20000229 |
3 | ![]() |
Instance method | Public | Method | liefert das aktuelle Coding auf der Datenbank | 20051021 |
4 | ![]() |
Instance method | Protected | Method | Returns ident and visibility from a token | 20050805 |
5 | ![]() |
Instance method | Protected | Method | Loads coding in ITab from DB | 20000229 |
6 | ![]() |
Instance method | Protected | Method | Saves the coding table to the database | 20050718 |
7 | ![]() |
Instance method | Protected | Method | Sets the function name | 20050719 |
Events
Class CL_DMC_CODE_STORE has no event.
Types
Class CL_DMC_CODE_STORE has no local type.
Method Signatures
Method CODING_SCAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CNTRLPARAM | Call by reference | Type reference (TYPE) | DMC_CNTRLPARAM_TAB | Tabellentyp Steuerparameter | 20050802 | ||
2 | ![]() |
ET_FIXEDVALUE | Call by reference | Type reference (TYPE) | DMC_FIXEDVALUE_TAB | Table Type of Fixed Values | 20050802 | ||
3 | ![]() |
ET_RULE | Call by reference | Type reference (TYPE) | DMC_SIMPLE_RULE_REL_TAB | Tabelle mit Regeln | 20050802 | ||
4 | ![]() |
ET_TROBJ | Call by reference | Type reference (TYPE) | DMC_TROBJ_REL | Tabelle | 20050802 | ||
5 | ![]() |
ET_VARIABLE | Call by reference | Type reference (TYPE) | DMC_VARIABLE_TAB | Table Type of Variables | 20051006 |
Method CODING_SCAN on class CL_DMC_CODE_STORE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OWNER_GUID | Call by reference | Type reference (TYPE) | DMC_GUID | GUID des Coding Owners | 20050718 | ||
2 | ![]() |
I_RTI | Call by reference | Type reference (TYPE) | DMC_RTI | DMC: Flag, welche Klasse vorliegt | 20050718 |
Method CONSTRUCTOR on class CL_DMC_CODE_STORE has no exception.
Method GET_CODE_FROM_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_CODE | Value transfer | Type reference (TYPE) | DMC_REPORT | DMC: Internal Table for Program Code | 20051021 |
Method GET_CODE_FROM_DB on class CL_DMC_CODE_STORE has no exception.
Method GET_IDENT_AND_VISB_FROM_TOKEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_IDENT | Call by reference | Type reference (TYPE) | DMC_IDENT | DMC: Allg. Bezeichner | 20050805 | ||
2 | ![]() |
E_VISIBILITY | Call by reference | Type reference (TYPE) | DMC_VISIB | Sichtbarkeit | 20050805 | ||
3 | ![]() |
I_PREFIX | Call by reference | Type reference (TYPE) | DMC_CODE_PREFIX | MWB: Prefix eines MWB Objektes im Code | 20050805 | ||
4 | ![]() |
I_TOKEN | Call by reference | Type reference (TYPE) | STOKES-STR | Zeichenfolge, aus der das Token besteht | 20050805 |
Method GET_IDENT_AND_VISB_FROM_TOKEN on class CL_DMC_CODE_STORE has no exception.
Method LOAD_IMPL Signature
Method LOAD_IMPL on class CL_DMC_CODE_STORE has no parameter.
Method LOAD_IMPL on class CL_DMC_CODE_STORE has no exception.
Method SAVE_IMPL Signature
Method SAVE_IMPL on class CL_DMC_CODE_STORE has no parameter.
Method SAVE_IMPL on class CL_DMC_CODE_STORE has no exception.
Method SET_FNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FNAME | Call by reference | Type reference (TYPE) | DMC_FIDENT | DMC: Bezeichner f. Texte | 20050719 |
Method SET_FNAME on class CL_DMC_CODE_STORE has no exception.
History
Last changed by/on | SAP | 20141030 |
SAP Release Created in | 46D |