SAP ABAP Interface /SRMERP/IF_MO_DAC_MATERIAL (Material DAC Provider)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR-SSP (Application Component) Self-Service Procurement
⤷
/SRMERP/OL_MO (Package) Master Data Objects/Access
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /SRMERP/CL_MO_DAC_MATERIAL | Material DAC Provider | 20100429 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /SRMERP/CL_MO_TST_MATERIAL | Material Test Data Provider | 20100519 |
Properties
| Interface | /SRMERP/IF_MO_DAC_MATERIAL | |
| Short Description | Material DAC Provider |
General Data
| Package | /SRMERP/OL_MO | Master Data Objects/Access |
| Created | 20100429 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface /SRMERP/IF_MO_DAC_MATERIAL has no interface.
Friends
Interface /SRMERP/IF_MO_DAC_MATERIAL has no friend.
Attributes
Interface /SRMERP/IF_MO_DAC_MATERIAL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Check material for existence (MARA) | 20100429 | |
| 2 | Instance method | Public | Method | Read material (MARA) | 20100429 | |
| 3 | Instance method | Public | Method | Read material - description (MAKT) | 20100520 | |
| 4 | Instance method | Public | Method | Read material - plant (MARC) | 20100520 | |
| 5 | Instance method | Public | Method | Read material - purchasing data (MT06E) | 20100602 | |
| 6 | Instance method | Public | Method | Read material - Unit of Measure Conversion (MARM) | 20100528 | |
| 7 | Instance method | Public | Method | Read material - valuation (MBEW) | 20100520 |
Events
Interface /SRMERP/IF_MO_DAC_MATERIAL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MS_MATERIAL | Public | See coding | exist buffer line | 20100519 | BEGIN OF ms_material,
matnr TYPE matnr,
exists TYPE abap_bool,
END OF ms_material
|
|
| 2 | MS_UOM | Public | Type reference (TYPE) | MARM | 20100528 | |
|
| 3 | MT_MATERIAL | Public | See coding | exist buffer table | 20100519 | mt_material TYPE HASHED TABLE OF ms_material
WITH UNIQUE KEY matnr
|
|
| 4 | MT_UOM | Public | See coding | Buffer - Unit of Measurement | 20100528 | mt_uom TYPE SORTED TABLE OF ms_uom WITH NON-UNIQUE KEY matnr
|
Method Signatures
Method IS_MATERIAL_EXISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20100611 | |||
| 2 | RV_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100429 |
Method IS_MATERIAL_EXISTENT on Interface /SRMERP/IF_MO_DAC_MATERIAL has no exception.
Method READ_MATERIAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MATERIAL_DATA | Call by reference | Type reference (TYPE) | MARA | General Material Data | 20100707 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /SRMERP/T_MESSAGES | Message table type | 20100707 | |||
| 3 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20100611 |
Method READ_MATERIAL on Interface /SRMERP/IF_MO_DAC_MATERIAL has no exception.
Method READ_MATERIAL_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MATERIAL_DATA_DESCR | Call by reference | Type reference (TYPE) | MAKT | Material Data Description | 20100707 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /SRMERP/T_MESSAGES | Message table type | 20100707 | |||
| 3 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | Language Key | 20100520 | ||
| 4 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20100611 |
Method READ_MATERIAL_DESCR on Interface /SRMERP/IF_MO_DAC_MATERIAL has no exception.
Method READ_MATERIAL_PLANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MATERIAL_DATA_PLANT | Call by reference | Type reference (TYPE) | MARC | Material Data Plant | 20100707 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /SRMERP/T_MESSAGES | Message table type | 20100707 | |||
| 3 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20100611 | |||
| 4 | IV_WERKS | Call by reference | Type reference (TYPE) | EWERK | Plant | 20100611 |
Method READ_MATERIAL_PLANT on Interface /SRMERP/IF_MO_DAC_MATERIAL has no exception.
Method READ_MATERIAL_PURCH_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MATERIAL_DATA_PURCH | Call by reference | Type reference (TYPE) | MT06E | Material Purchasing Data | 20100707 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /SRMERP/T_MESSAGES | Message table type | 20100707 | |||
| 3 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20100611 | |||
| 4 | IV_WERKS | Call by reference | Type reference (TYPE) | EWERK | Plant | 20100611 |
Method READ_MATERIAL_PURCH_DATA on Interface /SRMERP/IF_MO_DAC_MATERIAL has no exception.
Method READ_MATERIAL_UOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MATERIAL_UOM | Call by reference | Type reference (TYPE) | MARM_TAB | Material unit conversion factors | 20100707 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /SRMERP/T_MESSAGES | Message table type | 20100707 | |||
| 3 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20100611 |
Method READ_MATERIAL_UOM on Interface /SRMERP/IF_MO_DAC_MATERIAL has no exception.
Method READ_MATERIAL_VALUATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MATERIAL_DATA_VAL | Call by reference | Type reference (TYPE) | MBEW | Material Data - Valuation | 20100707 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /SRMERP/T_MESSAGES | Message table type | 20100707 | |||
| 3 | IV_BWKEY | Call by reference | Type reference (TYPE) | BWKEY | Valuation Area | 20100611 | |||
| 4 | IV_BWTAR | Call by reference | Type reference (TYPE) | BWTAR_D | Valuation Type | 20100611 | |||
| 5 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20100611 |
Method READ_MATERIAL_VALUATION on Interface /SRMERP/IF_MO_DAC_MATERIAL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |