SAP ABAP Class CL_SMT_TRANSFORMATION_LIST (List of Transformations)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GMT_MODEL (Package) Model Access for External Users
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_TRANSFORMATION | Conversion | 20071214 |
Properties
| Class | CL_SMT_TRANSFORMATION_LIST | |
| Short Description | List of Transformations | |
| Super Class | CL_SMT_TRANSFORMATION | Conversion |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GMT_MODEL | Model Access for External Users |
| Created | 20071214 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SMT_TRANSFORMATION_LIST has no forward declaration.
Interfaces
Class CL_SMT_TRANSFORMATION_LIST has no interface implemented.
Friends
Class CL_SMT_TRANSFORMATION_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_TRANSFORMATION_STAB | Transformation + Ordinal Number | 20071214 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20071214 | |
| 2 | Instance method | Public | Method | Insert Transformation | 20071214 |
Events
Class CL_SMT_TRANSFORMATION_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_TRANSFORMATION | Private | See coding | Transformation + Ordinal Number | 20071214 | BEGIN OF ty_transformation,
order TYPE smt_trans_order,
transformation TYPE REF TO cl_smt_transformation,
predecessor TYPE smt_pred_trans_order,
in_chain TYPE smt_in_chain,
END OF ty_transformation
|
|
| 2 | TY_TRANSFORMATION_STAB | Private | See coding | Transformation + Ordinal Number | 20080121 | ty_transformation_stab TYPE SORTED TABLE OF ty_transformation
WITH UNIQUE KEY order
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SMT_TRANSFORMATION_LIST has no parameter.
Method CONSTRUCTOR on class CL_SMT_TRANSFORMATION_LIST has no exception.
Method INSERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CALL_ORDER | Call by reference | Type reference (TYPE) | SMT_CALL_ORDER | Reihenfolge des Transformationsaufrufes | 20080125 | |||
| 2 | I_IN_CHAIN | Call by reference | Type reference (TYPE) | SMT_IN_CHAIN | In einer Transformationskette enthalten | 20080121 | |||
| 3 | I_TRANSFORMATION | Call by reference | Object reference (TYPE REF TO) | CL_SMT_TRANSFORMATION | Umwandlung | 20071214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20071214 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |