SAP ABAP Class CL_RSFBP_SOURCE_TYPE_RSDS (Open ODS Layer Source Object Type: RSDS)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSFBP (Package) BW: Field-based Provider framework

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSFBP_SOURCE_TYPE_BASE | Abstract base class of source types for Open ODS View | 20130613 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSFBP_SOURCE_TYPE_GEN_ODSO | Generate BW DataStore Object | 20130726 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSFBP_SOURCE_TYPE_STATIC | BW: Field-based Provider: Source Type | 20130613 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSFBP_SOURCE_TYPE_RSDS_DBC | DB-Connect DataSource | 20130726 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_RSFBP_SOURCE_TYPE_RSDS_SDA | DB-Connect DataSource | 20130806 |
Properties
Class | CL_RSFBP_SOURCE_TYPE_RSDS | |
Short Description | Open ODS Layer Source Object Type: RSDS | |
Super Class | CL_RSFBP_SOURCE_TYPE_BASE | Abstract base class of source types for Open ODS View |
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSFBP | BW: Field-based Provider framework |
Created | 20130306 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
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_RSFBP_SOURCE_TYPE_GEN_ODSO | Generate BW DataStore Object | 20130726 | ||
2 | IF_RSFBP_SOURCE_TYPE_STATIC | BW: Field-based Provider: Source Type | 20130613 |
Friends
Class CL_RSFBP_SOURCE_TYPE_RSDS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Type reference (TYPE) | SBIWM_LOGSYS | 20130802 | |||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSDS_S_DSHEAD-DATASOURCE | 20130726 | |||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IF_RSFBP_TYPES=>TN_TH_SLOGSYS | 20130726 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20130712 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSTIMESTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20130306 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_RSFBP_SOURCE_TYPE=>TN_TS_FIELDT | 20130306 | |||
7 | ![]() |
Static Attribute | Private | See coding | 20130802 | ||||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_RSFBP_TYPES=>TN_TS_TEXT | 20130306 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_RSFBP_SOURCE_TYPE=>TN_T_FIELD | 20130306 | |||
10 | ![]() |
Static Attribute | Private | See coding | 20130306 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20130802 | |
2 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20130802 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20130306 |
4 | ![]() |
Static method | Public | Method | 20130802 |
Events
Class CL_RSFBP_SOURCE_TYPE_RSDS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_RSDS | Public | See coding | 20130306 | BEGIN OF tn_s_rsds,
datasource TYPE rsds-datasource,
logsys TYPE rsds-logsys,
END OF tn_s_rsds
|
||
2 | TP_S_LOGSYS_CHECK | Private | See coding | 20130802 | begin of tp_s_logsys_check,
logsys type rsslogsys,
is_ok type rs_bool,
end of tp_s_logsys_check
|
Method Signatures
Method CHECK_LOGSYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LOGSYS | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130802 | |||
2 | ![]() |
R_IS_OK | Value transfer | Type reference (TYPE) | CHAR1 | 20130802 |
Method CHECK_LOGSYS on class CL_RSFBP_SOURCE_TYPE_RSDS has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSFBP_SOURCE_TYPE_RSDS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSFBP_SOURCE_TYPE_RSDS has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | Object version | 20130306 | ||
2 | ![]() |
I_SRCOBJNM | Call by reference | Type reference (TYPE) | IF_RSFBP_TYPES=>TN_SRCOBJNM | 20130418 | |||
3 | ![]() |
I_SRCTYPE | Call by reference | Type reference (TYPE) | IF_RSFBP_TYPES=>TN_SRCTYPE | 20130613 | |||
4 | ![]() |
I_TH_SLOGSYS | Call by reference | Type reference (TYPE) | IF_RSFBP_TYPES=>TN_TH_SLOGSYS | 20130418 |
Method CONSTRUCTOR on class CL_RSFBP_SOURCE_TYPE_RSDS has no exception.
Method F4_LOGSYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_F4 | Value transfer | Type reference (TYPE) | IF_RSFBP_TYPES=>TN_T_F4_LIST | 20130802 |
Method F4_LOGSYS on class CL_RSFBP_SOURCE_TYPE_RSDS has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |