SAP ABAP Class CL_WCM_WCAW_BUF (WCM: Data Buffer for Work Approvals)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM-WCM (Application Component) Work Clearance Management
     WCM (Package) WCM: Work Clearance Management
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCM_BUFFER WCM: Data Buffer 20110218
Properties
Class CL_WCM_WCAW_BUF  
Short Description WCM: Data Buffer for Work Approvals    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WCM   WCM: Work Clearance Management 
Created 20110218   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 WCTP1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 WCTP3 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WCM_BUFFER WCM: Data Buffer 20110218
Friends
Class CL_WCM_WCAW_BUF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_OBJMAP Instance attribute Private Type reference (TYPE) TT_OBJMAP Mapping Buffer (Sorted by Object Keys) 20110218
2 MT_WCAW Instance attribute Private Type reference (TYPE) TT_WCAW Data Buffer (Sorted by Status Object Number) 20110218
Methods
# Method Level Visibility Method type Description Created on
1 OBJNR_GET Instance method Private Method Read Status Object Numbers 20110218
Events
Class CL_WCM_WCAW_BUF has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_OBJMAP Private See coding Mapping Structure: Object Key -> Status Object Number 20110218 BEGIN OF ts_objmap, objkey TYPE wctp1_objkey_type, objnr TYPE wctp3_objnr_type, END OF ts_objmap
2 TT_OBJMAP Private See coding Mapping Buffer (Sorted by Object Keys) 20110218 tt_objmap TYPE SORTED TABLE OF ts_objmap WITH UNIQUE KEY objkey
3 TT_WCAW Private See coding Data Buffer (Sorted by Status Object Number) 20110218 tt_wcaw TYPE SORTED TABLE OF wcaw WITH UNIQUE KEY objnr
Method Signatures

Method OBJNR_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJKEY_FOUND Value transfer Type reference (TYPE) WCTP1_OBJKEYTAB_TYPE Objektschlüssel (gelesene Mappingdaten) 20110218
2 Exporting ET_OBJKEY_NOT_FOUND Value transfer Type reference (TYPE) WCTP1_OBJKEYTAB_TYPE Objektschlüssel (nicht existente Mappingdaten) 20110218
3 Exporting ET_OBJNR_FOUND Value transfer Type reference (TYPE) WCTP3_OBJTAB_TYPE Statusobjektnummern (gelesene Mappingdaten) 20110218
4 Importing IT_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEYTAB_TYPE Objektschlüssel (zu lesende Mappingdaten) 20110218
5 Importing IV_DELFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Löschen der Mappingdaten 20110218

Method OBJNR_GET on class CL_WCM_WCAW_BUF has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606