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 | ![]() |
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 | ![]() |
Constant | Private | Type reference (TYPE) | FIELDNAME | '.INCLUDE' | Reserved field name for included structures | 20081007 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | SYMSGID | 'ESH_INTEGRATION' | Message class | 20080728 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Create the component description from the blueprint | 20080804 |
2 | ![]() |
Static method | Public | Method | Create data (structure, table) from the blueprint table | 20080728 |
3 | ![]() |
Static method | Public | Method | Get the blueprint table from the data object (struct, table) | 20080728 |
4 | ![]() |
Static method | Private | Method | Move components between two structures | 20080730 |
5 | ![]() |
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 | ![]() |
IT_BLUEPRINT | Call by reference | Type reference (TYPE) | ESH_T_INT_TABLE_BLUEPRINT | Blueprint for table | 20080804 | ||
2 | ![]() |
IV_BLUEPRINT_INDEX | Call by reference | Type reference (TYPE) | I | Index of header entry in blueprint | 20081117 | ||
3 | ![]() |
RR_DATADESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Data description object | 20080804 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Integration Exception | 20080804 | |
2 | ![]() |
Exception when Creating a Structure Type | 20080804 | |
3 | ![]() |
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 | ![]() |
IT_BLUEPRINT | Call by reference | Type reference (TYPE) | ESH_T_INT_TABLE_BLUEPRINT | Blueprint for table | 20080728 | ||
2 | ![]() |
RR_DATA_REF | Value transfer | Object reference (TYPE REF TO) | DATA | Reference to dynamic data object | 20080729 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Integration Exception | 20080728 | |
2 | ![]() |
System-Exception Creating Data | 20080728 | |
3 | ![]() |
Exception when Creating a Structure Type | 20080728 | |
4 | ![]() |
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 | ![]() |
IV_PARENT_KEY | Call by reference | Type reference (TYPE) | ESH_E_INT_KEY | Parent key | 20080729 | ||
2 | ![]() |
IX_DATA | Call by reference | Type reference (TYPE) | DATA | Any data object | 20080728 | ||
3 | ![]() |
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 | ![]() |
CX_DATA_TARGET | Call by reference | Type reference (TYPE) | ANY | 20081007 | |||
2 | ![]() |
IT_BLUEPRINT_SOURCE | Call by reference | Type reference (TYPE) | ESH_T_INT_TABLE_BLUEPRINT | Blueprint for table | 20080730 | ||
3 | ![]() |
IT_BLUEPRINT_TARGET | Call by reference | Type reference (TYPE) | ESH_T_INT_TABLE_BLUEPRINT | Blueprint for table | 20080730 | ||
4 | ![]() |
IV_COMPONENT | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20080730 | ||
5 | ![]() |
IV_ENTRY_KEY | Value transfer | Type reference (TYPE) | ESH_E_INT_KEY | Key | 20080730 | ||
6 | ![]() |
IX_DATA_SOURCE | Call by reference | Type reference (TYPE) | ANY | 20080731 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Integration Exception | 20080730 |
Method MOVE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_DATA_TARGET | Call by reference | Object reference (TYPE REF TO) | DATA | 20081007 | |||
2 | ![]() |
IR_DATA_SOURCE | Call by reference | Object reference (TYPE REF TO) | DATA | 20080731 | |||
3 | ![]() |
IT_BLUEPRINT_SOURCE | Call by reference | Type reference (TYPE) | ESH_T_INT_TABLE_BLUEPRINT | Blueprint for table | 20080730 | ||
4 | ![]() |
IT_BLUEPRINT_TARGET | Call by reference | Type reference (TYPE) | ESH_T_INT_TABLE_BLUEPRINT | Blueprint for table | 20080730 | ||
5 | ![]() |
IV_ENTRY_LEVEL | Call by reference | Type reference (TYPE) | ESH_E_INT_KEY | Key | 20080730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Integration Exception | 20080730 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 712 |