SAP ABAP Class CL_RSDRV_SRVS_CONST_SET (Data-Manager: Service class for setting constants in 7.1X)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDRV (Package) Data Manager Virtual InfoProvider
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRV_SRVS | Data-Manager: Abstract service class | 20051122 |
Properties
| Class | CL_RSDRV_SRVS_CONST_SET | |
| Short Description | Data-Manager: Service class for setting constants in 7.1X | |
| Super Class | CL_RSDRV_SRVS | Data-Manager: Abstract service class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | RSDRV | Data Manager Virtual InfoProvider |
| Created | 20051122 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDRV_SRVS_CONST_SET has no interface implemented.
Friends
Class CL_RSDRV_SRVS_CONST_SET has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Has prepare method been called | 20051122 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | TP_TH_CONST | 20051122 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20051122 | |
| 2 | Instance method | Public | Method | Execute setting constant values | 20051122 | |
| 3 | Instance method | Public | Method | Prepare the metadata needed for setting constant values | 20051122 |
Events
Class CL_RSDRV_SRVS_CONST_SET has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_CONST | Private | See coding | 20051122 | BEGIN OF tp_s_const,
returnnm TYPE rsdd_s_sfc-sidreturnnm,
returnidx TYPE i,
keyfl TYPE rs_bool,
sid_value TYPE i,
key_value TYPE rschavl,
END OF tp_s_const
|
||
| 2 | TP_TH_CONST | Private | See coding | 20051122 | tp_th_const TYPE HASHED TABLE OF tp_s_const
WITH UNIQUE KEY returnidx
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSDRV_SRVS_CONST_SET has no parameter.
Method CONSTRUCTOR on class CL_RSDRV_SRVS_CONST_SET has no exception.
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Table to change | 20051122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception mit T100 Fehlermeldung | 20051122 |
Method PREPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_DATA | Call by reference | Type reference (TYPE) | ANY | Data to add sids for | 20051122 | |||
| 2 | I_TS_SET | Call by reference | Type reference (TYPE) | CL_RSDRC_MULTIPROV=>TN_TS_SET | SET | 20051122 |
Method PREPARE on class CL_RSDRV_SRVS_CONST_SET has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |