SAP ABAP Class CL_BSA_SADL_M2M_TRANSFORMER (Transforms different SADL repres. formats into each other)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-ESF-BSA (Application Component) Business Service Adaptation
⤷
SADL_COMPILER (Package) SADL Compiler
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSA_SADL_M2M_TRANSFORMER | Transformer for different SADL formats | 20120912 |
Properties
| Class | CL_BSA_SADL_M2M_TRANSFORMER | |
| Short Description | Transforms different SADL repres. formats into each other | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SADL_COMPILER | SADL Compiler |
| Created | 20120912 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BSA_SADL_M2M_TRANSFORMER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BSA_SADL_M2M_TRANSFORMER | Transformer for different SADL formats | 20120912 |
Friends
Class CL_BSA_SADL_M2M_TRANSFORMER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_BSA_SADL_BINDING_PARSER | 20120912 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_BSA_SADL_COMPILER | 20120912 | ||||
| 3 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_BSA_SADL_M2M_TRANSFORMER | 20120912 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_BSA_SADL_XML_READER | 20120912 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120912 | ||
| 2 | Instance method | Public | Method | 20120912 | ||
| 3 | Instance method | Private | Method | 20120912 | ||
| 4 | Instance method | Private | Method | 20120912 | ||
| 5 | Instance method | Protected | Constructor | 20120912 | ||
| 6 | Instance method | Public | Method | 20120912 | ||
| 7 | Instance method | Public | Method | 20120912 | ||
| 8 | Instance method | Private | Method | 20120912 | ||
| 9 | Static method | Public | Method | 20120912 | ||
| 10 | Instance method | Public | Method | 20120912 | ||
| 11 | Instance method | Public | Method | 20120912 |
Events
Class CL_BSA_SADL_M2M_TRANSFORMER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTT_DESC_BY_NAME | Private | See coding | 20120912 | ltt_desc_by_name TYPE SORTED TABLE OF lty_desc_by_name WITH UNIQUE KEY name
|
||
| 2 | LTT_STRUCTURE_DESC | Private | See coding | 20120912 | ltt_structure_desc TYPE SORTED TABLE OF lty_structure_desc WITH UNIQUE KEY structure_id WITH NON-UNIQUE SORTED KEY name COMPONENTS name
|
||
| 3 | LTY_DESC_BY_NAME | Private | See coding | 20120912 | BEGIN OF lty_desc_by_name,
name TYPE string,
desc TYPE REF TO if_bsa_sadl_desc,
END OF lty_desc_by_name
|
||
| 4 | LTY_STRUCTURE_DESC | Private | See coding | 20120912 | BEGIN OF lty_structure_desc,
name TYPE string,
structure_id TYPE string,
desc TYPE REF TO if_bsa_sadl_structure_desc,
END OF lty_structure_desc
|
Method Signatures
Method ABAP_STRUCTURE_TO_DESCRIPTOR Signature
Method ABAP_STRUCTURE_TO_DESCRIPTOR on class CL_BSA_SADL_M2M_TRANSFORMER has no parameter.
Method ABAP_STRUCTURE_TO_DESCRIPTOR on class CL_BSA_SADL_M2M_TRANSFORMER has no exception.
Method ABAP_STRUCTURE_TO_XML Signature
Method ABAP_STRUCTURE_TO_XML on class CL_BSA_SADL_M2M_TRANSFORMER has no parameter.
Method ABAP_STRUCTURE_TO_XML on class CL_BSA_SADL_M2M_TRANSFORMER has no exception.
Method ABAP_TO_DESC_REC_STR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_STRUCTURE_DESC | Call by reference | Object reference (TYPE REF TO) | IF_BSA_SADL_STRUCTURE_DESC | 20120912 | ||||
| 2 | IS_BINDING_INFORMATION | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_BINDING_INFORMATION | 20120912 | ||||
| 3 | IS_SADL_DEFINITION | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_DEFINITION | 20120912 | ||||
| 4 | IT_NAMESPACES_BY_NAMES | Call by reference | Type reference (TYPE) | LTT_DESC_BY_NAME | 20120912 | ||||
| 5 | IT_STRUCTURE_DESC | Call by reference | Type reference (TYPE) | LTT_STRUCTURE_DESC | 20120912 | ||||
| 6 | IV_STRUCTURE_ID | Call by reference | Type reference (TYPE) | STRING | 20120912 |
Method ABAP_TO_DESC_REC_STR on class CL_BSA_SADL_M2M_TRANSFORMER has no exception.
Method ABAP_TO_STEP_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_STEP_SEQUENCE | Call by reference | Object reference (TYPE REF TO) | IF_BSA_SADL_STEP_SEQUENCE_DESC | 20120912 | ||||
| 2 | IT_NAMESPACES_BY_NAMES | Call by reference | Type reference (TYPE) | LTT_DESC_BY_NAME | 20120912 | ||||
| 3 | IT_STEPS | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TT_SADL_BINDING_STEPS | 20120912 |
Method ABAP_TO_STEP_SEQUENCE on class CL_BSA_SADL_M2M_TRANSFORMER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_BSA_SADL_M2M_TRANSFORMER has no parameter.
Method CONSTRUCTOR on class CL_BSA_SADL_M2M_TRANSFORMER has no exception.
Method DESCRIPTOR_TO_ABAP_STRUCTURE Signature
Method DESCRIPTOR_TO_ABAP_STRUCTURE on class CL_BSA_SADL_M2M_TRANSFORMER has no parameter.
Method DESCRIPTOR_TO_ABAP_STRUCTURE on class CL_BSA_SADL_M2M_TRANSFORMER has no exception.
Method DESCRIPTOR_TO_XML Signature
Method DESCRIPTOR_TO_XML on class CL_BSA_SADL_M2M_TRANSFORMER has no parameter.
Method DESCRIPTOR_TO_XML on class CL_BSA_SADL_M2M_TRANSFORMER has no exception.
Method DESC_TO_ABAP_REC_STR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_SADL_DEFINITION | Call by reference | Type reference (TYPE) | IF_SADL_TYPES=>TY_SADL_DEFINITION | 20120912 | ||||
| 2 | CV_COUNTER | Call by reference | Type reference (TYPE) | I | 1 | 20120912 | |||
| 3 | IO_SADL_STRUCTURE_DESC | Call by reference | Object reference (TYPE REF TO) | IF_BSA_SADL_STRUCTURE_DESC | 20120912 | ||||
| 4 | IV_STRUCTURE_ID | Call by reference | Type reference (TYPE) | STRING | '' | 20120912 |
Method DESC_TO_ABAP_REC_STR on class CL_BSA_SADL_M2M_TRANSFORMER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_BSA_SADL_M2M_TRANSFORMER | 20120912 |
Method GET_INSTANCE on class CL_BSA_SADL_M2M_TRANSFORMER has no exception.
Method XML_TO_ABAP_STRUCTURE Signature
Method XML_TO_ABAP_STRUCTURE on class CL_BSA_SADL_M2M_TRANSFORMER has no parameter.
Method XML_TO_ABAP_STRUCTURE on class CL_BSA_SADL_M2M_TRANSFORMER has no exception.
Method XML_TO_DESCRIPTOR Signature
Method XML_TO_DESCRIPTOR on class CL_BSA_SADL_M2M_TRANSFORMER has no parameter.
Method XML_TO_DESCRIPTOR on class CL_BSA_SADL_M2M_TRANSFORMER has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 740 |