SAP ABAP Class CL_RSAR_SEMANTIC_MULTI_READ (API Class for reading segmented records)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSAR_EN (Package) Outsourced englisch objects of package RSAR
⤷
⤷
Properties
| Class | CL_RSAR_SEMANTIC_MULTI_READ | |
| Short Description | API Class for reading segmented records | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSAR | |
| Program status | ||
| Category | 0 | |
| Package | RSAR_EN | Outsourced englisch objects of package RSAR |
| Created | 20040715 | SAP |
| Last change | 20140121 | 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 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) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSAR_SEMANTIC_MULTI_READ has no interface implemented.
Friends
Class CL_RSAR_SEMANTIC_MULTI_READ has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | CURSOR | Cursor for the header table | 20040715 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | I | Number of records to be fetched | 20040716 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | First Where Condition | 20040715 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TABNAME | PSA name for the Header Table | 20040715 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | 1 | Index on Semantic key table | 20040715 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | RSFIELDNM | Join field between segment/header table | 20040716 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | I | Number of lines in semantic key table | 20040716 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | RSREQUID | Request ID | 20040715 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | L_TY_TAB_TYPREF | Field reference in where clause | 20040719 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Reference to Header Data | 20040716 | |||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Structure of Semantic Key table | 20040715 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Table type for semantic key table | 20040715 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | RSAR_REF_TO_DATA_TAB | Internal table of data type references | 20040716 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Send package now | 20040719 | |||
| 15 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RS_WHERE | Where class for segments/inner query | 20050428 | |||
| 16 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RS_WHERE | Where Clause | 20040715 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | RSD_TABLNM | 20100804 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | CL_RSAR_DYNAMIC_READ=>T_T_REQUEST | 20100804 | ||||
| 19 | Instance attribute | Private | Type reference (TYPE) | RSAR_T_PSANAME | Segment PSA List | 20040715 | |||
| 20 | Instance attribute | Private | Type reference (TYPE) | L_TY_TAB_PSA | Segment Table list | 20040715 | |||
| 21 | Instance attribute | Private | Type reference (TYPE) | STRING_TABLE | Select clause table | 20040715 | |||
| 22 | Instance attribute | Private | Type reference (TYPE) | STRING_TABLE | 20060609 | ||||
| 23 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Semantic Key Table | 20040715 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add and to the where condition | 20040715 | |
| 2 | Instance method | Public | Method | Add a new field - value pair to the where condition | 20040715 | |
| 3 | Instance method | Public | Method | Close Cursor (if open) | 20050712 | |
| 4 | Instance method | Public | Constructor | Constructor | 20040715 | |
| 5 | Instance method | Public | Method | Create cursor for fetch | 20040715 | |
| 6 | Instance method | Public | Method | Fetch records | 20040715 | |
| 7 | Instance method | Public | Method | 20100804 | ||
| 8 | Instance method | Public | Method | 20050415 | ||
| 9 | Instance method | Private | Method | Create table type for semantic keys | 20040715 | |
| 10 | Static method | Private | Method | Get the Data type | 20040715 | |
| 11 | Instance method | Private | Method | Get records for the segment | 20040716 |
Events
Class CL_RSAR_SEMANTIC_MULTI_READ has no event.
Types
Class CL_RSAR_SEMANTIC_MULTI_READ has no local type.
Method Signatures
Method ADD_AND Signature
Method ADD_AND on class CL_RSAR_SEMANTIC_MULTI_READ has no parameter.
Method ADD_AND on class CL_RSAR_SEMANTIC_MULTI_READ has no exception.
Method ADD_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELDNM | Call by reference | Type reference (TYPE) | ANY | Feldname | 20040715 | |||
| 2 | I_OPERATOR | Call by reference | Type reference (TYPE) | ANY | Vergleichsoperator | 20040715 | |||
| 3 | I_VALUE | Call by reference | Type reference (TYPE) | ANY | Feldwert | 20040715 |
Method ADD_FIELD on class CL_RSAR_SEMANTIC_MULTI_READ has no exception.
Method CLOSE_CURSOR Signature
Method CLOSE_CURSOR on class CL_RSAR_SEMANTIC_MULTI_READ has no parameter.
Method CLOSE_CURSOR on class CL_RSAR_SEMANTIC_MULTI_READ has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_JOIN_FIELD | Call by reference | Type reference (TYPE) | RSFIELDNM | Name des Join-Feldes zwischen Segment und Kopftabelle | 20040716 | |||
| 2 | I_MULTI_REQUEST | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Lesen mehrerer Requests | 20050428 | ||
| 3 | I_PSANAME | Call by reference | Type reference (TYPE) | RSTSODS-ODSNAME | Name der Persistent Staging Area | 20040715 | |||
| 4 | I_REQUEST | Call by reference | Type reference (TYPE) | RSREQUID | Request-ID (Datenpaket) | 20040715 | |||
| 5 | I_T_SEGMENT_PSA | Call by reference | Type reference (TYPE) | RSAR_T_PSANAME | Liste von Segment-PSA-Namen | 20040715 | |||
| 6 | I_T_SEMANTIC_FIELDS | Call by reference | Type reference (TYPE) | RSAR_T_FIELDNAMES | Liste von Feldern | 20040715 |
Method CONSTRUCTOR on class CL_RSAR_SEMANTIC_MULTI_READ has no exception.
Method CREATE_CURSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FETCH_SIZE | Call by reference | Type reference (TYPE) | I | Anzahl von zu holenden Sätzen | 20040716 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Holen von Feldinformationen | 20041028 | ||
| 2 | Ungültiges PSA-Segment | 20041028 | ||
| 3 | Keine Daten gefunden | 20040715 |
Method FETCH_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_HEADER | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf Kopfdaten | 20040715 | |||
| 2 | E_R_T_SEG | Call by reference | Type reference (TYPE) | RSAR_REF_TO_DATA_TAB | Interne Tabelle von Datentyp-Referenzen | 20040715 |
Method FETCH_RECORDS on class CL_RSAR_SEMANTIC_MULTI_READ has no exception.
Method SET_REQUEST_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_REQUEST | Call by reference | Type reference (TYPE) | CL_RSAR_DYNAMIC_READ=>T_T_REQUEST | 20100804 |
Method SET_REQUEST_LIST on class CL_RSAR_SEMANTIC_MULTI_READ has no exception.
Method SET_WHERE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_WHERE | Call by reference | Type reference (TYPE) | RSDMD_T_WHERE | Where Condition | 20050415 |
Method SET_WHERE on class CL_RSAR_SEMANTIC_MULTI_READ has no exception.
Method _CREATE_SEMANTIC_TABTYPE Signature
Method _CREATE_SEMANTIC_TABTYPE on class CL_RSAR_SEMANTIC_MULTI_READ has no parameter.
Method _CREATE_SEMANTIC_TABTYPE on class CL_RSAR_SEMANTIC_MULTI_READ has no exception.
Method _GET_DATA_DESCRTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_DATADESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Services für Laufzeittyp | 20040715 | |||
| 2 | I_HEADER_NAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20040715 | |||
| 3 | I_S_FIELDNAME | Call by reference | Type reference (TYPE) | RSFIELDNM | Feldname | 20040715 |
Method _GET_DATA_DESCRTYPE on class CL_RSAR_SEMANTIC_MULTI_READ has no exception.
Method _GET_SEGMENT_RECORDS Signature
Method _GET_SEGMENT_RECORDS on class CL_RSAR_SEMANTIC_MULTI_READ has no parameter.
Method _GET_SEGMENT_RECORDS on class CL_RSAR_SEMANTIC_MULTI_READ has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |