SAP ABAP Class CL_SMT_TSMT_MAPPING_EXT (Read Table TWUF_MAPPING)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GMT_PERS (Package) Persistence Layer

⤷

⤷

Properties
Class | CL_SMT_TSMT_MAPPING_EXT | |
Short Description | Read Table TWUF_MAPPING | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GMT_PERS | Persistence Layer |
Created | 20080320 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SMT_TSMT_MAPPING_EXT has no forward declaration.
Interfaces
Class CL_SMT_TSMT_MAPPING_EXT has no interface implemented.
Friends
Class CL_SMT_TSMT_MAPPING_EXT 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) | TY_BUFFER_STAB | Buffer | 20080320 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Read Single Table Entry | 20080320 |
2 | ![]() |
Static method | Public | Method | Import Table for Extension | 20080320 |
3 | ![]() |
Static method | Public | Method | Delete Buffer | 20080320 |
Events
Class CL_SMT_TSMT_MAPPING_EXT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_BUFFER | Private | See coding | Buffer | 20080320 | BEGIN OF ty_buffer,
extension_id TYPE smt_extension,
t_data TYPE tsmt_mapping_ext_stab,
END OF ty_buffer
|
|
2 | TY_BUFFER_STAB | Private | See coding | Buffer | 20080320 | ty_buffer_stab TYPE SORTED TABLE OF ty_buffer WITH UNIQUE KEY
extension_id
|
Method Signatures
Method READ_SINGLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DATA | Call by reference | Type reference (TYPE) | TSMT_MAPPING_EXT | Erweiterung: Gruppe von Feldzuordnungen | 20080320 | ||
2 | ![]() |
I_COUNTER | Call by reference | Type reference (TYPE) | SMT_COUNT | Zähler | 20080320 | ||
3 | ![]() |
I_EXTENSION_ID | Call by reference | Type reference (TYPE) | SMT_EXTENSION | Mapping Erweiterungs ID (GUID) | 20080320 | ||
4 | ![]() |
I_TRANS_ORDER | Call by reference | Type reference (TYPE) | SMT_TRANS_ORDER | Reihenfolge des Transformationsaufrufes | 20080320 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080320 |
Method READ_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | TSMT_MAPPING_EXT_STAB | Erweiterung: Gruppe von Feldzuordnungen | 20080320 | ||
2 | ![]() |
I_EXTENSION_ID | Call by reference | Type reference (TYPE) | SMT_EXTENSION | Mapping Erweiterungs ID (GUID) | 20080320 |
Method READ_TABLE on class CL_SMT_TSMT_MAPPING_EXT has no exception.
Method REFRESH Signature
Method REFRESH on class CL_SMT_TSMT_MAPPING_EXT has no parameter.
Method REFRESH on class CL_SMT_TSMT_MAPPING_EXT has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |