SAP ABAP Class CL_IWP_IPRV (InfoProviders 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_IPRV | |
Short Description | InfoProviders of an Audit Package | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | IWP_BASIC | ILM Workpackage: Basic Functions |
Created | 20071108 | SAP |
Last change | 20090618 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_IWP_IPRV has no forward declaration.
Interfaces
Class CL_IWP_IPRV has no interface implemented.
Friends
Class CL_IWP_IPRV has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_IWP_WORK_PACKAGE | Audit Package | 20071108 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_BUF_IPRV | InfoProviders | 20071108 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_BUF_IPRV_STRC | Structures of the InfoProviders | 20071108 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IWP_WORK_PACKAGE | Unique Identifier of an audit package | 20071108 | ||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_BUF_INST | Loaded Instances | 20071108 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Constructor | CONSTRUCTOR | 20071108 |
2 | ![]() |
Instance method | Public | Method | Delete all entries | 20071108 |
3 | ![]() |
Instance method | Public | Method | Delete not created | 20080103 |
4 | ![]() |
Instance method | Public | Method | Get Metadata of all InfoProviders | 20071108 |
5 | ![]() |
Instance method | Public | Method | Get the InfoProvider by Structure | 20071108 |
6 | ![]() |
Static method | Public | Method | Get the Instance to the InfoProviders | 20071108 |
7 | ![]() |
Instance method | Public | Method | Get the InfoProviders | 20071108 |
8 | ![]() |
Instance method | Public | Method | Get the MetaData of an InfoProvider | 20071108 |
9 | ![]() |
Instance method | Private | Method | Load the data from the Database | 20071108 |
10 | ![]() |
Instance method | Public | Method | Save the changes to the DB | 20071108 |
11 | ![]() |
Instance method | Public | Method | Set a new status | 20071108 |
12 | ![]() |
Instance method | Public | Method | Insert somer Entries for InfoCubes and DSOs | 20071108 |
13 | ![]() |
Instance method | Public | Method | Insert somer entries for InfoSets | 20071108 |
Events
Class CL_IWP_IPRV has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_BUF_INST | Private | See coding | Loaded Instances | 20071108 | tt_buf_inst TYPE SORTED TABLE OF ty_buf_inst WITH UNIQUE KEY work_package_ext
|
|
2 | TT_BUF_IPRV | Private | See coding | InfoProviders | 20071108 | tt_buf_iprv TYPE SORTED TABLE OF ty_buf_iprv WITH UNIQUE KEY db-infoprov deleted
|
|
3 | TT_BUF_IPRV_STRC | Private | See coding | Structures of the Infoproviders | 20071108 | tt_buf_iprv_strc TYPE SORTED TABLE OF ty_buf_iprv_strc WITH UNIQUE KEY struc
|
|
4 | TY_BUF_INST | Private | See coding | Loaded Instances | 20071108 | BEGIN OF ty_buf_inst,
work_package_ext TYPE iwp_work_package_ext,
r_iprv TYPE REF TO cl_iwp_iprv,
END OF ty_buf_inst
|
|
5 | TY_BUF_IPRV | Private | See coding | InfoProviders | 20071108 | BEGIN OF ty_buf_iprv,
db TYPE iwp_wp_iprv,
deleted TYPE xfeld,
textlong TYPE rstxtlg,
changed_typ TYPE iwp_changed_typ,
END OF ty_buf_iprv
|
|
6 | TY_BUF_IPRV_STRC | Private | See coding | Structures of the Infoproviders | 20071108 | BEGIN OF ty_buf_iprv_strc,
struc TYPE iwp_struc,
infoprov TYPE rsiobjnm,
END OF ty_buf_iprv_strc
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_WORK_PACKAGE_EXT | Call by reference | Type reference (TYPE) | IWP_WORK_PACKAGE_EXT | Work Package | 20071108 |
Method CONSTRUCTOR on class CL_IWP_IPRV has no exception.
Method DELETE_ALL Signature
Method DELETE_ALL on class CL_IWP_IPRV has no parameter.
Method DELETE_ALL on class CL_IWP_IPRV has no exception.
Method DELETE_NOT_CREATED Signature
Method DELETE_NOT_CREATED on class CL_IWP_IPRV has no parameter.
Method DELETE_NOT_CREATED on class CL_IWP_IPRV has no exception.
Method GET_ALL_METADATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_FA | Call by reference | Type reference (TYPE) | IWP_T_ASSIGNMENT | Tabletype for IWP_S_ASSIGNMENT | 20071108 | ||
2 | ![]() |
ET_DSO_INTERFACE | Call by reference | Type reference (TYPE) | IWP_T_DSO_INTERFACE | Tabletype for IWP_S_DSO_INTERFACE | 20071108 | ||
3 | ![]() |
ET_ICUBE_INTERFACE | Call by reference | Type reference (TYPE) | IWP_T_ICUBE_INTERFACE | Tabletype for IWP_S_ICUBE_INTERFACE | 20071108 | ||
4 | ![]() |
ET_INFOSET_INTERFACE | Call by reference | Type reference (TYPE) | IWP_T_ISET_INTERFACE | Tabletype for IWP_S_ISET_INTERFACE | 20071108 | ||
5 | ![]() |
IV_INFOPROV | Call by reference | Type reference (TYPE) | IWP_INFOPROV | Infoprovider | 20071108 |
Method GET_ALL_METADATA on class CL_IWP_IPRV has no exception.
Method GET_INFPR_BY_STRUC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_INFPRINFO | Call by reference | Type reference (TYPE) | IWP_S_INFPRINFO | List of Infoproviders | 20071108 | ||
2 | ![]() |
IV_STRUC | Call by reference | Type reference (TYPE) | IWP_STRUC | Structure | 20071108 |
Method GET_INFPR_BY_STRUC on class CL_IWP_IPRV has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_WORK_PACKAGE_EXT | Call by reference | Type reference (TYPE) | IWP_WORK_PACKAGE_EXT | Work Package | 20071108 | ||
2 | ![]() |
RR_IPRV | Value transfer | Object reference (TYPE REF TO) | CL_IWP_IPRV | InfoProviders of a Work Package | 20071109 |
Method GET_INSTANCE on class CL_IWP_IPRV has no exception.
Method GET_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_IPRVINFO | Call by reference | Type reference (TYPE) | IWP_T_INFPRINFO | Tabletype for IWP_S_INFPRINFO | 20071108 |
Method GET_LIST on class CL_IWP_IPRV has no exception.
Method GET_METADATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_DSO_INTERFACE | Call by reference | Type reference (TYPE) | IWP_S_DSO_INTERFACE | Interface for DSO | 20071108 | ||
2 | ![]() |
ES_ICUBE_INTERFACE | Call by reference | Type reference (TYPE) | IWP_S_ICUBE_INTERFACE | Interface for Infocube | 20071108 | ||
3 | ![]() |
ES_INFOSET_INTERFACE | Call by reference | Type reference (TYPE) | IWP_S_ISET_INTERFACE | Interface for Infoset | 20071108 | ||
4 | ![]() |
IV_INFOPROV | Call by reference | Type reference (TYPE) | IWP_INFOPROV | Infoprovider | 20071108 |
Method GET_METADATA on class CL_IWP_IPRV has no exception.
Method LOAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EST_IPRV | Call by reference | Type reference (TYPE) | TT_BUF_IPRV | InfoProviders | 20071108 | ||
2 | ![]() |
EST_IPRV_STRUC | Call by reference | Type reference (TYPE) | TT_BUF_IPRV_STRC | Structures of the Infoproviders | 20071108 | ||
3 | ![]() |
IV_WORK_PACKAGE | Call by reference | Type reference (TYPE) | IWP_WORK_PACKAGE | Unique Identifier of a work package | 20071108 |
Method LOAD on class CL_IWP_IPRV has no exception.
Method SAVE Signature
Method SAVE on class CL_IWP_IPRV has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
no Authority | 20071119 |
Method SET_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INFOPROV | Call by reference | Type reference (TYPE) | IWP_INFOPROV | Infoprovider | 20071108 | ||
2 | ![]() |
IV_STATUS | Call by reference | Type reference (TYPE) | IWP_STATUS | Status | 20071108 |
Method SET_STATUS on class CL_IWP_IPRV has no exception.
Method STORE_MANY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DSO_INTERFACE | Call by reference | Type reference (TYPE) | IWP_T_DSO_INTERFACE | Interface for DSO | 20071108 | ||
2 | ![]() |
IT_ICUBE_INTERFACE | Call by reference | Type reference (TYPE) | IWP_T_ICUBE_INTERFACE | Interface for Infocube | 20071108 |
Method STORE_MANY on class CL_IWP_IPRV has no exception.
Method STORE_MANY_VIRT_PROV Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_INFOSET_INTERFACE | Call by reference | Type reference (TYPE) | IWP_T_ISET_INTERFACE | Interface for Infoset | 20071108 |
Method STORE_MANY_VIRT_PROV on class CL_IWP_IPRV has no exception.
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in | 711 |