SAP ABAP Class CL_DMC_GUI_HANDLER (Interfaces between GUI and Object System)
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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_DYNPRO_MANAGER | Screen Connection to Global Classes | 20000229 |
Properties
Class | CL_DMC_GUI_HANDLER | |
Short Description | Interfaces between GUI and Object System | |
Super Class | CL_DMC_DYNPRO_MANAGER | Screen Connection to Global Classes |
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_GUI_HANDLER has no interface implemented.
Friends
Class CL_DMC_GUI_HANDLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | DMC_DDTYP_TAB | Table for DDIC types | 20000411 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | DMC_TYPP_TAB | DMC: Table Type for DDIC Type Characteristics | 20000412 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=true, -=false, space=unknown) | 20090618 | ||
4 | ![]() |
Static Attribute | Public | Type reference (TYPE) | BOOLEAN | DMCT_FALSE | Flag: Error while reading a DDIC structure | 20001017 | |
5 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | CL_DMC_GUI_HANDLER | MM | 20000229 | ||
6 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_DMC_ORGANIZATION | MY_ORGANIZATION | 20000229 | ||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | DMC_TEXTPOOL_TAB | Table for Text Pool | 20000307 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Checks data type | 20000411 |
2 | ![]() |
Static method | Public | Constructor | Class Constructor | 20000802 |
3 | ![]() |
Instance method | Public | Constructor | Constructor | 20000229 |
4 | ![]() |
Instance method | Public | Method | F4 Help for Data Structure | 20000229 |
5 | ![]() |
Instance method | Public | Method | F4 for File Name | 20000508 |
6 | ![]() |
Instance method | Public | Method | Returns allowed formats for data types | 20000417 |
7 | ![]() |
Instance method | Public | Method | Returns default format | 20000417 |
8 | ![]() |
Instance method | Public | Method | Returns a text symbol | 20000307 |
9 | ![]() |
Instance method | Public | Method | Returns type format | 20000417 |
Events
Class CL_DMC_GUI_HANDLER has no event.
Types
Class CL_DMC_GUI_HANDLER has no local type.
Method Signatures
Method CHECK_DATA_TYP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DDIC_TYP | Call by reference | Type reference (TYPE) | DMC_FLDTYP | DDIC_TYP | 20000411 | ||
2 | ![]() |
EX_DDICTYP | Call by reference | Type reference (TYPE) | DMC_DDTYP | DMC: DDIC-Datentypen | 20000516 | ||
3 | ![]() |
YESNO | Value transfer | Type reference (TYPE) | BOOLEAN | YESNO | 20000411 |
Method CHECK_DATA_TYP on class CL_DMC_GUI_HANDLER has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_DMC_GUI_HANDLER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DMC_GUI_HANDLER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ORGANIZATION | Call by reference | Object reference (TYPE REF TO) | CL_DMC_ORGANIZATION | IM_ORGANIZATION | 20000229 |
Method CONSTRUCTOR on class CL_DMC_GUI_HANDLER has no exception.
Method F4_FOR_DATA_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Value transfer | Type reference (TYPE) | DDOBJNAME | NAME | 20000229 | ||
2 | ![]() |
NM | Call by reference | Type reference (TYPE) | DDNAME | NM | 20000229 |
Method F4_FOR_DATA_STRUCTURE on class CL_DMC_GUI_HANDLER has no exception.
Method F4_FOR_FILENAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CH_PATH | Call by reference | Type reference (TYPE) | DMC_FNAME | DMC: Dateiname | 20000508 | ||
2 | ![]() |
EX_ABEND_FLAG | Call by reference | Type reference (TYPE) | DXXABEND | Flag: Abbruch der Verarbeitung | 20000508 | ||
3 | ![]() |
IM_LOCATION | Call by reference | Type reference (TYPE) | DXLOCATION | Flag: Applikations- oder Präsentationsserver | 20000508 |
Method F4_FOR_FILENAME on class CL_DMC_GUI_HANDLER has no exception.
Method GET_ALLOWED_TYP_FORMATS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DTYPP_TAB | Value transfer | Type reference (TYPE) | DMC_TYPP_TAB | DMC: Tabellentyp für DDIC-Typ Eigenschaften | 20000417 | ||
2 | ![]() |
IM_FELD_TYP | Call by reference | Type reference (TYPE) | DMC_FLDTYP | DMC: Tabellentyp für DDIC-Typen | 20000418 | ||
3 | ![]() |
IM_IO_FORMAT | Call by reference | Type reference (TYPE) | DMC_IO | DMC: Input/Output Format | 20000417 |
Method GET_ALLOWED_TYP_FORMATS on class CL_DMC_GUI_HANDLER has no exception.
Method GET_DEFAULT_TYP_FORMAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_FELD_IO | Call by reference | Type reference (TYPE) | DMC_IO | DMC: Input/Output Format | 20000417 | ||
2 | ![]() |
IM_FELD_TYP | Call by reference | Type reference (TYPE) | DMC_FLDTYP | DMC: Feldtyp | 20000417 | ||
3 | ![]() |
TYP_FORMAT | Value transfer | Type reference (TYPE) | DMC_TYPP | DMC: DDIC-Typ Eigenschaften | 20000417 |
Method GET_DEFAULT_TYP_FORMAT on class CL_DMC_GUI_HANDLER has no exception.
Method GET_TEXT_SYMBOL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXT | Value transfer | Type reference (TYPE) | DMCT_STRING | Beschreibung | 20000307 | ||
2 | ![]() |
TEXTID | Call by reference | Type reference (TYPE) | CHAR3 | Feld der Laenge 3 Bytes | 20000307 |
Method GET_TEXT_SYMBOL on class CL_DMC_GUI_HANDLER has no exception.
Method GET_TYP_FORMAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_TYP_PROP_NUM | Call by reference | Type reference (TYPE) | DMC_ID | IM_TYP_PROP_NUM | 20000417 | ||
2 | ![]() |
TYP_PROP | Value transfer | Type reference (TYPE) | DMC_TYPP | TYP_PROP | 20000417 |
Method GET_TYP_FORMAT on class CL_DMC_GUI_HANDLER has no exception.
History
Last changed by/on | SAP | 20141030 |
SAP Release Created in | 46D |