SAP ABAP Class CL_RSDRV_TREX_OP_STACK (TREX Operator Stack)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDRV (Package) Data Manager Virtual InfoProvider
⤷
⤷
Properties
| Class | CL_RSDRV_TREX_OP_STACK | |
| Short Description | TREX Operator Stack | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDRV | Data Manager Virtual InfoProvider |
| Created | 20040601 | SAP |
| Last change | 20130531 | 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) |
Interfaces
Class CL_RSDRV_TREX_OP_STACK has no interface implemented.
Friends
Class CL_RSDRV_TREX_OP_STACK 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) | TN_T_OP_STACK | Operator Stack | 20040601 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Pops the top element from the stack | 20040601 | |
| 2 | Instance method | Public | Method | pushes an element to the stack | 20040601 | |
| 3 | Instance method | Public | Method | read element on top of stack | 20040601 |
Events
Class CL_RSDRV_TREX_OP_STACK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_OP_STACK | Public | See coding | 20040601 | begin of TN_S_OP_STACK,
boolop TYPE rsdrs_boolop,
booloprate TYPE i,
end of TN_S_OP_STACK
|
||
| 2 | TN_T_OP_STACK | Public | See coding | 20040601 | tn_t_op_stack TYPE standard table of tn_s_op_stack
|
Method Signatures
Method POP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_BOOLOP | Value transfer | Type reference (TYPE) | RSDRS_BOOLOP | Boolop poped from stack | 20040601 |
Method POP on class CL_RSDRV_TREX_OP_STACK has no exception.
Method PUSH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BOOLOP | Call by reference | Type reference (TYPE) | RSDRS_BOOLOP | Boolean operator to push | 20040601 | |||
| 2 | I_BOOLOPRATE | Call by reference | Type reference (TYPE) | I | Level of boolop | 20100430 |
Method PUSH on class CL_RSDRV_TREX_OP_STACK has no exception.
Method TOP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_BOOLOPRATE | Value transfer | Type reference (TYPE) | I | Isolation Level of operator on top of stack | 20100430 |
Method TOP on class CL_RSDRV_TREX_OP_STACK has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 400 |