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 | Instance attribute | Public | Type reference (TYPE) | TT_SET_F | Table type of iwp_s_set_f | 20080312 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | TT_SET_S | Table type of iwp_s_set_s | 20080312 | |||
| 3 | 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 | Instance method | Public | Constructor | CONSTRUCTOR | 20071105 | |
| 2 | Instance method | Public | Method | Get descriptor for table and structur | 20081211 | |
| 3 | Instance method | Public | Method | Get details of a cerain structure | 20071108 | |
| 4 | Instance method | Public | Method | Get list of structures | 20071108 | |
| 5 | Instance method | Public | Method | Get metadata of a cerain structure | 20071106 | |
| 6 | Static method | Public | Method | Get describtor for a structure | 20081211 | |
| 7 | Static method | Public | Method | Get table describtor | 20081211 | |
| 8 | 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 | IT_WP_STRUC | Call by reference | Type reference (TYPE) | IWP_T_WP_STRUC | Table of language dependend text of structures | 20071108 | |||
| 2 | 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 | ER_STRUCDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20081211 | |||
| 2 | ER_TABLEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20081211 | |||
| 3 | ET_STRUC_METDAT | Call by reference | Type reference (TYPE) | IWP_T_STRCMETDAT | Table of metadata of a structure | 20081211 | |||
| 4 | IT_STRUC_METDAT | Call by reference | Type reference (TYPE) | IWP_T_STRCMETDAT | Table of metadata of a structure | 20081211 | |||
| 5 | IV_STRUCTURE | Call by reference | Type reference (TYPE) | IWP_STRUC | Structure | 20081211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | error occured | 20081211 |
Method GET_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_STRUC | Call by reference | Type reference (TYPE) | IWP_S_STRUC | Structure | 20071108 | |||
| 2 | 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 | 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 | ET_STRUC_METDAT | Call by reference | Type reference (TYPE) | IWP_T_STRCMETDAT | Table of metadata of a structure | 20071106 | |||
| 2 | IV_STRUCTURE | Call by reference | Type reference (TYPE) | IWP_STRUC | Structure | 20071106 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | error occured | 20071220 |
Method GET_STRUCDESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_STRUC_METDAT | Call by reference | Type reference (TYPE) | IWP_T_STRCMETDAT | Table of metadata of a structure | 20081211 | |||
| 2 | RR_STRUCDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20081211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Data type unknown | 20081211 |
Method GET_TABLEDESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_STRUC_METDAT | Call by reference | Type reference (TYPE) | IWP_T_STRCMETDAT | Table of metadata of a structure | 20081211 | |||
| 2 | RR_TABLEDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20081211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Data type unknown | 20081211 |
Method SET_FIELD_INFORMATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SET_F | Call by reference | Type reference (TYPE) | IWP_T_SET_F | Table type of iwp_s_set_f | 20080312 | |||
| 2 | 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 |