SAP ABAP Class CL_RSO_BIXP_DATACONTAINER (Proxy for DataStore, Cube or DataSource PSA)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSO_BIXP (Package) BI Repository: TLOGO Object for Conversions

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSO_TLOGO_BIXP_RELATED | Objects with BIXP Reference | 20080118 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSO_BIXP_DATASOURCE | Proxy for DataSource | 20070515 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_RSO_BIXP_HYBR | Proxy for HybridProvider | 20070705 |
Properties
Class | CL_RSO_BIXP_DATACONTAINER | |
Short Description | Proxy for DataStore, Cube or DataSource PSA | |
Super Class | CL_RSO_TLOGO_BIXP_RELATED | Objects with BIXP Reference |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | RSO_BIXP | |
Program status | ||
Category | 0 | |
Package | RSO_BIXP | BI Repository: TLOGO Object for Conversions |
Created | 20070508 | 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_RSO_BIXP_DATACONTAINER has no interface implemented.
Friends
Class CL_RSO_BIXP_DATACONTAINER 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) | RSBKSRCNM | Name of the Data Source for a Data Transfer Process | 20070508 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSBKSRCTP | Type of Source Object of a Data Transfer Process | 20070508 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSBKTGTNM | Name of the Data Target for a Data Transfer Process | 20070508 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSBKTGTTP | Type of Target Object for a Data Transfer Process | 20070508 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20070523 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSO_TH_BIXP_ID | BIXPs of BIXP execution that concerns this container | 20081113 | ||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSBK_TGT | Interface for Data Targets of a DTP | 20070515 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TH_DEMON | 20070509 | |||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TH_FACTORY | 20070508 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSPC_T_CHAINID | List of Chain IDs | 20071108 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSPC_T_CHAINID | List of Chain IDs | 20080108 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Connects a BIXP execution to this container | 20081113 |
2 | ![]() |
Instance method | Public | Constructor | 20070508 | |
3 | ![]() |
Static method | Public | Method | 20070508 | |
4 | ![]() |
Instance method | Public | Method | 20070509 | |
5 | ![]() |
Static method | Public | Method | 20070508 | |
6 | ![]() |
Instance method | Public | Method | 20070627 | |
7 | ![]() |
Instance method | Public | Method | BIXPs of BIXP execution that concerns this container | 20081113 |
8 | ![]() |
Instance method | Protected | Method | 20070515 | |
9 | ![]() |
Static method | Protected | Method | 20070705 | |
10 | ![]() |
Instance method | Private | Method | 20070509 | |
11 | ![]() |
Instance method | Public | Method | 20070508 |
Events
Class CL_RSO_BIXP_DATACONTAINER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_DEMON | Public | See coding | 20070509 | begin of s_demon,
demon type c length 45,
r_demon type ref to cl_rscrt_rda_demon,
end of s_demon
|
||
2 | S_FACTORY | Private | See coding | 20070508 | begin of s_factory,
objnm type sobj_name,
tlogo type rstlogo,
tlogo_sub type rso_tlogo_subtype,
r_datacontainer type ref to cl_rso_bixp_datacontainer,
end of s_factory
|
||
3 | TH_DEMON | Public | See coding | 20070509 | th_demon type hashed table of s_demon with unique key demon
|
||
4 | TH_FACTORY | Private | See coding | 20070508 | th_factory type hashed table of s_factory
with unique key objnm tlogo tlogo_sub
|
Method Signatures
Method ADD_LINKED_BIXP_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LINKED_BIXP_ID | Call by reference | Type reference (TYPE) | RSO_BIXP_ID | ID für ein BIXP-Umsetzungsobjekt | 20081113 |
Method ADD_LINKED_BIXP_ID on class CL_RSO_BIXP_DATACONTAINER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OBJNM | Call by reference | Type reference (TYPE) | SOBJ_NAME | Objektname im Objektkatalog | 20070508 | ||
2 | ![]() |
I_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | BW: Objekttyp (TLOGO) | 20070508 | ||
3 | ![]() |
I_TLOGO_SUB | Call by reference | Type reference (TYPE) | RSO_TLOGO_SUBTYPE | BW Metadata Repository: Subtyp eines TLOGO Typs | 20070508 |
Method CONSTRUCTOR on class CL_RSO_BIXP_DATACONTAINER has no exception.
Method CREATE_FROM_DTP_SERVER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_RSBK_SERVER | Schnittstelle für allgemeine Server eines DTPs | 20070508 | ||
2 | ![]() |
R_R_DATACONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_RSO_BIXP_DATACONTAINER | Proxy für DataStore, Cube oder DataSource-PSA | 20070508 |
Method CREATE_FROM_DTP_SERVER on class CL_RSO_BIXP_DATACONTAINER has no exception.
Method DELETE_CONTENTS Signature
Method DELETE_CONTENTS on class CL_RSO_BIXP_DATACONTAINER has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation gescheitert | 20070509 |
Method FACTORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OBJNM | Call by reference | Type reference (TYPE) | SOBJ_NAME | Objektname im Objektkatalog | 20070508 | ||
2 | ![]() |
I_TLOGO | Call by reference | Type reference (TYPE) | RSTLOGO | BW: Objekttyp (TLOGO) | 20070508 | ||
3 | ![]() |
I_TLOGO_SUB | Call by reference | Type reference (TYPE) | RSO_TLOGO_SUBTYPE | BW Metadata Repository: Subtyp eines TLOGO Typs | 20070508 | ||
4 | ![]() |
R_R_DATACONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_RSO_BIXP_DATACONTAINER | Proxy für DataStore, Cube oder DataSource-PSA | 20070508 |
Method FACTORY on class CL_RSO_BIXP_DATACONTAINER has no exception.
Method GET_COMPL_PROV Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_COMPL_PROV | Value transfer | Object reference (TYPE REF TO) | CL_RSO_BIXP_DATACONTAINER | Proxy für DataStore, Cube oder DataSource-PSA | 20070627 |
Method GET_COMPL_PROV on class CL_RSO_BIXP_DATACONTAINER has no exception.
Method GET_LINKED_BIXP_IDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TH_LINKED_BIXP_ID | Call by reference | Type reference (TYPE) | RSO_TH_BIXP_ID | Tabelle (hashed) von Umsetz IDs | 20081113 |
Method GET_LINKED_BIXP_IDS on class CL_RSO_BIXP_DATACONTAINER has no exception.
Method GET_OBJ_REF_TGT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_TGT | Value transfer | Object reference (TYPE REF TO) | IF_RSBK_TGT | Schnittstelle für Datenziele eines DTPs | 20070515 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt nicht gefunden | 20070515 |
Method GET_OBJ_REF_TGT_STATIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TGT | Call by reference | Type reference (TYPE) | RSBKTGTNM | Name des Datenziels eines Datentransferprozesses | 20070705 | ||
2 | ![]() |
I_TGTTP | Call by reference | Type reference (TYPE) | RSBKTGTTP | Typ des Zielobjekts eines Datentransferprozesses | 20070705 | ||
3 | ![]() |
R_R_TGT | Value transfer | Object reference (TYPE REF TO) | IF_RSBK_TGT | Schnittstelle für Datenziele eines DTPs | 20070705 |
Method GET_OBJ_REF_TGT_STATIC on class CL_RSO_BIXP_DATACONTAINER has no exception.
Method GET_TH_DEMON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TH_DEMON | Value transfer | Type reference (TYPE) | CL_RSO_BIXP_DATACONTAINER=>TH_DEMON | 20070509 |
Method GET_TH_DEMON on class CL_RSO_BIXP_DATACONTAINER has no exception.
Method GET_T_RELATED_CHAINS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FOR_TRANSPORT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | ='X': Analyse mit DTPs, sonst Requests | 20080108 | |
2 | ![]() |
R_T_RELATED_CHAINS | Value transfer | Type reference (TYPE) | RSPC_T_CHAINID | Liste von Ketten-Id'S | 20070508 |
Method GET_T_RELATED_CHAINS on class CL_RSO_BIXP_DATACONTAINER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |