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 ST_DATA Static Attribute Private Type reference (TYPE) TSMT_EXTENSION_STAB Mapping Extension 20080320
2 ST_KEY 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 GET_EXTENSION Static method Public Method Read Extension from Buffer 20080320
2 GET_EXTENSION_IDS_OWNER_SORT Static method Public Method Return Extension IDs (Sorted by Owner) 20080428
3 READ_IN_BUFFER Static method Private Method Read Entries in Buffer 20080320
4 READ_SINGLE Static method Public Method Read Extension 20080401
5 REFRESH 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 Exporting E_TSMT_EXTENSION Call by reference Type reference (TYPE) TSMT_EXTENSION Mapping Erweiterung 20080320
2 Importing I_APPLICATION Call by reference Type reference (TYPE) SMT_APPLICATION Mapping 20080320
3 Importing I_EVENT Call by reference Type reference (TYPE) SMT_EVENT Mapping Schritt 20080320
4 Importing I_EXTENSION_ID Call by reference Type reference (TYPE) SMT_EXTENSION Mapping Erweiterungs ID (GUID) 20080320
# Exception Resumable Description Created on
1 CX_SMT_NO_ENTRY 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 Importing I_APPLICATION Call by reference Type reference (TYPE) SMT_APPLICATION Mapping 20080428
2 Importing I_EVENT Call by reference Type reference (TYPE) SMT_EVENT Mapping Schritt 20080428
3 Returning 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 Importing I_APPLICATION Call by reference Type reference (TYPE) SMT_APPLICATION Anwendung 20080320
2 Importing 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 Exporting E_TSMT_EXTENSION Call by reference Type reference (TYPE) TSMT_EXTENSION Mapping Erweiterung 20080401
2 Importing I_EXTENSION_ID Call by reference Type reference (TYPE) SMT_EXTENSION Mapping Erweiterungs ID (GUID) 20080401
# Exception Resumable Description Created on
1 CX_SMT_NO_ENTRY 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