SAP ABAP Class /SRMERP/CL_BO_MMPUR_TST_SOS (Source of Supply Test Data Provider)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR-SSP (Application Component) Self-Service Procurement
     /SRMERP/OL_BO_MMPUR (Package) Access to MMPUR transactional data
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /SRMERP/IF_BO_MMPUR_DAC_SOS Source of Supply DAC Provider 20100622
Properties
Class /SRMERP/CL_BO_MMPUR_TST_SOS  
Short Description Source of Supply Test Data Provider    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SRMERP/OL_BO_MMPUR   Access to MMPUR transactional data 
Created 20100622   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_BO_MMPUR_DAC_SOS Source of Supply DAC Provider 20100622
Friends
Class /SRMERP/CL_BO_MMPUR_TST_SOS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_TDC Constant Private Type reference (TYPE) ETOBJ_NAME '/SRMERP/CL_BO_MMPUR_TST_SOS' eCATT Object 20100622
2 MT_BQPEX Instance attribute Protected Type reference (TYPE) TT_BQPEX table with sources of supply for validation 20100622
3 MT_SOS_EXISTS Instance attribute Private Type reference (TYPE) /SRMERP/IF_BO_MMPUR_DAC_SOS~MT_SOS_EXISTS existence buffer table 20100622
4 MT_SOS_SEARCH Instance attribute Private Type reference (TYPE) /SRMERP/IF_BO_MMPUR_DAC_SOS~MT_SOS_SEARCH search buffer table 20100622
5 MT_SOS_TEST Instance attribute Private Type reference (TYPE) TT_SOS_TEST table with SoS search input and output data 20100707
6 MV_DATA_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL Data is already loaded from test data container 20100622
Methods
# Method Level Visibility Method type Description Created on
1 LOAD_TEST_DATA Instance method Protected Method Load test data from ecatt 20100622
Events
Class /SRMERP/CL_BO_MMPUR_TST_SOS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_SOS_TEST Protected See coding structure with SoS search input and output data 20100707 BEGIN OF ts_sos_test, is_sos TYPE bqpim, es_sos TYPE src_determ, END OF ts_sos_test
2 TT_BQPEX Protected See coding table with sources of supply for validation 20100622 tt_bqpex TYPE STANDARD TABLE OF bqpex WITH NON-UNIQUE SORTED KEY cc COMPONENTS srm_contract_id srm_contract_itm WITH NON-UNIQUE SORTED KEY oa COMPONENTS konnr ktpnr WITH NON-UNIQUE SORTED KEY sp COMPONENTS reswk reslo ematn WITH NON-UNIQUE SORTED KEY pir COMPONENTS infnr ekorg
3 TT_SOS_TEST Protected See coding table with SoS search input and output data 20100707 tt_sos_test TYPE TABLE OF ts_sos_test
Method Signatures

Method LOAD_TEST_DATA Signature

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