SAP ABAP Class CL_WER_CONTEXT_SET (Set of context instances)
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_CONTEXT_SET | Context set user services | 20070216 |
Properties
| Class | CL_WER_CONTEXT_SET | |
| Short Description | Set of context instances | |
| Super Class | ||
| 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 | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WER_CONTEXT_SET | Context set user services | 20070216 |
Friends
Class CL_WER_CONTEXT_SET 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 | Reusable context instance returned | 20060811 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | WER_CONTEXT_TTY | Context objects completed and ready for process | 20060808 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WER_CONTEXT_SET | Memento used when setting multiple values | 20060808 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WER_CONTEXT_SET | Instance used when setting multiple values | 20060810 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | WER_CONTEXT_TTY | Context objects being built by one item | 20061102 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | WER_DATA_OBJECT_TTY | Data object IDs and references | 20060811 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FDT_TYPES=>TS_OBJECT_ID | Data object IDs | 20060811 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | WER_BOOL | CL_WER_CONST=>C_FALSE | True if an assignment was made from this instance | 20061108 | ||
| 9 | Instance attribute | Private | Type reference (TYPE) | I | 1 | Rule execution context | 20060808 | ||
| 10 | Instance attribute | Private | Type reference (TYPE) | WER_BOOL | CL_WER_CONST=>C_FALSE | True if an assignment was made from a multi-mode instance | 20070328 | ||
| 11 | Instance attribute | Private | Type reference (TYPE) | WER_BOOL | CL_WER_CONST=>C_FALSE | True if in multi mode and false oherwise | 20060810 | ||
| 12 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WER_CONST | Constants | 20060810 | |||
| 13 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WER_FACTORY | Factory for persistent objects | 20061107 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a new context entry | 20061024 | |
| 2 | Instance method | Public | Method | Adds new context entries | 20060808 | |
| 3 | Static method | Public | Constructor | 20060810 | ||
| 4 | Instance method | Public | Method | Clears all data from the context set | 20061106 | |
| 5 | Instance method | Public | Method | Insert the current contexts entries on the contexts table | 20061102 | |
| 6 | Instance method | Public | Method | All entries have been processed in multiple mode | 20060810 | |
| 7 | Instance method | Public | Constructor | 20060705 | ||
| 8 | Instance method | Public | Method | 20061106 | ||
| 9 | Instance method | Public | Method | Frees all references | 20060810 | |
| 10 | Instance method | Public | Method | 20070216 | ||
| 11 | Instance method | Public | Method | Returns the current contexts of the instance | 20061106 | |
| 12 | Instance method | Public | Method | Returns the data object identifiers | 20061107 | |
| 13 | Instance method | Public | Method | 20070216 | ||
| 14 | Instance method | Public | Method | Returns true if at least one value was assigned | 20061108 | |
| 15 | Instance method | Public | Method | Initializes the current contexts for build process | 20061102 | |
| 16 | Instance method | Public | Method | Makes required initializations to work in multi-mode | 20061106 | |
| 17 | Instance method | Private | Method | Initializes MR_CONTEXT_CLONE | 20060810 | |
| 18 | Instance method | Private | Method | Initializes the mulit mode context set | 20061106 | |
| 19 | Instance method | Public | Method | Returns true (X) if the multi context instance is bound | 20060810 | |
| 20 | Instance method | Public | Method | 20070216 | ||
| 21 | Instance method | Public | Method | Sets all the data objects of the contexts | 20061103 | |
| 22 | Instance method | Public | Method | Sets the value reference of the data object in the contexts | 20060705 |
Events
Class CL_WER_CONTEXT_SET has no event.
Types
Class CL_WER_CONTEXT_SET has no local type.
Method Signatures
Method ADD_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WER_CONTEXT | Context data entries | 20061103 |
Method ADD_CONTEXT on class CL_WER_CONTEXT_SET has no exception.
Method ADD_CONTEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XR_CONTEXTS | Call by reference | Object reference (TYPE REF TO) | WER_CONTEXT_TTY | Context data entries | 20061103 |
Method ADD_CONTEXTS on class CL_WER_CONTEXT_SET has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WER_CONTEXT_SET has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WER_CONTEXT_SET has no exception.
Method CLEAR Signature
Method CLEAR on class CL_WER_CONTEXT_SET has no parameter.
Method CLEAR on class CL_WER_CONTEXT_SET has no exception.
Method COMMIT_CURRENT_CONTEXTS Signature
Method COMMIT_CURRENT_CONTEXTS on class CL_WER_CONTEXT_SET has no parameter.
Method COMMIT_CURRENT_CONTEXTS on class CL_WER_CONTEXT_SET has no exception.
Method COMMIT_MULTI_MODE Signature
Method COMMIT_MULTI_MODE on class CL_WER_CONTEXT_SET has no parameter.
Method COMMIT_MULTI_MODE on class CL_WER_CONTEXT_SET has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTEXTS | Call by reference | Object reference (TYPE REF TO) | WER_CONTEXT_TTY | Context data entries | 20060810 | |||
| 2 | IR_CONTEXT_MAPPER | Call by reference | Object reference (TYPE REF TO) | CL_WER_CONTEXT_MAPPING | Mapping between item fields and data objects | 20070109 | |||
| 3 | IR_CURRENT_CONTEXTS | Call by reference | Object reference (TYPE REF TO) | WER_CONTEXT_TTY | Context data entries | 20061106 |
Method CONSTRUCTOR on class CL_WER_CONTEXT_SET has no exception.
Method FINALIZE_MULTI_MODE Signature
Method FINALIZE_MULTI_MODE on class CL_WER_CONTEXT_SET has no parameter.
Method FINALIZE_MULTI_MODE on class CL_WER_CONTEXT_SET has no exception.
Method FREE Signature
Method FREE on class CL_WER_CONTEXT_SET has no parameter.
Method FREE on class CL_WER_CONTEXT_SET has no exception.
Method GET_CONTEXTS Signature
Method GET_CONTEXTS on class CL_WER_CONTEXT_SET has no parameter.
Method GET_CONTEXTS on class CL_WER_CONTEXT_SET has no exception.
Method GET_CURRENT_CONTEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_CURRENT_CONTEXTS | Value transfer | Object reference (TYPE REF TO) | WER_CONTEXT_TTY | Context data entries | 20061106 |
Method GET_CURRENT_CONTEXTS on class CL_WER_CONTEXT_SET has no exception.
Method GET_DATA_OBJECT_IDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_DATA_OBJECT_IDS | Value transfer | Object reference (TYPE REF TO) | IF_FDT_TYPES=>TS_OBJECT_ID | Data object IDs and references | 20061107 |
Method GET_DATA_OBJECT_IDS on class CL_WER_CONTEXT_SET has no exception.
Method GET_NEXT_CONTEXT Signature
Method GET_NEXT_CONTEXT on class CL_WER_CONTEXT_SET has no parameter.
Method GET_NEXT_CONTEXT on class CL_WER_CONTEXT_SET has no exception.
Method HAS_BEEN_ASSIGNED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ASSIGNED | Value transfer | Type reference (TYPE) | WER_BOOL | Boolean: true = X and false = SPACE | 20061108 |
Method HAS_BEEN_ASSIGNED on class CL_WER_CONTEXT_SET has no exception.
Method INITIALIZE_CURRENT_CONTEXTS Signature
Method INITIALIZE_CURRENT_CONTEXTS on class CL_WER_CONTEXT_SET has no parameter.
Method INITIALIZE_CURRENT_CONTEXTS on class CL_WER_CONTEXT_SET has no exception.
Method INITIALIZE_MULTI_MODE Signature
Method INITIALIZE_MULTI_MODE on class CL_WER_CONTEXT_SET has no parameter.
Method INITIALIZE_MULTI_MODE on class CL_WER_CONTEXT_SET has no exception.
Method INIT_CLONE_CONTEXT Signature
Method INIT_CLONE_CONTEXT on class CL_WER_CONTEXT_SET has no parameter.
Method INIT_CLONE_CONTEXT on class CL_WER_CONTEXT_SET has no exception.
Method INIT_MULTI_CONTEXT Signature
Method INIT_MULTI_CONTEXT on class CL_WER_CONTEXT_SET has no parameter.
Method INIT_MULTI_CONTEXT on class CL_WER_CONTEXT_SET has no exception.
Method IS_IN_MULTI_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_MULTI_MODE | Value transfer | Type reference (TYPE) | WER_BOOL | Boolean: true = X and false = SPACE | 20060810 |
Method IS_IN_MULTI_MODE on class CL_WER_CONTEXT_SET has no exception.
Method RESET_CURRENT_CONTEXT Signature
Method RESET_CURRENT_CONTEXT on class CL_WER_CONTEXT_SET has no parameter.
Method RESET_CURRENT_CONTEXT on class CL_WER_CONTEXT_SET has no exception.
Method SET_DATA_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DATA_OBJECT_IDS | Call by reference | Object reference (TYPE REF TO) | IF_FDT_TYPES=>TS_OBJECT_ID | Data object IDs and references | 20061107 |
Method SET_DATA_OBJECTS on class CL_WER_CONTEXT_SET has no exception.
Method SET_VALUE_REFERENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA_OBJECT | Call by reference | Type reference (TYPE) | WER_DATA_OBJECT_ID | Unique data object identifier (GUID) | 20060810 | |||
| 2 | XR_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | Value reference to set | 20061103 |
Method SET_VALUE_REFERENCE on class CL_WER_CONTEXT_SET has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |