SAP ABAP Class CL_USMDA6_UKMS_ACCESS (Access to/Mapping of UKMS)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-APP-FIN (Application Component) MDG for Financials
⤷
USMDA6 (Package) Mapping of Data Model with Services

⤷

⤷

Properties
Class | CL_USMDA6_UKMS_ACCESS | |
Short Description | Access to/Mapping of UKMS | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | USMDA6 | Mapping of Data Model with Services |
Created | 20090309 | SAP |
Last change | 20130531 | SAP |
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) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_USMDA6_UKMS_ACCESS has no interface implemented.
Friends
Class CL_USMDA6_UKMS_ACCESS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDM Data Model | 20090309 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_UKM_EASY | Unified Key Mapping: Interface for Easy Access | 20090309 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | USMD_MODEL | Data Model | 20090309 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TS_INSTANCE | Instance Table | 20090309 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Constructor | Constructor | 20090309 |
2 | ![]() |
Instance method | Public | Method | Get Business System Identifier | 20090309 |
3 | ![]() |
Static method | Public | Method | Get model instance | 20090309 |
4 | ![]() |
Instance method | Public | Method | Get Mapping Rule | 20090309 |
5 | ![]() |
Instance method | Public | Method | Execute Mapping | 20090309 |
6 | ![]() |
Instance method | Private | Method | Execute Mapping | 20090309 |
Events
Class CL_USMDA6_UKMS_ACCESS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_INSTANCE | Private | See coding | Model and Instance on the Model | 20090309 | begin of S_INSTANCE,
usmd_model type usmd_model,
o_instance type ref to object,
end of s_instance
|
|
2 | TS_INSTANCE | Private | See coding | Table for S_INSTANCE | 20090309 | ts_instance type sorted table of s_instance
with unique key usmd_model
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Datenmodell | 20090309 |
Method CONSTRUCTOR on class CL_USMDA6_UKMS_ACCESS has no exception.
Method GET_BS_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_MAPPING | Call by reference | Type reference (TYPE) | UKM_T_MAPPINGS_EASY | UKM: Mappings | 20090309 | ||
2 | ![]() |
IV_BSSYSTEM | Call by reference | Type reference (TYPE) | SLD_BSKEY | Schlüsselname eines Business-Systems | 20090309 | ||
3 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | STRING | Merkmalswert | 20090309 |
Method GET_BS_VALUE on class CL_USMDA6_UKMS_ACCESS has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Datenmodell | 20090309 | ||
2 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_USMDA6_UKMS_ACCESS | Zugriff & mapping auf das UKMS | 20090309 |
Method GET_INSTANCE on class CL_USMDA6_UKMS_ACCESS has no exception.
Method GET_MAPPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MAPPING | Call by reference | Type reference (TYPE) | UKM_T_MAPPINGS_EASY | UKM: Mappings | 20090309 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Meldungen | 20090309 | ||
3 | ![]() |
IT_FFIX | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | Feldname + Wert | 20090309 | ||
4 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp | 20090309 |
Method GET_MAPPING on class CL_USMDA6_UKMS_ACCESS has no exception.
Method MAP_INT_TO_EXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_VALUE_INT | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | Feldname + Wert | 20090309 | ||
2 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp | 20090309 | ||
3 | ![]() |
IV_TSYSTEM | Call by reference | Type reference (TYPE) | SLD_BSKEY | Schlüsselname eines Business Systems | 20090309 | ||
4 | ![]() |
RT_VALUE_EXT | Value transfer | Type reference (TYPE) | USMD_TS_VALUE | Feldname + Wert | 20090309 |
Method MAP_INT_TO_EXT on class CL_USMDA6_UKMS_ACCESS has no exception.
Method MAP_INT_TO_EXT_P Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_VALUE_INT | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | Feldname + Wert | 20090309 | ||
2 | ![]() |
IV_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp | 20090309 | ||
3 | ![]() |
IV_TSYSTEM | Call by reference | Type reference (TYPE) | SLD_BSKEY | Schlüsselname eines Business Systems | 20090309 | ||
4 | ![]() |
RT_VALUE_EXT | Value transfer | Type reference (TYPE) | USMD_TS_VALUE | Feldname + Wert | 20090309 |
Method MAP_INT_TO_EXT_P on class CL_USMDA6_UKMS_ACCESS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |