SAP ABAP Class /SRMERP/IF_MO_DAC_VENDOR (Vendor 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_VENDOR Vendor DAC Provider 20100709
2 Interface implementation (CLASS c. INTERFACES i_ref)  /SRMERP/CL_MO_TST_VENDOR plant test data provider 20100709
Properties
Class /SRMERP/IF_MO_DAC_VENDOR  
Short Description Vendor DAC Provider    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100709   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_VENDOR has no interface implemented.
Friends
Class /SRMERP/IF_MO_DAC_VENDOR has no friend class.
Attributes
Class /SRMERP/IF_MO_DAC_VENDOR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 IS_VENDOR_EXISTENT Instance method Public Method Check supplier for existence (LFA1) 20100709
2 READ_VENDOR Instance method Public Method Read supplier (LFA1) 20100709
Events
Class /SRMERP/IF_MO_DAC_VENDOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MS_VENDOR Public See coding 20100709 BEGIN OF ms_vendor, lifnr TYPE lifnr, exists TYPE abap_bool, END OF ms_vendor
2 MT_VENDOR Public See coding 20100709 mt_vendor TYPE HASHED TABLE OF ms_vendor WITH UNIQUE KEY lifnr
Method Signatures

Method IS_VENDOR_EXISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VENDOR_ID Call by reference Type reference (TYPE) LIFNR Account Number of Vendor or Creditor 20100709
2 Returning RV_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL X=exists, space=does not exists 20100709

Method IS_VENDOR_EXISTENT on class /SRMERP/IF_MO_DAC_VENDOR has no exception.

Method READ_VENDOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VENDOR_DATA Call by reference Type reference (TYPE) LFA1 Vendor Master (General Section) 20100709
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /SRMERP/T_MESSAGES Message table type 20100709
3 Importing IV_VENDOR_ID Call by reference Type reference (TYPE) LIFNR Account Number of Vendor or Creditor 20100709

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