SAP ABAP Class CL_RSDRD_REQ_LOG_DEL (logical request deletion)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDRD (Package) Delete Data Manager Data

⤷

⤷

Properties
Class | CL_RSDRD_REQ_LOG_DEL | |
Short Description | logical request deletion | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSDRD | Delete Data Manager Data |
Created | 20031211 | 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_RSDRD_REQ_LOG_DEL has no interface implemented.
Friends
Class CL_RSDRD_REQ_LOG_DEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_RSDRD_MESSAGE_OBJ_LIST | hierarchical list of message objects for the appl. log | 20031211 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DBCON_NAME | Description of Database Connections | 20061116 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TABNAME | Table Name | 20031211 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_TABLNM | name of e-fact table | 20031211 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_TABLNM | name of f-fact table | 20031211 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSINFOCUBE | name of info cube | 20031211 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_FIELDNM | field name of p-dim column in f-fact table | 20031211 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_TABLNM | name of p-dim table | 20031211 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20031211 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SCX_T100KEY | T100 Key with Parameters Mapped to Attribute Names | 20040120 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | C | Trace Level | 20031211 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | _T_DIMID | List of all dimids for a transferred requid | 20050413 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | cleanup at the end of execution, including message handling | 20031211 |
2 | ![]() |
Instance method | Private | Method | fill delete control table | 20031211 |
3 | ![]() |
Instance method | Private | Method | delete request from pdim | 20031211 |
4 | ![]() |
Static method | Public | Method | logical deletion of requests | 20031211 |
5 | ![]() |
Instance method | Private | Method | set class attributes | 20031211 |
Events
Class CL_RSDRD_REQ_LOG_DEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | _S_DIMID | Public | See coding | 20050413 | BEGIN OF _S_DIMID,
pdimid TYPE RSDIMID,
END OF _S_DIMID
|
||
2 | _T_DIMID | Public | See coding | 20050413 | _T_DIMID TYPE STANDARD TABLE OF _S_DIMID
|
Method Signatures
Method CLEANUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Tabelle mit Nachrichten (Application Log Protokoll) | 20031211 | ||
2 | ![]() |
I_R_CX | Call by reference | Object reference (TYPE REF TO) | CX_RSDRD_EXCEPTION | RSDRD Ausnahmen | 20040120 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RSDRD Ausnahmen | 20040120 |
Method CNTRLTAB_FILL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PDIMID | Call by reference | Type reference (TYPE) | RSDIMID | Schlüssel einer Dimensionstabelle | 20050413 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SQL Fehler | 20040120 |
Method PDIM_DEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PDIMID | Call by reference | Type reference (TYPE) | RSDIMID | Schlüssel einer Dimensionstabelle | 20050413 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Paketdimension existiert in der E-Faktentabelle | 20040120 | |
2 | ![]() |
SQL Fehler | 20040120 |
Method REQ_DEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Tabelle mit Nachrichten (Application Log Protokoll) | 20031211 | ||
2 | ![]() |
E_T_DIMID | Call by reference | Type reference (TYPE) | RRSI_T_SID | Schlüssel einer Dimensionstabelle | 20090127 | ||
3 | ![]() |
I_CONNECTION | Call by reference | Type reference (TYPE) | DBCON_NAME | 'R/3*' | DB Connection | 20061116 | |
4 | ![]() |
I_DELTAB | Call by reference | Type reference (TYPE) | TABNAME | 'RSDRDREQDELTAB' | RSDRD control tables | 20031211 | |
5 | ![]() |
I_DIMID | Call by reference | Type reference (TYPE) | I | request dimid | 20031211 | ||
6 | ![]() |
I_INFOCUBE | Call by reference | Type reference (TYPE) | RSINFOCUBE | InfoCube | 20031211 | ||
7 | ![]() |
I_REQSID | Call by reference | Type reference (TYPE) | I | request sid | 20031211 | ||
8 | ![]() |
I_R_MESSAGE_LIST | Call by reference | Object reference (TYPE REF TO) | CL_RSDRD_MESSAGE_OBJ_LIST | hierarchical list of message objects for the appl. log | 20040226 | ||
9 | ![]() |
I_TRACE | Call by reference | Type reference (TYPE) | C | '1' | trace level, set as the default problem class of messages | 20031211 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
RSDRD Ausnahmen | 20040120 |
Method SET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CONNECTION | Call by reference | Type reference (TYPE) | DBCON_NAME | 'R/3*' | DB Connection | 20061116 | |
2 | ![]() |
I_DELTAB | Call by reference | Type reference (TYPE) | TABNAME | 'RSDRDREQDELTAB' | Tabellenname | 20031211 | |
3 | ![]() |
I_DIMID | Call by reference | Type reference (TYPE) | I | 20031211 | |||
4 | ![]() |
I_INFOCUBE | Call by reference | Type reference (TYPE) | RSINFOCUBE | info cube name | 20031211 | ||
5 | ![]() |
I_REQSID | Call by reference | Type reference (TYPE) | I | 20031211 | |||
6 | ![]() |
I_TRACE | Call by reference | Type reference (TYPE) | C | trace level | 20031211 |
Method SET_ATTRIBUTES on class CL_RSDRD_REQ_LOG_DEL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 400 |