SAP ABAP Class CL_WER_ITEM_SET_LIGHT (Set of deep structure items)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WER_ITEM_SET 20060811
Properties
Class CL_WER_ITEM_SET_LIGHT  
Short Description Set of deep structure items    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WER_BUSINESS   Business Layer 
Created 20060811   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WER_ITEM_SET_LIGHT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_WER_ITEM_SET 20060811
Friends
Class CL_WER_ITEM_SET_LIGHT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_CONTEXT_MAPPER Instance attribute Private Object reference (TYPE REF TO) CL_WER_CONTEXT_MAPPING Mapping between item fields and function data objects 20060811
2 MR_ITEMS_RAW Instance attribute Private Object reference (TYPE REF TO) DATA Raw item data reference 20060811
3 MR_META_DATA Instance attribute Private Object reference (TYPE REF TO) CL_WER_ITEM_FIELD_META_DATA Structure of a defined item 20060811
4 SR_CO Static Attribute Private Object reference (TYPE REF TO) CL_WER_CONST Constants 20060811
5 SR_ERR_REPORTER Static Attribute Private Object reference (TYPE REF TO) CL_WER_EXCEPTION_REPORTER Services for raising exceptions 20060811
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_VALUE_TYPE Static method Protected Method Checks if the value is compatible with the type 20060811
2 CLASS_CONSTRUCTOR Static method Public Constructor 20060811
3 CONSTRUCTOR Instance method Public Constructor 20060811
4 FILL_CONTEXT_FROM_ITEM Instance method Private Method Fills the context from an item (structure) 20060814
5 FILL_CONTEXT_FROM_ITEMS Instance method Private Method Fills the context with all required fields of all items 20060814
6 FILL_CONTEXT_FROM_ITEM_FIELD Instance method Private Method Fills the context with a filed 20060814
7 FILL_CONTEXT_FROM_ITEM_TABLE Instance method Private Method Fills the context with a table type field 20060815
8 FILL_CONTEXT_FROM_PARENT Instance method Private Method Fills the context with the parent of the item 20070109
9 FREE Instance method Public Method 20060811
10 GET_CONTEXT_SET Instance method Public Method 20060811
11 GET_META_DAT Instance method Public Method 20060811
12 IS_ONLY_MAIN_TABLE_MAPPED Instance method Private Method Returns true if only the main table is mapped 20070723
13 SET_CONTEXT_MAPPER Instance method Public Method 20060811
14 SET_ITEMS Instance method Public Method 20060811
Events
Class CL_WER_ITEM_SET_LIGHT has no event.
Types
Class CL_WER_ITEM_SET_LIGHT has no local type.
Method Signatures

Method CHECK_VALUE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VALUE Call by reference Object reference (TYPE REF TO) DATA Value to verify 20060811
2 Importing I_TYPE Call by reference Type reference (TYPE) FIELD_TYPE Type to check the value against 20060811
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID The value is not compatible with the type 20060811

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_WER_ITEM_SET_LIGHT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WER_ITEM_SET_LIGHT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ITEMS Call by reference Object reference (TYPE REF TO) DATA Reference to a table of deep structures 20060814
2 Importing IR_META_DATA Call by reference Object reference (TYPE REF TO) CL_WER_ITEM_FIELD_META_DATA Item set meta data 20060811
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20060811

Method FILL_CONTEXT_FROM_ITEM 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 Structure of a defined item 20060814
2 Importing I_FILL_ITEM Call by reference Type reference (TYPE) WER_BOOL CL_WER_CONST=>C_TRUE Boolean: true = X and false = SPACE 20070109
3 Changing XR_CONTEXT_SET Call by reference Object reference (TYPE REF TO) CL_WER_CONTEXT_SET Set of context instances 20060814
4 Changing XR_ITEM Call by reference Object reference (TYPE REF TO) DATA 20061103
# Exception Resumable Description Created on
1 CX_WER_RUNTIME Rule Engine execution error 20060814

Method FILL_CONTEXT_FROM_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XR_CONTEXT_SET Call by reference Object reference (TYPE REF TO) CL_WER_CONTEXT_SET Set of context instances 20060814
# Exception Resumable Description Created on
1 CX_WER_RUNTIME Rule Engine execution error 20060814

Method FILL_CONTEXT_FROM_ITEM_FIELD 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 Structure of a defined item 20060814
2 Changing XR_CONTEXT_SET Call by reference Object reference (TYPE REF TO) CL_WER_CONTEXT_SET Set of context instances 20060814
3 Changing XR_ITEM_FIELD Call by reference Object reference (TYPE REF TO) DATA 20061103
# Exception Resumable Description Created on
1 CX_WER_RUNTIME Rule Engine execution error 20060814

Method FILL_CONTEXT_FROM_ITEM_TABLE 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 Structure of a defined item 20060815
2 Changing XR_CONTEXT_SET Call by reference Object reference (TYPE REF TO) CL_WER_CONTEXT_SET Set of context instances 20060815
3 Changing XR_ITEMS Call by reference Object reference (TYPE REF TO) DATA 20061103
# Exception Resumable Description Created on
1 CX_WER_RUNTIME Rule Engine execution error 20060815

Method FILL_CONTEXT_FROM_PARENT 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 Structure of a defined item 20070109
2 Changing XR_CONTEXT_SET Call by reference Object reference (TYPE REF TO) CL_WER_CONTEXT_SET Set of context instances 20070109
3 Changing XR_ITEM_FIELD Call by reference Object reference (TYPE REF TO) DATA 20070109
# Exception Resumable Description Created on
1 CX_WER_RUNTIME Rule Engine execution error 20070109

Method FREE Signature

Method FREE on class CL_WER_ITEM_SET_LIGHT has no parameter.
Method FREE on class CL_WER_ITEM_SET_LIGHT has no exception.

Method GET_CONTEXT_SET Signature

Method GET_CONTEXT_SET on class CL_WER_ITEM_SET_LIGHT has no parameter.
Method GET_CONTEXT_SET on class CL_WER_ITEM_SET_LIGHT has no exception.

Method GET_META_DAT Signature

Method GET_META_DAT on class CL_WER_ITEM_SET_LIGHT has no parameter.
Method GET_META_DAT on class CL_WER_ITEM_SET_LIGHT has no exception.

Method IS_ONLY_MAIN_TABLE_MAPPED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ONLY_MAIN_TABLE_MAPPED Value transfer Type reference (TYPE) WER_BOOL Boolean: true = X and false = SPACE 20070723

Method IS_ONLY_MAIN_TABLE_MAPPED on class CL_WER_ITEM_SET_LIGHT has no exception.

Method SET_CONTEXT_MAPPER Signature

Method SET_CONTEXT_MAPPER on class CL_WER_ITEM_SET_LIGHT has no parameter.
Method SET_CONTEXT_MAPPER on class CL_WER_ITEM_SET_LIGHT has no exception.

Method SET_ITEMS Signature

Method SET_ITEMS on class CL_WER_ITEM_SET_LIGHT has no parameter.
Method SET_ITEMS on class CL_WER_ITEM_SET_LIGHT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700