SAP ABAP Class CL_SMT_TSMT_PACKAGES (Read Table TWUF_PACKAGES)
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_PACKAGES  
Short Description Read Table TWUF_PACKAGES    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GMT_PERS   Persistence Layer 
Created 20071211   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SMT_TSMT_PACKAGES has no forward declaration.
Interfaces
Class CL_SMT_TSMT_PACKAGES has no interface implemented.
Friends
Class CL_SMT_TSMT_PACKAGES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AT_BUFFER Static Attribute Private Type reference (TYPE) TY_BUFFER_STAB Buffer 20071211
Methods
# Method Level Visibility Method type Description Created on
1 IS_PACKAGE_CONTAINED Static method Public Method Is Package Contained in Group? 20071211
2 READ Static method Public Method Read Package for an Application 20071211
3 REFRESH Static method Public Method Delete Buffer 20071211
Events
Class CL_SMT_TSMT_PACKAGES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_BUFFER Private See coding Buffer 20071211 BEGIN OF ty_buffer, application TYPE smt_application, t_data TYPE ty_tsmt_packages_stab, END OF ty_buffer
2 TY_BUFFER_STAB Private See coding Buffer 20071211 ty_buffer_stab TYPE SORTED TABLE OF ty_buffer WITH UNIQUE KEY application
3 TY_TSMT_PACKAGES_STAB Private See coding 20071211 ty_tsmt_packages_stab TYPE SORTED TABLE OF tsmt_packages WITH UNIQUE KEY pack
Method Signatures

Method IS_PACKAGE_CONTAINED 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 20071211
2 Importing I_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Paket 20071211
3 Returning RE_CONTAINED Value transfer Type reference (TYPE) SMT_BOOLEAN Boolescher Wert 20071211
# Exception Resumable Description Created on
1 CX_SMT_NO_ENTRY 20071211

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TSMT_PACKAGES_STAB Pakete 20071211
2 Importing I_APPLICATION Call by reference Type reference (TYPE) SMT_APPLICATION Anwendung 20071211
# Exception Resumable Description Created on
1 CX_SMT_NO_ENTRY 20071211

Method REFRESH Signature

Method REFRESH on class CL_SMT_TSMT_PACKAGES has no parameter.
Method REFRESH on class CL_SMT_TSMT_PACKAGES has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700