SAP ABAP Class CL_APPL_WUF_TRANSFORMATION (Common transformation methods for WUF (mapping engine))
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
CA (Application Component) Cross-Application Components
⤷
APPL_CO_XI_TOOLS (Package) APPL common objects: general tools and functions for XI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WUF_PREFETCH | Prefetch Methods | 20070709 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WUF_TRANSFORMATION | Transformation Class | 20070709 |
Properties
| Class | CL_APPL_WUF_TRANSFORMATION | |
| Short Description | Common transformation methods for WUF (mapping engine) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APPL_CO_XI_TOOLS | APPL common objects: general tools and functions for XI |
| Created | 20070709 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_APPL_WUF_TRANSFORMATION has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WUF_PREFETCH | Prefetch Methods | 20070709 | ||
| 2 | IF_WUF_TRANSFORMATION | Transformation Class | 20070709 |
Friends
Class CL_APPL_WUF_TRANSFORMATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | SAPPLCO_DEBIT_CREDIT_CODE | '2' | GDT DebitCreditCode | 20070810 | ||
| 2 | Constant | Protected | Type reference (TYPE) | SHKZG | 'H' | Debit/Credit Indicator | 20070810 | ||
| 3 | Constant | Protected | Type reference (TYPE) | SAPPLCO_DEBIT_CREDIT_CODE | '1' | GDT DebitCreditCode | 20070810 | ||
| 4 | Constant | Protected | Type reference (TYPE) | SHKZG | 'S' | Debit/Credit Indicator | 20070810 | ||
| 5 | Constant | Protected | Type reference (TYPE) | STRING | 'AreaID/SubscriberID' | Name for phone number fields | 20070814 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Map GDT DebitCreditCode to internal SHKZG | 20070810 | |
| 2 | Static method | Public | Method | Map external phone number format to intern | 20070814 | |
| 3 | Static method | Public | Method | Map internal phone number format to external | 20070813 | |
| 4 | Static method | Public | Method | Map internal SHKZG to GDT DebitCreditCode | 20070810 |
Events
Class CL_APPL_WUF_TRANSFORMATION has no event.
Types
Class CL_APPL_WUF_TRANSFORMATION has no local type.
Method Signatures
Method MAP_DEBIT_CREDIT_CODE_2_SHKZG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_SHKZG | Call by reference | Type reference (TYPE) | SHKZG | Debit/Credit Indicator | 20070810 | |||
| 2 | E_OK | Call by reference | Type reference (TYPE) | WUF_BOOLEAN | Boolean Value | 20070810 | |||
| 3 | IV_DEBIT_CREDIT_CODE | Call by reference | Type reference (TYPE) | SAPPLCO_DEBIT_CREDIT_CODE | Coded representation of the debit or credit side of an accou | 20070810 | |||
| 4 | I_PREFETCH | Call by reference | Type reference (TYPE) | WUF_BOOLEAN | Boolean Value | 20070810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error | 20070810 |
Method MAP_PHONE_NO_EXTERN_2_INTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_COUNTRY_INTERN | Call by reference | Type reference (TYPE) | AD_COMCTRY | 20070814 | ||||
| 2 | EV_EXTENSION_INTERN | Call by reference | Type reference (TYPE) | AD_TLXTNS | 20070814 | ||||
| 3 | EV_PHONE_NUMBER_INTERN | Call by reference | Type reference (TYPE) | AD_TLNMBR | 20070814 | ||||
| 4 | E_OK | Call by reference | Type reference (TYPE) | WUF_BOOLEAN | 20070814 | ||||
| 5 | IS_PHONE_NUMBER_EXTERN | Call by reference | Type reference (TYPE) | SAPPLCO_PHONE_NUMBER | 20070814 | ||||
| 6 | I_PREFETCH | Call by reference | Type reference (TYPE) | WUF_BOOLEAN | 20070814 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error | 20070814 |
Method MAP_PHONE_NO_INTERN_2_EXTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_PHONE_NUMBER_EXTERN | Call by reference | Type reference (TYPE) | SAPPLCO_PHONE_NUMBER | GDT PhoneNumber | 20070813 | |||
| 2 | E_OK | Call by reference | Type reference (TYPE) | WUF_BOOLEAN | Boolean Value | 20070813 | |||
| 3 | IV_COUNTRY_INTERN | Call by reference | Type reference (TYPE) | AD_COMCTRY | Country for telephone/fax number | 20070813 | |||
| 4 | IV_EXTENSION_INTERN | Call by reference | Type reference (TYPE) | AD_TLXTNS | Telephone no.: Extension | 20070813 | |||
| 5 | IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language Key of Current Text Environment | 20070813 | ||
| 6 | IV_PHONE_NUMBER_INTERN | Call by reference | Type reference (TYPE) | AD_TLNMBR | Telephone no.: dialling code+number | 20070813 | |||
| 7 | I_PREFETCH | Call by reference | Type reference (TYPE) | WUF_BOOLEAN | Boolean Value | 20070813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error | 20070813 |
Method MAP_SHKZG_2_DEBIT_CREDIT_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DEBIT_CREDIT_CODE | Call by reference | Type reference (TYPE) | SAPPLCO_DEBIT_CREDIT_CODE | Coded representation of the debit or credit side of an accou | 20070810 | |||
| 2 | E_OK | Call by reference | Type reference (TYPE) | WUF_BOOLEAN | Boolean Value | 20070810 | |||
| 3 | IV_SHKZG | Call by reference | Type reference (TYPE) | SHKZG | Debit/Credit Indicator | 20070810 | |||
| 4 | I_PREFETCH | Call by reference | Type reference (TYPE) | WUF_BOOLEAN | Boolean Value | 20070810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error | 20070810 |
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 603 |