SAP ABAP Class CL_WLF_CONV_ACTION_CODE (ActionCode handling)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-AB (Application Component) Agency Business (Global Trade)
⤷
WZRE_XI_PROXY (Package) Agency Business: SOA proxy implementations
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SMT_CONVERSION | Input/Output Conversion | 20110622 |
Properties
| Class | CL_WLF_CONV_ACTION_CODE | |
| Short Description | ActionCode handling | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WZRE_XI_PROXY | Agency Business: SOA proxy implementations |
| Created | 20110622 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SMT_CONVERSION | Input/Output Conversion | 20110622 |
Friends
Class CL_WLF_CONV_ACTION_CODE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | DD07V_TAB | Table for DD07V | 20110622 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TY_VALID_ACTION_CODE_HTAB | 20110622 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check ActionCode value | 20110622 | |
| 2 | Static method | Public | Method | check Action Code value is supported | 20110725 | |
| 3 | Static method | Public | Method | Check ActionCode value allowed with parent ActionCode | 20110622 | |
| 4 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20110622 | |
| 5 | Static method | Private | Method | Get Updat sign via ActionCode | 20110622 | |
| 6 | Static method | Private | Method | Load domain values WZRE_ACTION_CODE | 20110622 | |
| 7 | Static method | Private | Method | Raise CX_SMT_TRANSFORMATION_ERROR | 20110622 |
Events
Class CL_WLF_CONV_ACTION_CODE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_VALID_ACTION_CODE | Protected | See coding | 20110622 | BEGIN OF ty_valid_action_code,
action_code TYPE wzre_action_code,
parent_act_code TYPE wzre_action_code,
END OF ty_valid_action_code
|
||
| 2 | TY_VALID_ACTION_CODE_HTAB | Protected | See coding | 20110622 | ty_valid_action_code_htab TYPE HASHED TABLE OF ty_valid_action_code
WITH UNIQUE KEY action_code
parent_act_code
|
Method Signatures
Method CHECK_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION_CODE | Call by reference | Type reference (TYPE) | WZRE_ACTION_CODE | ActionCode | 20110622 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error During Transformation or Field Assignment | 20110622 |
Method CHECK_VALUE_IS_SUPPORTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION_CODE | Call by reference | Type reference (TYPE) | WZRE_ACTION_CODE | ActionCode | 20110725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error During Transformation or Field Assignment | 20110725 |
Method CHECK_WITH_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION_CODE | Call by reference | Type reference (TYPE) | WZRE_ACTION_CODE | ActionCode | 20110622 | |||
| 2 | IV_PARENT_ACTION_CODE | Call by reference | Type reference (TYPE) | WZRE_ACTION_CODE | ActionCode | 20110622 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error During Transformation or Field Assignment | 20110622 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WLF_CONV_ACTION_CODE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WLF_CONV_ACTION_CODE has no exception.
Method GET_UPDKZ_BY_ACTION_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION_CODE | Call by reference | Type reference (TYPE) | WZRE_ACTION_CODE | ActionCode | 20110622 | |||
| 2 | RV_UPDKZ | Value transfer | Type reference (TYPE) | UPDKZ_D | Update indicator | 20110622 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error During Transformation or Field Assignment | 20110622 |
Method LOAD_DOM_VALUES Signature
Method LOAD_DOM_VALUES on class CL_WLF_CONV_ACTION_CODE has no parameter.
Method LOAD_DOM_VALUES on class CL_WLF_CONV_ACTION_CODE has no exception.
Method RAISE Signature
Method RAISE on class CL_WLF_CONV_ACTION_CODE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error During Transformation or Field Assignment | 20110622 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |