SAP ABAP Class CL_RSDD_DTA (Metadata for InfoProvider / Data Target for Transformations)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSDRI_DBA (Package) Data Manager InfoCube Access
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBK_REQUEST_OBSERVER | Observer for DTP Request | 20041216 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBK_REQUEST_SERVER | Interface for Delta-Enabled Data Sources of a DTP | 20041216 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBK_SERVER | Interface for General Servers of a DTP | 20041216 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBK_SRC | Interface for Data Sources of a DTP | 20041216 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSTRAN_SOURCE | Source for Transformation | 20041118 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_DTA_TGT | Metadata for InfoProvider / Data Target for Transformations | 20050124 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_ISET | Metadata for DTP | 20050124 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_MULTIPROVIDER | Metadata from MultiProvider for DTP | 20100121 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_QPROV | 20120815 |
Properties
| Class | CL_RSDD_DTA | |
| Short Description | Metadata for InfoProvider / Data Target for Transformations | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSBC | |
| Program status | ||
| Category | 0 | |
| Package | RSDRI_DBA | Data Manager InfoCube Access |
| Created | 20041118 | 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) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSBK_REQUEST_OBSERVER | Observer for DTP Request | 20041216 | ||
| 2 | IF_RSBK_REQUEST_SERVER | Interface for Delta-Enabled Data Sources of a DTP | 20041216 | ||
| 3 | IF_RSBK_SERVER | Interface for General Servers of a DTP | 20041216 | ||
| 4 | IF_RSBK_SRC | Interface for Data Sources of a DTP | 20041216 | ||
| 5 | IF_RSTRAN_SOURCE | Source for Transformation | 20041118 |
Friends
Class CL_RSDD_DTA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20041216 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | RS_OBJVERS | Object Version of Metadata | 20050701 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | ROOSOURCER | DataSource | 20041216 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | RSSLOGSYS | Source System | 20041216 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | RSD_S_DTA | Dta Information | 20051121 | |||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSD_DTA | Data Target for Transaction Data | 20050124 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | RSBK_S_DATASTATE | Open Hub: Delta Status of a Server | 20041216 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | TP_TH_DTA | Reference to a Model Object | 20041118 |
Methods
Events
Class CL_RSDD_DTA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_DTA | Private | See coding | 20041118 | begin of tp_s_dta,
infoprov type rsinfoprov,
objvers type rsobjvers,
r_obj type ref to CL_RSDD_DTA,
end of tp_s_dta
|
||
| 2 | TP_TH_DTA | Private | See coding | 20041118 | TP_TH_DTA type
hashed table of tp_s_dta with unique key infoprov objvers
|
Method Signatures
Method APPEND_RECORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_FIELD | Call by reference | Type reference (TYPE) | RSTRAN_T_FIELD | Transformation - Strukturfelder | 20041130 |
Method APPEND_RECORD on class CL_RSDD_DTA has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DELETED_OBJ | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Ist DTA-Objekt bereits gelöscht ? | 20050531 | ||
| 2 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20041216 | |||
| 3 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Objektversion | 20050701 | ||
| 4 | I_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | BW: Objekttyp (TLOGO) | 20050531 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt nicht gefunden | 20041118 |
Method DELETE_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20090623 | |||
| 2 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | ' ' alle Versionen werden gelöscht. | 20090623 |
Method DELETE_BUFFER on class CL_RSDD_DTA has no exception.
Method FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DELETED_OBJ | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Objekt ist bereits gelöscht | 20050531 | ||
| 2 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20041216 | |||
| 3 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Objektversion | 20050701 | ||
| 4 | I_TLOGO | Value transfer | Type reference (TYPE) | RSTLOGO | BW: Objekttyp (TLOGO) | 20041217 | |||
| 5 | R_R_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_RSDD_DTA | Metadaten von Infoprovider/Datenziel für Transformationen | 20041118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt nicht gefunden | 20041216 |
Method GET_DTP_PACKAGE_FROM_INTTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DTA | Call by reference | Type reference (TYPE) | RSINFOPROV | 20060314 | ||||
| 2 | I_T_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20060314 | ||||
| 3 | R_R_DATA | Value transfer | Object reference (TYPE REF TO) | CL_RSBK_DATA | 20060314 |
Method GET_DTP_PACKAGE_FROM_INTTAB on class CL_RSDD_DTA has no exception.
Method GET_HEAD_FOR_IF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_HEAD | Call by reference | Type reference (TYPE) | RSTRANHEADIF | Kopfinformationen für IF IF_RSTRAN | 20041118 |
Method GET_HEAD_FOR_IF on class CL_RSDD_DTA has no exception.
Method GET_LIST_FOR_IF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_FIELD | Call by reference | Type reference (TYPE) | RSTRAN_T_FIELD | Transformation - Strukturfelder | 20041118 | |||
| 2 | E_T_SEGTXT | Call by reference | Type reference (TYPE) | RSBK_T_SEGTXT | Segment und Beschreibung | 20041118 | |||
| 3 | I_META | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20041126 | ||
| 4 | I_NAV | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20041130 | ||
| 5 | I_SOURCE | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20051223 | ||
| 6 | I_WITH_RAW | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20060721 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception mit Meldung | 20070314 |
Method GET_REQUESTS_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ONLY_WITH_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20070821 | ||
| 2 | R_T_ICREQUEST | Value transfer | Type reference (TYPE) | RSSM_T_PART | 20070821 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20070821 |
Method GET_S_DATASTATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_S_DATASTATE | Value transfer | Type reference (TYPE) | RSBK_S_DATASTATE | Open Hub: Deltastatus eines Servers | 20041216 |
Method GET_S_DATASTATE on class CL_RSDD_DTA has no exception.
Method GET_VALUE_HELP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OBJNM | Call by reference | Type reference (TYPE) | RSOBJNM | Objekt | 20041118 | |||
| 2 | I_OBJNM | Call by reference | Type reference (TYPE) | RSOBJNM | Objekt | 20041118 | |||
| 3 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Objektversion | 20041118 | ||
| 4 | I_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | BW: Objekttyp (TLOGO) | 20041118 |
Method GET_VALUE_HELP on class CL_RSDD_DTA has no exception.
Method ON_DATAMART_STATUS_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DELETED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20080103 | ||
| 2 | I_ENB_SRC | Call by reference | Type reference (TYPE) | RSBKSRCNM | Name der übergeordneten Datenquelle eines DTPs | 20100218 | |||
| 3 | I_ENB_SRCTP | Call by reference | Type reference (TYPE) | RSBKSRCTP | Typ des übergeordneten Quellobjekts eines DTPs | 20100218 | |||
| 4 | I_REQUID | Call by reference | Type reference (TYPE) | RSBKREQUID | Request eines Datentransferprozesses | 20080103 | |||
| 5 | I_R_LOG | Call by reference | Object reference (TYPE REF TO) | CL_RSBM_LOG_CURSOR_RUNTIME | Handle auf hierarchisches Log | 20080103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20080103 |
Method REFRESH_DTA Signature
Method REFRESH_DTA on class CL_RSDD_DTA has no parameter.
Method REFRESH_DTA on class CL_RSDD_DTA has no exception.
Method SET_PROCESSED_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROCESSEDALL | Call by reference | Type reference (TYPE) | RSBROLLUPALL | 20041216 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20050825 |
Method SET_PROCESSED_ONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROCESSEDONE | Call by reference | Type reference (TYPE) | RSBROLLUPONE | 20041216 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20050825 |
Method STATE_TRANSITION_NECESSARY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ORIGINAL_USTATE | Call by reference | Type reference (TYPE) | RSBKUSTATE | Benutzerdefinierter Verarbeitungsstatus eines DTP-Requests | 20050222 | |||
| 2 | I_TARGET_USTATE | Call by reference | Type reference (TYPE) | RSBKUSTATE | Benutzerdefinierter Verarbeitungsstatus eines DTP-Requests | 20050222 | |||
| 3 | R_NECESSARY | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20050222 |
Method STATE_TRANSITION_NECESSARY on class CL_RSDD_DTA has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |