SAP ABAP Interface IF_RSCRT_RDA_CONSTANTS (RDA Constants)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSCRT (Package) (Near)-Real-Time Data Transfer into BW
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSCRT_RDA_CONTEXT | RDA Context | 20130724 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSCRT_RDA_PACKAGE | RDA Package | 20130719 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSCRT_RDA_TOOLS | Reusable, Useful Code Fragment | 20130717 |
Properties
| Interface | IF_RSCRT_RDA_CONSTANTS | |
| Short Description | RDA Constants |
General Data
| Package | RSCRT | (Near)-Real-Time Data Transfer into BW |
| Created | 20130709 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_RSCRT_RDA_CONSTANTS has no forward declaration.
Interfaces
Interface IF_RSCRT_RDA_CONSTANTS has no interface.
Friends
Interface IF_RSCRT_RDA_CONSTANTS has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ACCESSMETHOD | Constant | Public | See coding | 20130709 | ||||
| 2 | C_ACTION | Constant | Public | See coding | 20130724 | ||||
| 3 | C_ERROR | Constant | Public | See coding | 20130724 | ||||
| 4 | C_FNAM | Constant | Public | See coding | 20130819 | ||||
| 5 | C_ICON | Constant | Public | See coding | 20130709 | ||||
| 6 | C_PSEUDO_DEMON | Constant | Public | Type reference (TYPE) | RSCRT_RDAOBJECT | '00' | 20130724 | ||
| 7 | C_PSEUDO_DEMONID | Constant | Public | Type reference (TYPE) | RSCRT_DEMONID | '00' | 20130724 | ||
| 8 | C_STATE_PREFIX | Constant | Public | See coding | 20130709 | ||||
| 9 | C_STATUS | Constant | Public | See coding | 20130709 | ||||
| 10 | C_TYPE | Constant | Public | See coding | 20130709 |
Methods
Interface IF_RSCRT_RDA_CONSTANTS has no method.
Events
Interface IF_RSCRT_RDA_CONSTANTS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_S_ENQUEUE | Public | See coding | 20130717 | BEGIN OF t_s_enqueue,
timestamp TYPE timestampl,
demon TYPE rscrt_rdaobject,
logdpid TYPE rslogdpid,
rdaobject TYPE rscrt_rdaobject,
rdaobject_type TYPE rscrt_rdaobject_type,
enqmode_demon TYPE enqmode,
enqmode_req TYPE enqmode,
END OF t_s_enqueue
|
||
| 2 | T_S_PROCESS | Public | See coding | 20130819 | BEGIN OF t_s_process,
process_id TYPE rslogdpid,
r_process TYPE REF TO cl_rscrt_rda_process,
END OF t_s_process
|
||
| 3 | T_TH_PROCESSES | Public | See coding | 20130819 | t_th_processes TYPE HASHED TABLE OF t_s_process
WITH UNIQUE KEY process_id
|
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |