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 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WER_CONTEXT_MAPPING | Mapping between item fields and function data objects | 20060811 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Raw item data reference | 20060811 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WER_ITEM_FIELD_META_DATA | Structure of a defined item | 20060811 | |||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WER_CONST | Constants | 20060811 | |||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WER_EXCEPTION_REPORTER | Services for raising exceptions | 20060811 |
Methods
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 | IR_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | Value to verify | 20060811 | |||
| 2 | I_TYPE | Call by reference | Type reference (TYPE) | FIELD_TYPE | Type to check the value against | 20060811 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IR_ITEMS | Call by reference | Object reference (TYPE REF TO) | DATA | Reference to a table of deep structures | 20060814 | |||
| 2 | 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 | 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 | IR_META_DATA | Call by reference | Object reference (TYPE REF TO) | CL_WER_ITEM_FIELD_META_DATA | Structure of a defined item | 20060814 | |||
| 2 | I_FILL_ITEM | Call by reference | Type reference (TYPE) | WER_BOOL | CL_WER_CONST=>C_TRUE | Boolean: true = X and false = SPACE | 20070109 | ||
| 3 | XR_CONTEXT_SET | Call by reference | Object reference (TYPE REF TO) | CL_WER_CONTEXT_SET | Set of context instances | 20060814 | |||
| 4 | XR_ITEM | Call by reference | Object reference (TYPE REF TO) | DATA | 20061103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 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 | 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 | IR_META_DATA | Call by reference | Object reference (TYPE REF TO) | CL_WER_ITEM_FIELD_META_DATA | Structure of a defined item | 20060814 | |||
| 2 | XR_CONTEXT_SET | Call by reference | Object reference (TYPE REF TO) | CL_WER_CONTEXT_SET | Set of context instances | 20060814 | |||
| 3 | XR_ITEM_FIELD | Call by reference | Object reference (TYPE REF TO) | DATA | 20061103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IR_META_DATA | Call by reference | Object reference (TYPE REF TO) | CL_WER_ITEM_FIELD_META_DATA | Structure of a defined item | 20060815 | |||
| 2 | XR_CONTEXT_SET | Call by reference | Object reference (TYPE REF TO) | CL_WER_CONTEXT_SET | Set of context instances | 20060815 | |||
| 3 | XR_ITEMS | Call by reference | Object reference (TYPE REF TO) | DATA | 20061103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IR_META_DATA | Call by reference | Object reference (TYPE REF TO) | CL_WER_ITEM_FIELD_META_DATA | Structure of a defined item | 20070109 | |||
| 2 | XR_CONTEXT_SET | Call by reference | Object reference (TYPE REF TO) | CL_WER_CONTEXT_SET | Set of context instances | 20070109 | |||
| 3 | XR_ITEM_FIELD | Call by reference | Object reference (TYPE REF TO) | DATA | 20070109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 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 |