SAP ABAP Class CL_SMT_MAPPING (Mapping transformation)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GMT_CONFIGURATION (Package) configuration objects

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_ACTION | Action abstraction | 20080220 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SMT_ASSIGNABLE_OBJECT | Object that with assignable parameters | 20080220 |
Properties
Class | CL_SMT_MAPPING | |
Short Description | Mapping transformation | |
Super Class | CL_SMT_ACTION | Action abstraction |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GMT_CONFIGURATION | configuration objects |
Created | 20080220 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SMT_MAPPING has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SMT_ASSIGNABLE_OBJECT | Object that with assignable parameters | 20080220 |
Friends
Class CL_SMT_MAPPING has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | SMT_CLASS | 'IF_SMT_CONVERSION' | 20080318 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SMT_STRUCTURE_DESCRIPTOR | Structure descriptor | 20080317 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SMT_T_MAPPING_FIELD | Mapping field information | 20080317 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SMT_T_MAPPING_FIELD | Mapping field information | 20080317 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SMT_COUNT | Counter | 20090429 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SMT_STRUCTURE_PATH | Structure path | 20080317 |
Methods
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | ASSIGNMENT_ADDED | Instance Event (0) |
Public (2) |
20080430 | |
2 | ASSIGNMENT_REMOVED | Instance Event (0) |
Public (2) |
20080430 |
Types
Class CL_SMT_MAPPING has no local type.
Method Signatures
Method ADD_TARGET_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FIELD | Call by reference | Type reference (TYPE) | SMT_FIELD_PATH | Field path | 20080324 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data already exist error | 20080324 | |
2 | ![]() |
Data invalid error | 20080324 | |
3 | ![]() |
Data not found error | 20080324 |
Method ASSIGN_FIXED_VALUE Signature
Method ASSIGN_FIXED_VALUE on class CL_SMT_MAPPING has no parameter.
Method ASSIGN_FIXED_VALUE on class CL_SMT_MAPPING has no exception.
Method ASSIGN_STRUCTURE_FIELD Signature
Method ASSIGN_STRUCTURE_FIELD on class CL_SMT_MAPPING has no parameter.
Method ASSIGN_STRUCTURE_FIELD on class CL_SMT_MAPPING has no exception.
Method CHECK_CONVERSION_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLASS | Call by reference | Type reference (TYPE) | SMT_CONVERSION_CLASS | 20080318 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data invalid error | 20080318 | |
2 | ![]() |
Data not found error | 20080318 |
Method CHECK_STRUCT_FIELD_ASSIGNMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FIELD | Call by reference | Type reference (TYPE) | SMT_FIELD_PATH | Field path | 20080318 | ||
2 | ![]() |
IV_PARAMETER | Call by reference | Type reference (TYPE) | SMT_ASSIGNMENT_PARAMETER | Assignment parameter | 20080318 | ||
3 | ![]() |
IV_STRUCTURE | Call by reference | Type reference (TYPE) | SMT_STRUCTURE_PATH | Structure path | 20080318 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data invalid error | 20080318 | |
2 | ![]() |
Data not found error | 20080318 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | SMT_GUID | 20080317 | |||
2 | ![]() |
IV_CONTEXT | Call by reference | Type reference (TYPE) | SMT_CONTEXT | 20080317 | |||
3 | ![]() |
IV_EVENT | Call by reference | Type reference (TYPE) | SMT_GUID | 20080317 | |||
4 | ![]() |
IV_EXTENSION | Call by reference | Type reference (TYPE) | SMT_EXTENSION | 20080317 | |||
5 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | SMT_GUID | 20080317 | |||
6 | ![]() |
IV_NEW | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | CL_SMT_CONFIG_CONST=>GC_FALSE | 20080317 |
Method CONSTRUCTOR on class CL_SMT_MAPPING has no exception.
Method GET_ASSIGNED_FIXED_VALUE Signature
Method GET_ASSIGNED_FIXED_VALUE on class CL_SMT_MAPPING has no parameter.
Method GET_ASSIGNED_FIXED_VALUE on class CL_SMT_MAPPING has no exception.
Method GET_ASSIGNED_STRUCTURE_FIELD Signature
Method GET_ASSIGNED_STRUCTURE_FIELD on class CL_SMT_MAPPING has no parameter.
Method GET_ASSIGNED_STRUCTURE_FIELD on class CL_SMT_MAPPING has no exception.
Method GET_DELETED_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RTR_FIELD | Value transfer | Object reference (TYPE REF TO) | SMT_T_MAPPING_FIELD | Mapping field information | 20080319 |
Method GET_DELETED_FIELDS on class CL_SMT_MAPPING has no exception.
Method GET_EVENT_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_EVENT | Value transfer | Object reference (TYPE REF TO) | CL_SMT_EVENT | Event | 20081105 |
Method GET_EVENT_REF on class CL_SMT_MAPPING has no exception.
Method GET_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FIELDNAME | Call by reference | Type reference (TYPE) | SMT_STRUCTURE_PATH | Structure path | 20080324 | ||
2 | ![]() |
RS_FIELD | Value transfer | Type reference (TYPE) | SMT_S_MAPPING_FIELD | Mapping field information | 20080324 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data not found error | 20080324 |
Method GET_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RTR_FIELD | Value transfer | Object reference (TYPE REF TO) | SMT_T_MAPPING_FIELD | Mapping field information | 20080317 |
Method GET_FIELDS on class CL_SMT_MAPPING has no exception.
Method GET_FIELD_FROM_DESCRIPTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FIELDNAME | Call by reference | Type reference (TYPE) | SMT_FIELD_PATH | Field path | 20080318 | ||
2 | ![]() |
RS_FIELD | Value transfer | Type reference (TYPE) | SMT_S_MAPPING_FIELD | Mapping field information | 20080318 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data not found error | 20080403 |
Method GET_MAPPED_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FIELDNAME | Call by reference | Type reference (TYPE) | SMT_STRUCTURE_PATH | Structure path | 20080317 | ||
2 | ![]() |
RSR_FIELD | Value transfer | Object reference (TYPE REF TO) | SMT_S_MAPPING_FIELD | Mapping field information | 20080317 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data not found error | 20080324 |
Method GET_NEXT_FREE_COUNTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_COUNTER | Value transfer | Type reference (TYPE) | SMT_TRANS_ORDER | 20080402 |
Method GET_NEXT_FREE_COUNTER on class CL_SMT_MAPPING has no exception.
Method LOAD_DATA Signature
Method LOAD_DATA on class CL_SMT_MAPPING has no parameter.
Method LOAD_DATA on class CL_SMT_MAPPING has no exception.
Method REMOVE_ASSIGNMENT Signature
Method REMOVE_ASSIGNMENT on class CL_SMT_MAPPING has no parameter.
Method REMOVE_ASSIGNMENT on class CL_SMT_MAPPING has no exception.
Method SET_CONVERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONVERSION | Call by reference | Type reference (TYPE) | SMT_CONVERSION_CLASS | 20080317 | |||
2 | ![]() |
IV_FIELDNAME | Call by reference | Type reference (TYPE) | SMT_FIELD_PATH | Field path | 20080317 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data invalid error | 20080317 | |
2 | ![]() |
Data not found error | 20080317 |
Method _ASSIGN_FIXED_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_STATUS | Call by reference | Type reference (TYPE) | SMT_STATUS | Object status | 20080318 | ||
2 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | SMT_FIXED_VALUE | 20080318 | |||
3 | ![]() |
XS_FIELD | Call by reference | Type reference (TYPE) | SMT_S_MAPPING_FIELD | Mapping field information | 20080318 |
Method _ASSIGN_FIXED_VALUE on class CL_SMT_MAPPING has no exception.
Method _ASSIGN_STRUCTURE_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FIELD | Call by reference | Type reference (TYPE) | SMT_FIELD_PATH | Field path | 20080318 | ||
2 | ![]() |
IV_STATUS | Call by reference | Type reference (TYPE) | SMT_STATUS | Object status | 20080318 | ||
3 | ![]() |
IV_STRUCTURE | Call by reference | Type reference (TYPE) | SMT_STRUCTURE_PATH | Structure path | 20080318 | ||
4 | ![]() |
IV_TARGET_FIELD | Call by reference | Type reference (TYPE) | SMT_STRUCTURE_PATH | 20080318 | |||
5 | ![]() |
XS_FIELD | Call by reference | Type reference (TYPE) | SMT_S_MAPPING_FIELD | Mapping field information | 20080318 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data invalid error | 20080318 | |
2 | ![]() |
Data not found error | 20080318 |
Event Signatures
Event ASSIGNMENT_ADDED Signature
Event ASSIGNMENT_ADDED on class CL_SMT_MAPPING has no parameter.
Event ASSIGNMENT_REMOVED Signature
Event ASSIGNMENT_REMOVED on class CL_SMT_MAPPING has no parameter.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |