SAP ABAP Class CL_WER_ITEM (Represents a deep structure)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-MD-MM (Application Component) Material Master
     WER_BUSINESS (Package) Business Layer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WER_ITEM_FIELD Field of a deep structure 20060705
Properties
Class CL_WER_ITEM  
Short Description Represents a deep structure    
Super Class CL_WER_ITEM_FIELD Field of a deep structure 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WER_BUSINESS   Business Layer 
Created 20060705   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_WER_CONST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_WER_ITEM has no interface implemented.
Friends
Class CL_WER_ITEM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_FIELDS Instance attribute Private Type reference (TYPE) WER_ITEM_FIELD_TTY Item field objects and ids 20060705
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20060705
2 CREATE_FIELD Instance method Private Method Creates an item field as part of this item 20060712
3 CREATE_FIELD_INSTANCE Instance method Private Method Creates a field instance according to the component type 20060712
Events
Class CL_WER_ITEM has no event.
Types
Class CL_WER_ITEM has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_META_DATA Call by reference Object reference (TYPE REF TO) CL_WER_ITEM_FIELD_META_DATA Item meta data 20060706
2 Importing IR_VALUE Call by reference Object reference (TYPE REF TO) DATA Reference to a deep structure field 20060705
3 Importing I_TABLE_ENTRY Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_FALSE True if the item is a table entry 20060712
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID The value is not compatible with the type 20060705

Method CREATE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FIELDS Call by reference Object reference (TYPE REF TO) DATA Data structure (value of the fields) 20060712
2 Importing IS_FIELD_MD Call by reference Type reference (TYPE) WER_ITEM_FIELD_META_DATA_STY Item field meta data object and field name 20060712
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20060712

Method CREATE_FIELD_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FIELD Call by reference Object reference (TYPE REF TO) DATA Field reference 20060712
2 Importing IR_META_DATA Call by reference Object reference (TYPE REF TO) CL_WER_ITEM_FIELD_META_DATA Structure of a defined item 20060712
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20060712
History
Last changed by/on SAP  20100310 
SAP Release Created in 700