SAP ABAP Class CL_MDG_MDF_TR_SERVICES (FIN Master D.: Transport - common services)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
MDG_MDF1 (Package) Master Data: Buffers and Instances

⤷

⤷

Properties
Class | CL_MDG_MDF_TR_SERVICES | |
Short Description | FIN Master D.: Transport - common services | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | MDG_MDF1 | Master Data: Buffers and Instances |
Created | 20081218 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_MDG_MDF_TR_SERVICES has no forward declaration.
Interfaces
Class CL_MDG_MDF_TR_SERVICES has no interface implemented.
Friends
Class CL_MDG_MDF_TR_SERVICES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CHAR2 | 'CA' | 20081218 | ||
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CHAR2 | 'RQ' | 20081218 | ||
3 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | IF_MDG_MDF_META_DATA_EXT | 20081218 | |||
4 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | IF_MDG_MDF_ROLE_FACTORY | 20081218 | |||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_CHECKTABLE | 20081218 | |||
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TRKORR | Request/Task | 20081218 | ||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_TABNAME_FIELD | 20081218 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | 20081218 | |
2 | ![]() |
Static method | Public | Method | 20081218 | |
3 | ![]() |
Static method | Public | Method | 20081218 | |
4 | ![]() |
Static method | Public | Method | 20081218 | |
5 | ![]() |
Static method | Public | Method | 20081218 | |
6 | ![]() |
Static method | Public | Method | 20081218 | |
7 | ![]() |
Static method | Public | Method | 20081218 |
Events
Class CL_MDG_MDF_TR_SERVICES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_CHECKTABLE | Private | See coding | 20081218 | begin of s_checktable,
tabname TYPE MDG_MDF_TABNAME,
checktable TYPE MDG_MDF_FLG,
end of s_checktable
|
||
2 | S_FIELDINFO_LOCAL | Private | See coding | 20081218 | begin of s_fieldinfo_local,
tabname TYPE MDG_MDF_TABNAME,
info TYPE REF TO CL_MDG_MDF_FIELDINFO_LOCAL,
key TYPE MDG_MDF_TS_FIELDINFO,
end of s_fieldinfo_local
|
||
3 | S_TABNAME_FIELD | Private | See coding | 20081218 | begin of s_tabname_field,
tabname TYPE MDG_MDF_TABNAME,
fields TYPE MDG_MDF_TS_FIELDNAME,
end of s_tabname_field
|
||
4 | T_CHECKTABLE | Private | See coding | 20081218 | t_checktable TYPE SORTED TABLE OF s_checktable
WITH UNIQUE KEY tabname
|
||
5 | T_FIELDINFO_LOCAL | Private | See coding | 20081218 | t_fieldinfo_local TYPE SORTED TABLE OF s_fieldinfo_local
WITH UNIQUE KEY tabname
|
||
6 | T_TABNAME_FIELD | Private | See coding | 20081218 | t_tabname_field TYPE SORTED TABLE OF s_tabname_field
WITH UNIQUE KEY tabname
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_MDG_MDF_TR_SERVICES has no parameter.
Method CLASS_CONSTRUCTOR on class CL_MDG_MDF_TR_SERVICES has no exception.
Method GET_PROPERTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PROPERTY | Call by reference | Type reference (TYPE) | CHAR2 | Komponente der Versionsnummer | 20081218 | ||
2 | ![]() |
R_PROPERTY_VALUE | Value transfer | Type reference (TYPE) | CHAR30 | 30 Characters | 20081218 |
Method GET_PROPERTY on class CL_MDG_MDF_TR_SERVICES has no exception.
Method GET_TABLE_FIELDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FIELDNAME | Call by reference | Type reference (TYPE) | MDG_MDF_TS_FIELDNAME | FIN Master Data: Field Names | 20081218 | ||
2 | ![]() |
IF_USE_BUFFER | Call by reference | Type reference (TYPE) | MDG_MDF_FLG | 'X' | 20081218 | ||
3 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table name | 20081218 |
Method GET_TABLE_FIELDNAME on class CL_MDG_MDF_TR_SERVICES has no exception.
Method GET_TABLE_ROLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ROLE | Call by reference | Type reference (TYPE) | MDG_MDF_TS_ROLE | 20081218 | |||
2 | ![]() |
IF_USE_BUFFER | Call by reference | Type reference (TYPE) | MDG_MDF_FLG | 'X' | 20081218 | ||
3 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | MDG_MDF_APPLICATION | '' | FI-Stammdaten: Anwendung | 20081218 | |
4 | ![]() |
I_AREAID | Call by reference | Type reference (TYPE) | MDG_MDF_AREAID | '' | FIN-Stammdaten: Anwendungsgebiet | 20081218 | |
5 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | 20081218 |
Method GET_TABLE_ROLE on class CL_MDG_MDF_TR_SERVICES has no exception.
Method IS_CHECK_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EF_IS_CHECKTABLE | Value transfer | Type reference (TYPE) | MDG_MDF_FLG | FIN Master Data: General Indicator | 20081218 | ||
2 | ![]() |
IF_USE_BUFFER | Call by reference | Type reference (TYPE) | MDG_MDF_FLG | 'X' | 20081218 | ||
3 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table name | 20081218 |
Method IS_CHECK_TABLE on class CL_MDG_MDF_TR_SERVICES has no exception.
Method RESET_BUFFERS Signature
Method RESET_BUFFERS on class CL_MDG_MDF_TR_SERVICES has no parameter.
Method RESET_BUFFERS on class CL_MDG_MDF_TR_SERVICES has no exception.
Method SET_PROPERTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20081218 |
Method SET_PROPERTY on class CL_MDG_MDF_TR_SERVICES has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |