SAP ABAP Class CL_RSDMD_READ_ATTRIBUTES_TEXTS (Read Attributes and texts)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSDMD (Package) Master Data Update
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDMD_CURSOR | Cursor for reading attributes and texts | 20080521 |
Properties
| Class | CL_RSDMD_READ_ATTRIBUTES_TEXTS | |
| Short Description | Read Attributes and texts | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDMD | Master Data Update |
| Created | 20071129 | SAP |
| Last change | 20110908 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSDMD_CURSOR | Cursor for reading attributes and texts | 20080521 |
Friends
Class CL_RSDMD_READ_ATTRIBUTES_TEXTS 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) | I | Package Size | 20080521 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSMD_RS_BUILD_QUERY | F4 Query | 20080521 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDRS_SQL_QUERY | Data Manager SQL Query Processing | 20080521 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | 20080521 | ||
| 2 | Static method | Public | Method | Open Cursor | 20080521 | |
| 3 | Static method | Private | Method | Read InfoObject meta data | 20080521 | |
| 4 | Static method | Public | Method | Select all data | 20080521 |
Events
Class CL_RSDMD_READ_ATTRIBUTES_TEXTS has no event.
Types
Class CL_RSDMD_READ_ATTRIBUTES_TEXTS has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ALL_ATTRIBUTES | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Read All Attributes | 20080521 | ||
| 2 | I_DATE | Call by reference | Type reference (TYPE) | SYDATUM | SY-DATUM | Key date to time-dependent attributes and texts | 20080521 | ||
| 3 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20080521 | |||
| 4 | I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language key to read language-dependent texts | 20080521 | ||
| 5 | I_MOST_RECENT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Most recent version to be read? | 20080521 | ||
| 6 | I_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | I | 50000 | Package size | 20080521 | ||
| 7 | I_READ_SIDS | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Read SID values too? | 20080521 | ||
| 8 | I_READ_TEXT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Read texts as well? | 20080521 | ||
| 9 | I_T_ATTRNM | Call by reference | Type reference (TYPE) | RSDM_T_ATTRINM | Table with name of attributes to be read. | 20080521 | |||
| 10 | I_T_SELOPT | Call by reference | Type reference (TYPE) | RSDMD_T_SEL_OPTIONS | Selection table to restrict returned records | 20080521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Master Data - Error while reading data | 20080521 | ||
| 2 | Master Data - Invalid Input | 20080521 |
Method OPEN_CURSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ALL_ATTRIBUTES | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Read All Attributes | 20080521 | ||
| 2 | I_DATE | Call by reference | Type reference (TYPE) | SYDATUM | SY-DATUM | Key date to time-dependent attributes and texts | 20080521 | ||
| 3 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20080521 | |||
| 4 | I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language key to read language-dependent texts | 20080521 | ||
| 5 | I_MOST_RECENT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Most recent version to be read? | 20080521 | ||
| 6 | I_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | I | 50000 | Package size | 20080521 | ||
| 7 | I_READ_SIDS | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Read SID values too? | 20080521 | ||
| 8 | I_READ_TEXT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Read texts as well? | 20080521 | ||
| 9 | I_T_ATTRNM | Call by reference | Type reference (TYPE) | RSDM_T_ATTRINM | Table with name of attributes to be read. | 20080521 | |||
| 10 | I_T_SELOPT | Call by reference | Type reference (TYPE) | RSDMD_T_SEL_OPTIONS | Selection table to restrict returned records | 20080521 | |||
| 11 | R_R_CURSOR | Value transfer | Object reference (TYPE REF TO) | IF_RSDMD_CURSOR | Reference to cursor object | 20080521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Master Data - Error while reading data | 20080521 | ||
| 2 | Master Data - Invalid Input | 20080521 | ||
| 3 | Master Data - No more data | 20080521 |
Method READ_IOBJ_META_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSDIOBJNM | Infoobject | 20080521 | |||
| 2 | R_S_META_DATA | Value transfer | Type reference (TYPE) | _S_IOBJ_META | Meta data of the infoobject | 20080521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Infoobject not found | 20080521 | ||
| 2 | Error while reading infoobject meta-data | 20080521 |
Method SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Reference to return table | 20080521 | |||
| 2 | E_R_TABDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20080521 | |||
| 3 | I_ALL_ATTRIBUTES | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Read all attributes? | 20080521 | ||
| 4 | I_DATE | Call by reference | Type reference (TYPE) | SYDATUM | SY-DATUM | Key date to time-dependent attributes and texts | 20080521 | ||
| 5 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20080521 | |||
| 6 | I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language key to read language-dependent texts | 20080521 | ||
| 7 | I_MOST_RECENT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Most recent version to be read? | 20080521 | ||
| 8 | I_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | I | 50000 | Package size | 20080521 | ||
| 9 | I_READ_SIDS | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Read SID values too? | 20080521 | ||
| 10 | I_READ_TEXT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Read texts as well? | 20080521 | ||
| 11 | I_T_ATTRNM | Call by reference | Type reference (TYPE) | RSDM_T_ATTRINM | Table with name of attributes to be read. | 20080521 | |||
| 12 | I_T_SELOPT | Call by reference | Type reference (TYPE) | RSDMD_T_SEL_OPTIONS | Selection table to restrict returned records | 20080521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Master Data - Error while reading data | 20080521 | ||
| 2 | Master Data - Invalid Input | 20080521 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |