SAP ABAP Data Element WUF_TRANSFORMATION_METHOD (Transformation Method)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-AB (Application Component) Agency Business (Global Trade)
⤷
WUF_GENERAL (Package) Objects for All Packages Within WUF
⤷
⤷
Basic Data
| Data Element | WUF_TRANSFORMATION_METHOD |
| Short Description | Transformation Method |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | WUF_CLASS_METHOD | |
| Data Type | CHAR | Character String |
| Length | 61 | |
| Decimal Places | 0 | |
| Output Length | 61 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | TranMethod |
| Medium | 15 | Transf. Method |
| Long | 25 | Transformation Method |
| Heading | 10 | TranMethod |
Documentation
Definition
Method that carries out transformations.
The signature of the method must fulfill the following conditions:
- The method is static and public.
- It allows inbound and outbound parameters only.
- The interface contains an import parameter with the name "i_prefetch" of type WUF_BOOLEAN.
- The interface contains an export parameter with the name "e_ok" of type WUF_BOOLEAN.
- The method can contain the exception CX_WUF_ERROR.
Use
Dependencies
Example
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |