SAP ABAP Class CL_RSPLS_REQUEST (Request Class for Planning with ALV)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA (Application Component) Planning
⤷
RSPLS (Package) Planning: General Services

⤷

⤷

Properties
Class | CL_RSPLS_REQUEST | |
Short Description | Request Class for Planning with ALV | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSPLS | Planning: General Services |
Created | 20050613 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSPLS_REQUEST has no forward declaration.
Interfaces
Class CL_RSPLS_REQUEST has no interface implemented.
Friends
Class CL_RSPLS_REQUEST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | YTO_REQUEST | 20050613 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Get Instance | 20050613 |
2 | ![]() |
Static method | Public | Method | Refresh | 20060509 |
Events
Class CL_RSPLS_REQUEST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_REQUEST | Private | See coding | 20050613 | BEGIN OF YS_REQUEST,
SEQNM TYPE RSPLS_SEQNM,
QUERY TYPE RSZCOMPID,
R_REQUEST TYPE REF TO CL_RSR_REQUEST,
END OF YS_REQUEST
|
||
2 | YTO_REQUEST | Private | See coding | 20050613 | YTO_REQUEST TYPE SORTED TABLE OF YS_REQUEST
WITH UNIQUE KEY SEQNM QUERY
|
Method Signatures
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_R_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_RSR_REQUEST | Datenanforderung vom OLAP-Prozessor | 20050613 | ||
2 | ![]() |
I_ENQUEUE_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Steuerung des Sperrverhaltens beim Verbuchungsaufruf | 20070110 | ||
3 | ![]() |
I_QUERY | Call by reference | Type reference (TYPE) | RSZCOMPID | Name (ID) einer Reporting-Komponete | 20050613 | ||
4 | ![]() |
I_SAVE_MODE | Call by reference | Type reference (TYPE) | RRSAVEMODE | Savemode der CL_RSPLS_DELTA_BUFFER | 20070110 | ||
5 | ![]() |
I_SEQNM | Call by reference | Type reference (TYPE) | RSPLS_SEQNM | Name (ID) Planungs-Sequenz | 20050613 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Methode ist fehlgeschlagen | 20050613 |
Method REFRESH Signature
Method REFRESH on class CL_RSPLS_REQUEST has no parameter.
Method REFRESH on class CL_RSPLS_REQUEST has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |