SAP ABAP Class IF_WRMA_DSO (Interface for BAdI: WRMA_DSO)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20100326 |
Properties
| Class | IF_WRMA_DSO | |
| Short Description | Interface for BAdI: WRMA_DSO | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100326 | SAP |
| Last change | 20141101 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_WRMA_DSO has no forward declaration.
Interfaces
Class IF_WRMA_DSO has no interface implemented.
Friends
Class IF_WRMA_DSO has no friend class.
Attributes
Class IF_WRMA_DSO has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Map standard DSO to custom DSO for read access | 20100326 |
Events
Class IF_WRMA_DSO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTYPE_S_MULT_DSO_CUSTOM | Public | See coding | Multiple custom DSO's for a site range (single one) | 20100326 | BEGIN OF gtype_s_mult_dso_custom,
site_ranges TYPE wrma_s_site_ranges,
site_set TYPE HASHED TABLE OF /rtf/de_plant
WITH UNIQUE KEY table_line,
dso TYPE rsinfoprov,
dso_tabname TYPE ddobjname,
END OF gtype_s_mult_dso_custom
|
|
| 2 | GTYPE_T_MULT_DSO_CUSTOM | Public | See coding | Multiple custom DSO's for a site range (table) | 20100326 | gtype_t_mult_dso_custom
TYPE TABLE OF gtype_s_mult_dso_custom
|
Method Signatures
Method GET_CUSTOM_DSO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DSO_CUSTOM | Call by reference | Type reference (TYPE) | GTYPE_T_MULT_DSO_CUSTOM | Multiple custom DSO's for a site range (table) | 20100326 | |||
| 2 | E_DSO_CUSTOM | Value transfer | Type reference (TYPE) | RSINFOPROV | Custom InfoProvider | 20100326 | |||
| 3 | E_DSO_TABNAME | Value transfer | Type reference (TYPE) | DDOBJNAME | Name of active DSO table | 20100326 | |||
| 4 | IS_SITE_RANGES | Call by reference | Type reference (TYPE) | WRMA_S_SITE_RANGES | Ranges for RMA Plant | 20100326 | |||
| 5 | I_DSO_STD | Value transfer | Type reference (TYPE) | RSDODSOBJECT | Standard DataStore Object | 20100326 |
Method GET_CUSTOM_DSO on class IF_WRMA_DSO has no exception.
History
| Last changed by/on | SAP | 20141101 |
| SAP Release Created in |