SAP ABAP Class CL_SMT_TSMT_EXTENSION (Read Table TSMT_EXTENSION)
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_EXTENSION | |
Short Description | Read Table TSMT_EXTENSION | |
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_EXTENSION has no forward declaration.
Interfaces
Class CL_SMT_TSMT_EXTENSION has no interface implemented.
Friends
Class CL_SMT_TSMT_EXTENSION 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) | TSMT_EXTENSION_STAB | Mapping Extension | 20080320 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_IN_BUFFER_STAB | Key to Buffered Entries | 20080320 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Read Extension from Buffer | 20080320 |
2 | ![]() |
Static method | Public | Method | Return Extension IDs (Sorted by Owner) | 20080428 |
3 | ![]() |
Static method | Private | Method | Read Entries in Buffer | 20080320 |
4 | ![]() |
Static method | Public | Method | Read Extension | 20080401 |
5 | ![]() |
Static method | Public | Method | Delete Buffer | 20080320 |
Events
Class CL_SMT_TSMT_EXTENSION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_IN_BUFFER | Private | See coding | Buffered | 20080320 | BEGIN OF ty_in_buffer,
application TYPE smt_application,
event TYPE smt_event,
t_extension_id TYPE smt_extension_stab,
t_extension_by_owner_id TYPE smt_extension_by_owner_tab,
END OF ty_in_buffer
|
|
2 | TY_IN_BUFFER_STAB | Private | See coding | Buffered | 20080320 | ty_in_buffer_stab TYPE SORTED TABLE OF ty_in_buffer WITH UNIQUE KEY
application event
|
Method Signatures
Method GET_EXTENSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TSMT_EXTENSION | Call by reference | Type reference (TYPE) | TSMT_EXTENSION | Mapping Erweiterung | 20080320 | ||
2 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Mapping | 20080320 | ||
3 | ![]() |
I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Mapping Schritt | 20080320 | ||
4 | ![]() |
I_EXTENSION_ID | Call by reference | Type reference (TYPE) | SMT_EXTENSION | Mapping Erweiterungs ID (GUID) | 20080320 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt existiert nicht | 20080320 |
Method GET_EXTENSION_IDS_OWNER_SORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Mapping | 20080428 | ||
2 | ![]() |
I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Mapping Schritt | 20080428 | ||
3 | ![]() |
RT_EXTENSION_ID | Value transfer | Type reference (TYPE) | SMT_EXTENSION_BY_OWNER_TAB | Erweiterungs ID nach Eigentümer sortiert | 20080428 |
Method GET_EXTENSION_IDS_OWNER_SORT on class CL_SMT_TSMT_EXTENSION has no exception.
Method READ_IN_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080320 | ||
2 | ![]() |
I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Mapping Schritt | 20080320 |
Method READ_IN_BUFFER on class CL_SMT_TSMT_EXTENSION has no exception.
Method READ_SINGLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TSMT_EXTENSION | Call by reference | Type reference (TYPE) | TSMT_EXTENSION | Mapping Erweiterung | 20080401 | ||
2 | ![]() |
I_EXTENSION_ID | Call by reference | Type reference (TYPE) | SMT_EXTENSION | Mapping Erweiterungs ID (GUID) | 20080401 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt existiert nicht | 20080401 |
Method REFRESH Signature
Method REFRESH on class CL_SMT_TSMT_EXTENSION has no parameter.
Method REFRESH on class CL_SMT_TSMT_EXTENSION has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |