SAP ABAP Class CL_IWP_STRUC (Tables of an Audit Package)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   BC-ILM-RW (Application Component) Retention Warehouse
     IWP_BASIC (Package) ILM Workpackage: Basic Functions
Properties
Class CL_IWP_STRUC  
Short Description Tables of an Audit Package    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package IWP_BASIC   ILM Workpackage: Basic Functions 
Created 20071105   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IWP_STRUC has no forward declaration.
Interfaces
Class CL_IWP_STRUC has no interface implemented.
Friends
Class CL_IWP_STRUC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_SET_F Instance attribute Public Type reference (TYPE) TT_SET_F Table type of iwp_s_set_f 20080312
2 MT_SET_S Instance attribute Public Type reference (TYPE) TT_SET_S Table type of iwp_s_set_s 20080312
3 MT_STRUC Instance attribute Private Type reference (TYPE) TT_BUF_STRUC Structures of an audit package 20071105
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20071105
2 GET_DESCR Instance method Public Method Get descriptor for table and structur 20081211
3 GET_DETAILS Instance method Public Method Get details of a cerain structure 20071108
4 GET_LIST Instance method Public Method Get list of structures 20071108
5 GET_METADATA Instance method Public Method Get metadata of a cerain structure 20071106
6 GET_STRUCDESCR Static method Public Method Get describtor for a structure 20081211
7 GET_TABLEDESCR Static method Public Method Get table describtor 20081211
8 SET_FIELD_INFORMATION Instance method Public Method Set Field information 20080312
Events
Class CL_IWP_STRUC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_BUF_STRUC Public See coding 20071106 tt_buf_struc TYPE SORTED TABLE OF ty_buf_struc WITH UNIQUE KEY struc
2 TT_SET_F Public See coding 20080312 tt_set_f TYPE SORTED TABLE OF iwp_s_set_f WITH UNIQUE KEY struc fieldname
3 TT_SET_S Public See coding 20080312 tt_set_s TYPE SORTED TABLE OF iwp_s_set_s WITH UNIQUE KEY struc
4 TY_BUF_STRUC Public See coding 20071106 BEGIN OF ty_buf_struc. INCLUDE TYPE iwp_s_struc. TYPES strc_mdata TYPE iwp_mdata. TYPES t_strc_mdata TYPE iwp_t_strcmetdat. TYPES: END OF ty_buf_struc
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_WP_STRUC Call by reference Type reference (TYPE) IWP_T_WP_STRUC Table of language dependend text of structures 20071108
2 Importing IT_WP_STRUCT Call by reference Type reference (TYPE) IWP_T_WP_STRUCT Table of structures of a workpackage 20071108

Method CONSTRUCTOR on class CL_IWP_STRUC has no exception.

Method GET_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_STRUCDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20081211
2 Exporting ER_TABLEDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20081211
3 Exporting ET_STRUC_METDAT Call by reference Type reference (TYPE) IWP_T_STRCMETDAT Table of metadata of a structure 20081211
4 Importing IT_STRUC_METDAT Call by reference Type reference (TYPE) IWP_T_STRCMETDAT Table of metadata of a structure 20081211
5 Importing IV_STRUCTURE Call by reference Type reference (TYPE) IWP_STRUC Structure 20081211
# Exception Resumable Description Created on
1 ERROR_OCCURED error occured 20081211

Method GET_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_STRUC Call by reference Type reference (TYPE) IWP_S_STRUC Structure 20071108
2 Importing IV_STRUCTURE Call by reference Type reference (TYPE) IWP_STRUC Structure 20071108

Method GET_DETAILS on class CL_IWP_STRUC has no exception.

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_STRUC Value transfer Type reference (TYPE) IWP_T_STRUC Tables of structures 20071108

Method GET_LIST on class CL_IWP_STRUC has no exception.

Method GET_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STRUC_METDAT Call by reference Type reference (TYPE) IWP_T_STRCMETDAT Table of metadata of a structure 20071106
2 Importing IV_STRUCTURE Call by reference Type reference (TYPE) IWP_STRUC Structure 20071106
# Exception Resumable Description Created on
1 ERROR_OCCURED error occured 20071220

Method GET_STRUCDESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_STRUC_METDAT Call by reference Type reference (TYPE) IWP_T_STRCMETDAT Table of metadata of a structure 20081211
2 Returning RR_STRUCDESCR Value transfer Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20081211
# Exception Resumable Description Created on
1 UNKNOWN_TYPE Data type unknown 20081211

Method GET_TABLEDESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_STRUC_METDAT Call by reference Type reference (TYPE) IWP_T_STRCMETDAT Table of metadata of a structure 20081211
2 Returning RR_TABLEDESCR Value transfer Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20081211
# Exception Resumable Description Created on
1 UNKNOWN_TYPE Data type unknown 20081211

Method SET_FIELD_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SET_F Call by reference Type reference (TYPE) IWP_T_SET_F Table type of iwp_s_set_f 20080312
2 Importing IT_SET_S Call by reference Type reference (TYPE) IWP_T_SET_S Table type of iwp_s_set_s 20080312

Method SET_FIELD_INFORMATION on class CL_IWP_STRUC has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711