SAP ABAP Class CL_RSDS_CONVERT_ASCII_HIER (Hierarchy Parser for ASCII)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSDS_ACCESS (Package) Access methods Apollo DataSource
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDS_ATTRIBUTES_MAINTAIN | Maintenance Interface for New DataSource | 20060718 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDS_CHECK | Check of DS with Access Methods | 20060718 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDS_CONVERT | DataSource Converter: String---> Character Structure | 20060718 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDS_GENERATION_EXIT | Generation Exits for Remote Extractors | 20060727 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDS_MAINTAINABILITY | Maintainability | 20060721 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDS_STRUCTURE_PROPOSE | Structure Proposals Using Access Methods | 20060721 |
Properties
| Class | CL_RSDS_CONVERT_ASCII_HIER | |
| Short Description | Hierarchy Parser for ASCII | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDS_ACCESS | Access methods Apollo DataSource |
| Created | 20060718 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSDS_CONVERT_ASCII_HIER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSDS_ATTRIBUTES_MAINTAIN | Maintenance Interface for New DataSource | 20060718 | ||
| 2 | IF_RSDS_CHECK | Check of DS with Access Methods | 20060718 | ||
| 3 | IF_RSDS_CONVERT | DataSource Converter: String---> Character Structure | 20060718 | ||
| 4 | IF_RSDS_GENERATION_EXIT | Generation Exits for Remote Extractors | 20060727 | ||
| 5 | IF_RSDS_MAINTAINABILITY | Maintainability | 20060721 | ||
| 6 | IF_RSDS_STRUCTURE_PROPOSE | Structure Proposals Using Access Methods | 20060721 |
Friends
Class CL_RSDS_CONVERT_ASCII_HIER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | ROOSOURCER | DataSource | 20070830 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | RS_BOOL | For infopackage | 20070830 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | RSSLOGSYS | source system | 20070830 | |||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_RSDS_ACCESSMETHODS | Access to Access Methods | 20060718 | |||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_RSDS_STORE_HIER_ATTRIBUTES | Storage for file hierarchy | 20070817 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Prüfen | 20100809 | |
| 2 | Static method | Public | Method | RSOSOHIE anpassen | 20070829 |
Events
Class CL_RSDS_CONVERT_ASCII_HIER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_S_IOBJNAMES | Public | See coding | 20101102 | BEGIN OF t_s_iobjnames,
iobjnm TYPE rsdiobjnm,
fieldnm TYPE rsdiobjfieldnm,
datatype TYPE datatype_d,
intlen TYPE rsdintlen,
iobjtype TYPE char4,
txtsh TYPE rstxtsh,
END OF t_s_iobjnames
|
||
| 2 | T_T_IOBJNAMES | Public | See coding | 20101102 | t_t_iobjnames TYPE STANDARD TABLE OF t_s_iobjnames with NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_MESSAGES | Value transfer | Type reference (TYPE) | RS_T_MSG | BW: Tabelle mit Nachrichten (Application Log Protokoll) | 20100809 | |||
| 2 | I_CURRENTLY_USED | Call by reference | Type reference (TYPE) | RSDS_USED | Aktuell genutzt | 20100809 | |||
| 3 | I_DTP | Call by reference | Type reference (TYPE) | RSBKDTPNM | Datentransferprozess ID | 20100809 | |||
| 4 | I_INFOPACKAGE | Call by reference | Type reference (TYPE) | RSLOGDPID | Logische InfoPackage-Variante (ID) | 20100809 | |||
| 5 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | Objektversion | 20100809 | |||
| 6 | I_R_ATTRIBUTES | Call by reference | Object reference (TYPE REF TO) | OBJECT | peicherobjekt (muss serialisierbar sein) | 20100809 | |||
| 7 | I_R_DS | Call by reference | Object reference (TYPE REF TO) | CL_RSDS_RSDS | DataSource | 20100809 |
Method CHECK on class CL_RSDS_CONVERT_ASCII_HIER has no exception.
Method UPDATE_OSOHIE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATASOURCE | Call by reference | Type reference (TYPE) | RSOLTPSOURCER | DataSource | 20070829 | |||
| 2 | I_DOIT | Call by reference | Type reference (TYPE) | RS_BOOL | put to database | 20070829 | |||
| 3 | I_LOGSYS | Call by reference | Type reference (TYPE) | RSSLOGSYS | source system | 20070829 | |||
| 4 | I_R_ATTRIBUTES | Call by reference | Object reference (TYPE REF TO) | OBJECT | storage class | 20070829 | |||
| 5 | R_CONFLICTS | Value transfer | Type reference (TYPE) | RS_BOOL | there are conflicts | 20070829 |
Method UPDATE_OSOHIE on class CL_RSDS_CONVERT_ASCII_HIER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |