SAP ABAP Interface IF_MDG_MDF_SID (Working with SIDs in Master Data Environment)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
MDG_MDF0 (Package) Master Data
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_MDG_MDF_CHAR | Representation of a Master Data Characteristic | 20081218 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_MDG_MDF_CHAR_INTERNAL | Representation of a Master Data Characteristic | 20081218 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_MDG_MDF_BUFFER_CHAR | FIN Master Data: Buffered Instance of a Characteristic | 20081218 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_MDG_MDF_CHAR | FIN Master Data: Access to Data | 20081218 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_MDG_MDF_DISPATCHER_CHAR | FIN Master Data: Access Unbuffered Data | 20081218 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_MDG_MDF_STORAGE_CHAR_LOCAL | FIN Master Data: Access to Storage in Local System | 20081218 |
| 7 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_USMD_MDF_MD_BASE_CHAR | 20090123 |
Properties
| Interface | IF_MDG_MDF_SID | |
| Short Description | Working with SIDs in Master Data Environment |
General Data
| Package | MDG_MDF0 | Master Data |
| Created | 20081218 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_MDG_MDF_SID has no forward declaration.
Interfaces
Interface IF_MDG_MDF_SID has no interface.
Friends
Interface IF_MDG_MDF_SID has no friend.
Attributes
Interface IF_MDG_MDF_SID has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get SIDs of Multiple Values All at Once | 20081218 | |
| 2 | Instance method | Public | Method | List with Mapping of SID to Value for Mass Processing | 20081218 | |
| 3 | Instance method | Public | Method | Get Enriched Structure for SID Mapping | 20081218 | |
| 4 | Instance method | Public | Method | Get SID of one value | 20081218 | |
| 5 | Instance method | Public | Method | Get value of one SID | 20081218 |
Events
Interface IF_MDG_MDF_SID has no event.
Types
Interface IF_MDG_MDF_SID has no local type.
Method Signatures
Method GET_MASS_SID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SID | Call by reference | Type reference (TYPE) | HASHED TABLE | 20081218 | ||||
| 2 | I_FLAT_LINE_TYPE | Call by reference | Type reference (TYPE) | STRING | Zeilentyp einer "flachen" Struktur passend zu ct_sid | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Kein Fremdschlüssel zur SID in der Merkmalstabelle | 20081218 |
Method GET_SID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SID | Call by reference | Type reference (TYPE) | HASHED TABLE | 20081218 | ||||
| 2 | IT_SEL | Call by reference | Type reference (TYPE) | MDG_MDF_TS_SEL | Sortierte Tabelle: Selektionsbedingung (Range pro Feld) | 20081218 | |||
| 3 | I_FLAT_LINE_TYPE | Call by reference | Type reference (TYPE) | STRING | Zeilentyp einer "flachen" Struktur passend zu et_sid | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Kein Fremdschlüssel zur SID in der Merkmalstabelle | 20081218 |
Method GET_SID_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_FLDSID | Call by reference | Type reference (TYPE) | MDG_MDF_SX_MAP_FLDSID | FI-Stammdaten: Mapping Feldname <=> Feld-SID inkl Wert-Map | 20081218 | |||
| 2 | IT_SEL | Call by reference | Type reference (TYPE) | MDG_MDF_TS_SEL | Sorted Table: Selection Condition (Range per Field) | 20121030 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Kein Fremdschlüssel zur SID in der Merkmalstabelle | 20081218 |
Method GET_SINGLE_SID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SID | Call by reference | Type reference (TYPE) | MDG_MDF_SID | FI-Stammdaten: Surrogate ID | 20081218 | |||
| 2 | IS_VALUE | Call by reference | Type reference (TYPE) | DATA | 20081218 | ||||
| 3 | IT_VALUE | Call by reference | Type reference (TYPE) | MDG_MDF_TS_FIELD_VAL | FIN-Stammdaten: Paare Feldname / Wert | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | In der SID-Tabelle wurde kein Eintrag gefunden | 20081218 | ||
| 2 | Kein Fremdschlüssel zur SID in der Merkmalstabelle | 20081218 |
Method GET_VALUE_TO_SINGLE_SID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_VALUE | Call by reference | Type reference (TYPE) | DATA | 20081218 | ||||
| 2 | I_SID | Call by reference | Type reference (TYPE) | MDG_MDF_SID | FI-Stammdaten: Surrogate ID | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | In der SID-Tabelle wurde kein Eintrag gefunden | 20081218 | ||
| 2 | Kein Fremdschlüssel zur SID in der Merkmalstabelle | 20081218 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |