SAP ABAP Class CL_RSDR_AT_POSTPROC (Generic Postprocessing Object)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDRP (Package) Data Manager Query Handler
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDR_AT_OBJ | Definition of an abstract Object with Result Data | 20020910 |
Properties
| Class | CL_RSDR_AT_POSTPROC | |
| Short Description | Generic Postprocessing Object | |
| Super Class | CL_RSDR_AT_OBJ | Definition of an abstract Object with Result Data |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDRP | Data Manager Query Handler |
| Created | 20020906 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDR_AT_POSTPROC has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RSDR_AT_QUERY_HANDLER | 20020910 | Query Handler for Atomic Queries |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20030926 | |||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TN_T_OBJ | Queries to be postprocessed | 20020906 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a query object for post processing | 20020906 | |
| 2 | Instance method | Protected | Method | Check status of dependent query objects | 20020906 | |
| 3 | Instance method | Protected | Method | Check status of dependent query objects | 20020906 | |
| 4 | Instance method | Public | Constructor | CONSTRUCTOR | 20020906 | |
| 5 | Instance method | Public | Method | Execute an Object with Result | 20020910 | |
| 6 | Instance method | Protected | Method | Execute all dependent queries serially | 20020909 | |
| 7 | Instance method | Protected | Method | Create data buffer for postproc from own query object | 20020910 |
Events
Class CL_RSDR_AT_POSTPROC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_POSTPROC_STATUS | Public | Type reference (TYPE) | CHAR01 | Status of postprocessing | 20030926 | |
| 2 | TN_T_POSTPROC | Public | See coding | 20030926 | tn_t_postproc type standard table of ref to
CL_RSDR_AT_POSTPROC
|
Method Signatures
Method ADD_QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_QUERY | Call by reference | Object reference (TYPE REF TO) | CL_RSDR_AT_QUERY | Query Object to be added | 20020906 |
Method ADD_QUERY on class CL_RSDR_AT_POSTPROC has no exception.
Method CHECK_DEP_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STATUS | Value transfer | Type reference (TYPE) | TN_QUERY_STATUS | Status of dependent Queries | 20020906 |
Method CHECK_DEP_STATUS on class CL_RSDR_AT_POSTPROC has no exception.
Method CHECK_LIST_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STATUS | Value transfer | Type reference (TYPE) | TN_QUERY_STATUS | Status of dependent Queries | 20020906 | |||
| 2 | I_T_OBJ | Call by reference | Type reference (TYPE) | TN_T_OBJ | List with dependent Objects | 20020910 |
Method CHECK_LIST_STATUS on class CL_RSDR_AT_POSTPROC has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SERIAL_ONLY | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Only serial execution ? | 20031007 | ||
| 2 | I_UID | Call by reference | Type reference (TYPE) | RSDRP_UID | 0 | UID of Postprocessing | 20020906 |
Method CONSTRUCTOR on class CL_RSDR_AT_POSTPROC has no exception.
Method EXECUTE_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STATUS | Value transfer | Type reference (TYPE) | CL_RSDR_AT_OBJ=>TN_QUERY_STATUS | Status of Query | 20020910 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Zugriff | 20020910 | ||
| 2 | Fehler beim Lesen aus einem Virtuellen Cube | 20020910 | ||
| 3 | Ausnahmen mit statischer und dynamischer Prüfung von RAISING | 20020910 |
Method EXECUTE_QUERIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STATUS | Value transfer | Type reference (TYPE) | TN_QUERY_STATUS | Status of executed queries | 20020909 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Zugriff | 20020909 | ||
| 2 | Fehler beim Lesen aus einem Virtuellen Cube | 20020909 | ||
| 3 | Ausnahmen mit statischer und dynamischer Prüfung von RAISING | 20020909 |
Method SET_DATA_FROM_QUERY Signature
Method SET_DATA_FROM_QUERY on class CL_RSDR_AT_POSTPROC has no parameter.
Method SET_DATA_FROM_QUERY on class CL_RSDR_AT_POSTPROC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 400 |