SAP ABAP Class CL_SIW_SXF_DB_CONVERTER (Conversion between SXF and DB)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-SIW (Application Component) Service Implementation Workbench
     S_SIW_TYPES (Package) SIW: Global Type definitions
Properties
Class CL_SIW_SXF_DB_CONVERTER  
Short Description Conversion between SXF and DB    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_SIW_TYPES   SIW: Global Type definitions 
Created 20070312   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SIW_SXF_DB_CONVERTER has no forward declaration.
Interfaces
Class CL_SIW_SXF_DB_CONVERTER has no interface implemented.
Friends
Class CL_SIW_SXF_DB_CONVERTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DB2SXF_CONVERTER Instance attribute Private Object reference (TYPE REF TO) CL_CONVERT_DB2SXF 20070312
2 MAP Instance attribute Private Object reference (TYPE REF TO) CL_SIW_UUID_OBJECT_MAP Map zur Verwaltung von IDs und Objekten 20070312
3 SXF2DB_CONVERTER Instance attribute Private Object reference (TYPE REF TO) CL_CONVERT_SXF2DB 20070312
Methods
# Method Level Visibility Method type Description Created on
1 DB2SXF Instance method Public Method Converts from DB to SXF 20070312
2 INIT Instance method Private Method Initializes this converter 20070312
3 SXF2DB Instance method Public Method Converts from SXF to DB 20070312
4 S_CREATE Static method Public Method Returns a new converter 20070312
Events
Class CL_SIW_SXF_DB_CONVERTER has no event.
Types
Class CL_SIW_SXF_DB_CONVERTER has no local type.
Method Signatures

Method DB2SXF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DB_FIELDRELS Call by reference Type reference (TYPE) SIW_TAB_SXF_FIELD_REL table for field relation entries 20071130
2 Importing I_DB_FIELDS Call by reference Type reference (TYPE) SIW_TAB_SXF_FIELDS table type for sxf field 20070312
3 Importing I_DB_SIGNATURE Call by reference Type reference (TYPE) SIW_STR_SXF_API Global Unique ID for table 20070312
4 Importing I_DB_TYPES Call by reference Type reference (TYPE) SIW_TAB_SXF_TYPES table type for sxf type 20070312
5 Returning R_SIGNATURE Value transfer Object reference (TYPE REF TO) IF_SXF_SIGNATURE 20070312

Method DB2SXF on class CL_SIW_SXF_DB_CONVERTER has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAP Call by reference Object reference (TYPE REF TO) CL_SIW_UUID_OBJECT_MAP Map zur Verwaltung von IDs und Objekten 20070312

Method INIT on class CL_SIW_SXF_DB_CONVERTER has no exception.

Method SXF2DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DB_FIELDRELS Call by reference Type reference (TYPE) SIW_TAB_SXF_FIELD_REL table for field relation entries 20071130
2 Exporting E_DB_FIELDS Call by reference Type reference (TYPE) SIW_TAB_SXF_FIELDS Signature Exchange Format - Field 20070312
3 Exporting E_DB_SIGNATURE Call by reference Type reference (TYPE) SIW_STR_SXF_API Global Unique ID for table 20070312
4 Exporting E_DB_TYPES Call by reference Type reference (TYPE) SIW_TAB_SXF_TYPES Signature Exchange Format - Type 20070312
5 Importing I_SIGNATURE Call by reference Object reference (TYPE REF TO) IF_SXF_SIGNATURE 20070312

Method SXF2DB on class CL_SIW_SXF_DB_CONVERTER has no exception.

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAP Call by reference Object reference (TYPE REF TO) CL_SIW_UUID_OBJECT_MAP Map zur Verwaltung von IDs und Objekten 20070312
2 Returning R_CONVERTER Value transfer Object reference (TYPE REF TO) CL_SIW_SXF_DB_CONVERTER Conversion between SXF and DB 20070312

Method S_CREATE on class CL_SIW_SXF_DB_CONVERTER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in