SAP ABAP Class CL_WUF_TRANSFORMATION_LIST (List of Transformations)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-AB (Application Component) Agency Business (Global Trade)
     WUF_MODEL (Package) Processing
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WUF_TRANSFORMATION Transformation 20060303
Properties
Class CL_WUF_TRANSFORMATION_LIST  
Short Description List of Transformations    
Super Class CL_WUF_TRANSFORMATION Transformation 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WUF_MODEL   Processing 
Created 20060303   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WUF_TRANSFORMATION_LIST has no forward declaration.
Interfaces
Class CL_WUF_TRANSFORMATION_LIST has no interface implemented.
Friends
Class CL_WUF_TRANSFORMATION_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AT_TRANSFORMATION Instance attribute Private Type reference (TYPE) TY_TRANSFORMATION_HTAB Transformation and Ordinal Number 20060303
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060303
2 INSERT Instance method Public Method Add Transformation 20060303
Events
Class CL_WUF_TRANSFORMATION_LIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_TRANSFORMATION Private See coding Transformation and Ordinal Number 20060303 BEGIN OF ty_transformation, order TYPE wuf_trans_order, transformation TYPE REF TO cl_wuf_transformation, predecessor TYPE wuf_pred_trans_order, has_successor TYPE wuf_boolean, END OF ty_transformation
2 TY_TRANSFORMATION_HTAB Private See coding Transformation and Ordinal Number 20060303 ty_transformation_htab TYPE HASHED TABLE OF ty_transformation WITH UNIQUE KEY order
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_WUF_TRANSFORMATION_LIST has no parameter.
Method CONSTRUCTOR on class CL_WUF_TRANSFORMATION_LIST has no exception.

Method INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ORDER Call by reference Type reference (TYPE) WUF_TRANS_ORDER Reihenfolge des Transformationsaufrufes 20060303
2 Importing I_PREDECESSOR Call by reference Type reference (TYPE) WUF_PRED_TRANS_ORDER Vorgängertransformation 20060308
3 Importing I_TRANSFORMATION Call by reference Object reference (TYPE REF TO) CL_WUF_TRANSFORMATION Umwandlung 20060303
# Exception Resumable Description Created on
1 CX_WUF_DUPLICATIVE_ENTRY doppelter Eintrag 20060303
History
Last changed by/on SAP  20100310 
SAP Release Created in 700