SAP ABAP Class /SRMERP/IF_MO_DAC_MAT_GROUP (Material Group DAC provider)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /SRMERP/CL_MO_DAC_MAT_GROUP Material Group DAC provider 20100505
2 Interface implementation (CLASS c. INTERFACES i_ref)  /SRMERP/CL_MO_TST_MAT_GROUP material group test data provider 20100525
Properties
Class /SRMERP/IF_MO_DAC_MAT_GROUP  
Short Description Material Group DAC provider    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100505   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class /SRMERP/IF_MO_DAC_MAT_GROUP has no interface implemented.
Friends
Class /SRMERP/IF_MO_DAC_MAT_GROUP has no friend class.
Attributes
Class /SRMERP/IF_MO_DAC_MAT_GROUP has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 IS_MAT_GROUP_EXISTENT Instance method Public Method 20100505
2 READ_MATERIAL_GROUP Instance method Public Method 20100505
3 READ_MAT_GROUP_DESCR Instance method Public Method 20100526
Events
Class /SRMERP/IF_MO_DAC_MAT_GROUP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MS_MAT_GROUP Public See coding exist buffer line 20100506 BEGIN OF ms_mat_group , matkl_id TYPE matkl, exists TYPE abap_bool, END OF ms_mat_group
2 MT_MAT_GROUP Public See coding exist buffer table 20100506 mt_mat_group TYPE HASHED TABLE OF ms_mat_group WITH UNIQUE KEY matkl_id
Method Signatures

Method IS_MAT_GROUP_EXISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAT_GROUP_ID Call by reference Type reference (TYPE) MATKL Material Group 20100511
2 Returning RV_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20100511

Method IS_MAT_GROUP_EXISTENT on class /SRMERP/IF_MO_DAC_MAT_GROUP has no exception.

Method READ_MATERIAL_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_T023_DATA Call by reference Type reference (TYPE) T023 Material Groups 20100707
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /SRMERP/T_MESSAGES Message table type 20100707
3 Importing IV_MAT_GROUP_ID Call by reference Type reference (TYPE) MATKL Material Group 20100511

Method READ_MATERIAL_GROUP on class /SRMERP/IF_MO_DAC_MAT_GROUP has no exception.

Method READ_MAT_GROUP_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MAT_GROUP_DESCR Call by reference Type reference (TYPE) T023T Material Group Descriptions 20100707
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /SRMERP/T_MESSAGES Message table type 20100707
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SPRAS SY-LANGU Language Key 20100526
4 Importing IV_MAT_GROUP_ID Call by reference Type reference (TYPE) MATKL Material Group 20100526

Method READ_MAT_GROUP_DESCR on class /SRMERP/IF_MO_DAC_MAT_GROUP has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in