SAP ABAP Class /SRMERP/CL_MO_TST_MATERIAL (Material Test Data 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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /SRMERP/IF_MO_DAC_MATERIAL Material DAC Provider 20100519
Properties
Class /SRMERP/CL_MO_TST_MATERIAL  
Short Description Material Test Data Provider    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SRMERP/OL_MO   Master Data Objects/Access 
Created 20100519   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
# Interface Abstract Final Description Created on
1 /SRMERP/IF_MO_DAC_MATERIAL Material DAC Provider 20100519
Friends
Class /SRMERP/CL_MO_TST_MATERIAL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_TDC Constant Protected Type reference (TYPE) ETOBJ_NAME '/SRMERP/CL_MO_TST_MATERIAL' Test Data Container 20100519
2 MT_EXISTENCE Instance attribute Protected Type reference (TYPE) /SRMERP/IF_MO_DAC_MATERIAL~MT_MATERIAL Material existence check buffer table 20100519
3 MT_MAKT Instance attribute Protected Type reference (TYPE) TT_MAKT material description 20100519
4 MT_MARA Instance attribute Protected Type reference (TYPE) TT_MARA material master 20100519
5 MT_MARC Instance attribute Protected Type reference (TYPE) TT_MARC material plant 20100519
6 MT_MARM Instance attribute Protected Type reference (TYPE) TT_MARM 20100528
7 MT_MBEW Instance attribute Protected Type reference (TYPE) TT_MBEW material valuation 20100519
8 MT_MT06E Instance attribute Protected Type reference (TYPE) TT_MT06E Purchasing Data 20100611
9 MV_DATA_LOADED Instance attribute Protected Type reference (TYPE) ABAP_BOOL Data is already loaded from test data container 20100519
Methods
# Method Level Visibility Method type Description Created on
1 LOAD_TEST_DATA Instance method Protected Method load data from test container 20100519
Events
Class /SRMERP/CL_MO_TST_MATERIAL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_MT06E Protected See coding 20100611 BEGIN OF ts_mt06e, matnr TYPE matnr, werks TYPE werks, data TYPE mt06e, END OF ts_mt06e
2 TT_MAKT Protected See coding material description 20100519 tt_makt TYPE HASHED TABLE OF makt WITH UNIQUE KEY matnr spras
3 TT_MARA Protected See coding material master 20100519 tt_mara TYPE HASHED TABLE OF mara WITH UNIQUE KEY matnr
4 TT_MARC Protected See coding material plant 20100519 tt_marc TYPE HASHED TABLE OF marc WITH UNIQUE KEY matnr werks
5 TT_MARM Protected See coding 20100528 tt_marm TYPE SORTED TABLE OF marm WITH NON-UNIQUE KEY matnr
6 TT_MBEW Protected See coding material valuation 20100519 tt_mbew TYPE HASHED TABLE OF mbew WITH UNIQUE KEY matnr bwkey bwtar
7 TT_MT06E Protected See coding 20100611 tt_mt06e TYPE HASHED TABLE OF ts_mt06e WITH UNIQUE KEY matnr werks
Method Signatures

Method LOAD_TEST_DATA Signature

Method LOAD_TEST_DATA on class /SRMERP/CL_MO_TST_MATERIAL has no parameter.
# Exception Resumable Description Created on
1 DATA_READ_ERROR error reading data from the test container 20100519
History
Last changed by/on SAP  20110908 
SAP Release Created in 606