SAP ABAP Class CL_RSD_IOBJ_PROP (Properties of an InfoObject)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSD_IOBJ_MD_RUNTIME (Package) Metadata API for InfoObject runtime
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RS_BASE | BW Basis | 20130123 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSD_IOBJ_PROP | Properties of an InfoObject | 20130123 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSD_CHA_PROP | Properties of Characteristic | 20130123 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSD_KYF_PROP | Properties of Key Figure | 20130123 |
Properties
| Class | CL_RSD_IOBJ_PROP | |
| Short Description | Properties of an InfoObject | |
| Super Class | CL_RS_BASE | BW Basis |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSD_IOBJ_MD_RUNTIME | Metadata API for InfoObject runtime |
| Created | 20130123 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSD_IOBJ_PROP has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSD_IOBJ_PROP | Properties of an InfoObject | 20130123 |
Friends
Class CL_RSD_IOBJ_PROP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Attribute reference (LIKE) | 20130123 | |||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | OT_S_IOBJ | 20130830 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Buffer IOBJ data | 20130220 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20130123 | |
| 3 | Instance method | Protected | Method | Initialize by basic properties | 20130221 | |
| 4 | Instance method | Protected | Method | Initialize with DTA_PRO | 20130221 |
Events
Class CL_RSD_IOBJ_PROP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | OT_S_IOBJ | Protected | See coding | 20130830 | BEGIN OF ot_s_iobj,
txtdef TYPE rstxtdef,
txtsh TYPE string,
txtlg TYPE string,
END OF ot_s_iobj
|
Method Signatures
Method BUFFER_IOBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_DTA_PRO | Call by reference | Type reference (TYPE) | RSD_S_DTA_PRO | InfoObject Properties in Data Target | 20130220 |
Method BUFFER_IOBJ on class CL_RSD_IOBJ_PROP has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IOBJID | Call by reference | Type reference (TYPE) | RSSID | Master data ID | 20130201 | |||
| 2 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | 20130123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | InfoObject does not exist | 20130123 |
Method INIT_BY_GET_S Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATATP | Call by reference | Type reference (TYPE) | DATATYPE_D | Data Type in ABAP Dictionary | 20130221 | |||
| 2 | I_INTLEN | Call by reference | Type reference (TYPE) | RSDINTLEN | Internal Length of InfoObjects in BW - see Docu | 20130221 | |||
| 3 | I_IOBJTP | Call by reference | Type reference (TYPE) | RSIOBJTP | Type of an InfoObject | 20130221 | |||
| 4 | I_OUTPUTLEN | Call by reference | Type reference (TYPE) | OUTPUTLEN | Output Length | 20130221 | |||
| 5 | I_TXTDEF | Call by reference | Type reference (TYPE) | RSTXTDEF | Business Explorer Description | 20130221 |
Method INIT_BY_GET_S on class CL_RSD_IOBJ_PROP has no exception.
Method INIT_PREFILL_S Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_DTA_PRO | Call by reference | Type reference (TYPE) | RSD_S_DTA_PRO | InfoObject Properties in Data Target | 20130221 |
Method INIT_PREFILL_S on class CL_RSD_IOBJ_PROP has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |