SAP ABAP Class CL_ESH_INT_DATA_BLUEPRINT (Conversion between data and blueprint)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_ENG_INTEGRATION (Package) Backend Integration Services
Properties
Class CL_ESH_INT_DATA_BLUEPRINT  
Short Description Conversion between data and blueprint    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_ENG_INTEGRATION   Backend Integration Services 
Created 20080728   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ESH_INT_DATA_BLUEPRINT has no interface implemented.
Friends
Class CL_ESH_INT_DATA_BLUEPRINT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_INCLUDE Constant Private Type reference (TYPE) FIELDNAME '.INCLUDE' Reserved field name for included structures 20081007
2 GC_MESSAGE_ID Constant Private Type reference (TYPE) SYMSGID 'ESH_INTEGRATION' Message class 20080728
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_CMP_DESC_FROM_BLUEPRINT Static method Private Method Create the component description from the blueprint 20080804
2 CREATE_DATA_FROM_BLUEPRINT Static method Public Method Create data (structure, table) from the blueprint table 20080728
3 GET_BLUEPRINT_FROM_DATA Static method Public Method Get the blueprint table from the data object (struct, table) 20080728
4 MOVE_COMPONENT Static method Private Method Move components between two structures 20080730
5 MOVE_DATA Static method Public Method Move data between two data objects 20080730
Events
Class CL_ESH_INT_DATA_BLUEPRINT has no event.
Types
Class CL_ESH_INT_DATA_BLUEPRINT has no local type.
Method Signatures

Method CREATE_CMP_DESC_FROM_BLUEPRINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BLUEPRINT Call by reference Type reference (TYPE) ESH_T_INT_TABLE_BLUEPRINT Blueprint for table 20080804
2 Importing IV_BLUEPRINT_INDEX Call by reference Type reference (TYPE) I Index of header entry in blueprint 20081117
3 Returning RR_DATADESCR Value transfer Object reference (TYPE REF TO) CL_ABAP_DATADESCR Data description object 20080804
# Exception Resumable Description Created on
1 CX_ESH_INT_ENGINE ESH Integration Exception 20080804
2 CX_SY_STRUCT_CREATION Exception when Creating a Structure Type 20080804
3 CX_SY_TABLE_CREATION Exception when Creating a Table Type 20080804

Method CREATE_DATA_FROM_BLUEPRINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BLUEPRINT Call by reference Type reference (TYPE) ESH_T_INT_TABLE_BLUEPRINT Blueprint for table 20080728
2 Returning RR_DATA_REF Value transfer Object reference (TYPE REF TO) DATA Reference to dynamic data object 20080729
# Exception Resumable Description Created on
1 CX_ESH_INT_ENGINE ESH Integration Exception 20080728
2 CX_SY_CREATE_DATA_ERROR System-Exception Creating Data 20080728
3 CX_SY_STRUCT_CREATION Exception when Creating a Structure Type 20080728
4 CX_SY_TABLE_CREATION Exception when Creating a Table Type 20080728

Method GET_BLUEPRINT_FROM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT_KEY Call by reference Type reference (TYPE) ESH_E_INT_KEY Parent key 20080729
2 Importing IX_DATA Call by reference Type reference (TYPE) DATA Any data object 20080728
3 Returning RT_BLUEPRINT Value transfer Type reference (TYPE) ESH_T_INT_TABLE_BLUEPRINT Blueprint for table 20080728

Method GET_BLUEPRINT_FROM_DATA on class CL_ESH_INT_DATA_BLUEPRINT has no exception.

Method MOVE_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CX_DATA_TARGET Call by reference Type reference (TYPE) ANY 20081007
2 Importing IT_BLUEPRINT_SOURCE Call by reference Type reference (TYPE) ESH_T_INT_TABLE_BLUEPRINT Blueprint for table 20080730
3 Importing IT_BLUEPRINT_TARGET Call by reference Type reference (TYPE) ESH_T_INT_TABLE_BLUEPRINT Blueprint for table 20080730
4 Importing IV_COMPONENT Call by reference Type reference (TYPE) FIELDNAME Field Name 20080730
5 Importing IV_ENTRY_KEY Value transfer Type reference (TYPE) ESH_E_INT_KEY Key 20080730
6 Importing IX_DATA_SOURCE Call by reference Type reference (TYPE) ANY 20080731
# Exception Resumable Description Created on
1 CX_ESH_INT_ENGINE ESH Integration Exception 20080730

Method MOVE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_DATA_TARGET Call by reference Object reference (TYPE REF TO) DATA 20081007
2 Importing IR_DATA_SOURCE Call by reference Object reference (TYPE REF TO) DATA 20080731
3 Importing IT_BLUEPRINT_SOURCE Call by reference Type reference (TYPE) ESH_T_INT_TABLE_BLUEPRINT Blueprint for table 20080730
4 Importing IT_BLUEPRINT_TARGET Call by reference Type reference (TYPE) ESH_T_INT_TABLE_BLUEPRINT Blueprint for table 20080730
5 Importing IV_ENTRY_LEVEL Call by reference Type reference (TYPE) ESH_E_INT_KEY Key 20080730
# Exception Resumable Description Created on
1 CX_ESH_INT_ENGINE ESH Integration Exception 20080730
History
Last changed by/on SAP  20110908 
SAP Release Created in 712