Hierarchy
⤷
⤷
Properties
| Class | CL_ESH_TAU_GEN_TOOLS_IMP_EXP | |
| Short Description | Tools for Import/Export of Generic Software Components | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_TST_AUTOMATION | Test Automation |
| Created | 20100303 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no interface implemented.
Friends
Class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | '|||' | 20100305 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'CONCATENATED_CELL_VALUES' | 20100319 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'HTML' | 20100319 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'XML' | 20100710 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'application/excel' | 20100325 | |||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'application/pdf' | 20100325 | |||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'text/plain' | 20100325 | |||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'application/vnd.ms-powerpoint' | 20100325 | |||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'application/msword' | 20100325 | |||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'application/xml' | 20100710 | |||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'CREATE_CONNECTOR' | 20100317 | |||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'IMPORT_SWC' | 20100317 | |||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'INDEXING' | 20100317 | |||
| 14 | Constant | Public | Type reference (TYPE) | STRING | 'UPLOAD' | 20100317 | |||
| 15 | Static Attribute | Private | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20100315 |
Methods
Events
Class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_DI | Private | See coding | 20100710 | BEGIN OF ts_di,
databasedatastore_name TYPE string,
di_tables TYPE TABLE OF ts_di_table WITH DEFAULT KEY,
END OF ts_di
|
||
| 2 | TS_DI_COLUMN | Private | See coding | 20100710 | BEGIN OF ts_di_column,
name TYPE string,
description TYPE string,
datatype TYPE string,
precision TYPE string,
size TYPE string,
scale TYPE string,
END OF ts_di_column
|
||
| 3 | TS_DI_PRIMARY_KEY_COLUMN | Private | See coding | 20100710 | BEGIN OF ts_di_primary_key_column,
name TYPE string,
END OF ts_di_primary_key_column
|
||
| 4 | TS_DI_TABLE | Private | See coding | 20100710 | BEGIN OF ts_di_table,
name TYPE string,
description TYPE string,
di_columns TYPE TABLE OF ts_di_column WITH DEFAULT KEY,
di_primary_key_column TYPE TABLE OF ts_di_primary_key_column WITH DEFAULT KEY,
END OF ts_di_table
|
||
| 5 | TS_ROW | Private | See coding | 20100710 | ts_row TYPE TABLE OF string WITH DEFAULT KEY
|
||
| 6 | TT_GEN_SWC_DATA | Private | See coding | 20100319 | tt_gen_swc_data TYPE TABLE OF esh_gen_swc_data
|
||
| 7 | TT_ROW | Private | See coding | 20100710 | tt_row TYPE TABLE OF ts_row WITH DEFAULT KEY
|
Method Signatures
Method CHECK_CONNECTORS_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECT_TYPES | Call by reference | Type reference (TYPE) | ESH_T_OM_OBJECT_TYPE_NAMES | Table of Object Types | 20100315 | |||
| 2 | IV_SOFTWARE_COMPONENT_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20100315 | |||
| 3 | RV_MISSING_CONNECTORS | Value transfer | Type reference (TYPE) | STRING | 20100315 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic Software Component Import | 20100315 |
Method CHECK_FOR_BACKEND_NAVIGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SPREADSHEET_DATA | Call by reference | Type reference (TYPE) | ESH_TAU_S_SPREADSHEET | Spreadsheed Data | 20100311 | |||
| 2 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_NODE_FIELD | Node Field | 20100311 | |||
| 3 | RV_IS_BACKEND_NAVIGATION | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100311 |
Method CHECK_FOR_BACKEND_NAVIGATION on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method CHECK_FOR_IMAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SPREADSHEET_DATA | Call by reference | Type reference (TYPE) | ESH_TAU_S_SPREADSHEET | Spreadsheed Data | 20100311 | |||
| 2 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_NODE_FIELD | Node Field | 20100311 | |||
| 3 | RS_IS_IMAGE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100311 |
Method CHECK_FOR_IMAGE on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method CHECK_FOR_INT_NAV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SPREADSHEET_DATA | Call by reference | Type reference (TYPE) | ESH_TAU_S_SPREADSHEET | Spreadsheed Data | 20100311 | |||
| 2 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_NODE_FIELD | Node Field | 20100311 | |||
| 3 | RV_IS_INT_NAV | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100311 |
Method CHECK_FOR_INT_NAV on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method CHECK_FOR_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SPREADSHEET_DATA | Call by reference | Type reference (TYPE) | ESH_TAU_S_SPREADSHEET | Spreadsheed Data | 20100311 | |||
| 2 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_NODE_FIELD | 20100311 | ||||
| 3 | RV_IS_TEXT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100311 |
Method CHECK_FOR_TEXT on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method CHECK_SWC_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SOFTWARE_COMPONENT_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20100315 | |||
| 2 | RV_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100315 |
Method CHECK_SWC_EXIST on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method CONVERT_STRING_TO_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STRING | Call by reference | Type reference (TYPE) | STRING | 20100305 | ||||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20100305 |
Method CONVERT_STRING_TO_ID on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method CONVERT_TABLE_DATA_CONCAT_VAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_GEN_SWC_DATA | Call by reference | Type reference (TYPE) | TT_GEN_SWC_DATA | 20100319 | ||||
| 2 | RS_SPREADSHEET_DATA | Value transfer | Type reference (TYPE) | ESH_TAU_S_SPREADSHEET | Spreadsheed Data | 20100319 |
Method CONVERT_TABLE_DATA_CONCAT_VAL on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method CONVERT_TABLE_DATA_HTML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HTML | Call by reference | Type reference (TYPE) | STRING | 20100319 | ||||
| 2 | RS_SPREADSHEET_DATA | Value transfer | Type reference (TYPE) | ESH_TAU_S_SPREADSHEET | Spreadsheed Data | 20100319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic Software Component Import | 20100319 |
Method CONVERT_TABLE_DATA_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATA_X | Call by reference | Type reference (TYPE) | XSTRING | 20100710 | ||||
| 2 | RS_SPREADSHEET_DATA | Value transfer | Type reference (TYPE) | ESH_TAU_S_SPREADSHEET | 20100710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100710 |
Method CONVERT_TO_ESH_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_DESCRIPTION | Call by reference | Type reference (TYPE) | ESH_S_IF_DCB_MODEL | Model data | 20100314 | |||
| 2 | IS_SWC_METADATA | Call by reference | Type reference (TYPE) | ESH_TAU_S_GEN_SWC_DESC | Metadata of a Generic Search Template | 20100305 | |||
| 3 | IV_POSTFIX | Call by reference | Type reference (TYPE) | STRING | 20100308 | ||||
| 4 | IV_PREFIX | Call by reference | Type reference (TYPE) | STRING | 20100308 | ||||
| 5 | IV_PROVIDER_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_PROVIDER_ID | Provider ID | 20100308 |
Method CONVERT_TO_ESH_DESCRIPTION on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method CREATE_CONNECTORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECT_TYPES | Call by reference | Type reference (TYPE) | ESH_T_OM_OBJECT_TYPE_NAMES | Table of Object Types | 20100315 | |||
| 2 | IV_SOFTWARE_COMPONENT_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20100315 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100315 |
Method GET_INITIAL_SWC_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ICON_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_WEB_ICON | Icon | 20100325 | |||
| 2 | IV_SW_COMPONENT_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20100325 | |||
| 3 | IV_SW_COMPONENT_STEXT | Call by reference | Type reference (TYPE) | ESH_E_OM_DESCRIPTION | Descriptions | 20100325 | |||
| 4 | RS_METADATA | Value transfer | Type reference (TYPE) | ESH_TAU_S_GEN_SWC_DESC | Metadata of a Generic Search Template | 20100325 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic Software Component Import | 20100325 |
Method GET_MIME_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FILE_NAME | Call by reference | Type reference (TYPE) | STRING | 20100324 | ||||
| 2 | RV_MIME_TYPE | Value transfer | Type reference (TYPE) | STRING | 20100324 |
Method GET_MIME_TYPE on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method GET_MODEL_GUID_FOR_LOGSYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SOFTWARE_COMPONENT_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20100317 | |||
| 2 | RV_MODEL_GUID | Value transfer | Type reference (TYPE) | ESH_E_OM_MODEL_GUID | Model GUID | 20100317 |
Method GET_MODEL_GUID_FOR_LOGSYS on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method GET_PROGRESS_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Value transfer | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20100317 | |||
| 2 | EV_STEP_FINISHED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100317 | ||||
| 3 | EV_STOP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100317 | ||||
| 4 | IV_FILE_NAME | Call by reference | Type reference (TYPE) | STRING | 20100325 | ||||
| 5 | IV_SOFTWARE_COMPONENT_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20100317 | |||
| 6 | IV_STEP | Call by reference | Type reference (TYPE) | STRING | 20100317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic Software Component Import | 20100317 |
Method GET_SW_COMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_SW_COMP | Call by reference | Type reference (TYPE) | ESH_S_IF_DP_SW_COMP | Software component details | 20100314 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20100314 | |||
| 3 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | Language according to ISO 639 | 20100314 | |||
| 4 | IV_SW_COMP | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20100314 |
Method GET_SW_COMP on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method GET_SW_COMPONENT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SW_COMP | Value transfer | Type reference (TYPE) | ESH_E_IF_BACKEND_SW_COMP | Software Component Back-End Name | 20100314 |
Method GET_SW_COMPONENT_ID on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method HAS_NO_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ROW_VALUES | Call by reference | Type reference (TYPE) | TS_ROW | 20100710 | ||||
| 2 | RV_IS_INITIAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100710 |
Method HAS_NO_DATA on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method IMPORT_SWC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20100305 | |||
| 2 | IV_SOFTWARE_COMPONENT_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20100315 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Test Automation | 20100315 |
Method INDEX_CONNECTORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECT_TYPES | Call by reference | Type reference (TYPE) | ESH_T_OM_OBJECT_TYPE_NAMES | Table of Object Types | 20100315 | |||
| 2 | IV_FORCE_FULL_INDEXING | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100305 | |||
| 3 | IV_SOFTWARE_COMPONENT_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20100315 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Test Automation | 20100315 |
Method IS_IMAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_URL | Call by reference | Type reference (TYPE) | STRING | 20100311 | ||||
| 2 | RV_IS_IMAGE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100311 |
Method IS_IMAGE on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method IS_NAVIGATION_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_URL | Call by reference | Type reference (TYPE) | STRING | 20100312 | ||||
| 2 | RV_IS_NAV_URL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100312 |
Method IS_NAVIGATION_URL on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method READ_SPREADSHEET_DATA_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_TYPE_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | 20100710 | ||||
| 2 | IV_SW_COMPONENT_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20100314 | |||
| 3 | RS_SPREADSHEET_DATA | Value transfer | Type reference (TYPE) | ESH_TAU_S_SPREADSHEET | Spreadsheed Data | 20100305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic Software Component Import | 20100319 |
Method READ_SWC_METADATA_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SW_COMPONENT_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20100314 | |||
| 2 | RS_DESCRIPTION | Value transfer | Type reference (TYPE) | ESH_S_IF_DCB_MODEL | Model data | 20100312 |
Method READ_SWC_METADATA_DB on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method READ_XML_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_TYPE_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | 20100710 | ||||
| 2 | IV_SW_COMPONENT_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | 20100710 | ||||
| 3 | RS_META_DATA | Value transfer | Type reference (TYPE) | ESH_TAU_S_SPREADSHEET | 20100710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100710 |
Method SUGGEST_SWC_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ICON_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_WEB_ICON | Icon | 20100304 | |||
| 2 | IV_OBJECT_TYPE_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | 20100710 | ||||
| 3 | IV_SW_COMPONENT_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20100314 | |||
| 4 | IV_SW_COMPONENT_STEXT | Call by reference | Type reference (TYPE) | ESH_E_OM_DESCRIPTION | Descriptions | 20100314 | |||
| 5 | RS_METADATA | Value transfer | Type reference (TYPE) | ESH_TAU_S_GEN_SWC_DESC | Metadata of a Generic Search Template | 20100304 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic Software Component Import | 20100319 |
Method UPDATE_SPREADSHEET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DOC_HTML | Call by reference | Type reference (TYPE) | TREXT_RESULT_DOCS | Result documents | 20100318 | |||
| 2 | IV_DOC_RAW | Call by reference | Type reference (TYPE) | XSTRING | 20100710 | ||||
| 3 | IV_HEADER | Call by reference | Type reference (TYPE) | STRING | 20100308 | ||||
| 4 | IV_LINE_DATA | Call by reference | Type reference (TYPE) | STRING | 20100308 | ||||
| 5 | IV_LINE_NUMBER | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20100308 | |||
| 6 | IV_OBJECT_TYPE_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | 20100710 | ||||
| 7 | IV_SW_COMPONENT_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20100314 |
Method UPDATE_SPREADSHEET_DATA on class CL_ESH_TAU_GEN_TOOLS_IMP_EXP has no exception.
Method WRITE_SWC_METADATA_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DESCRIPTION | Call by reference | Type reference (TYPE) | ESH_S_IF_DCB_MODEL | 20100710 | ||||
| 2 | IS_SWC_METADATA | Call by reference | Type reference (TYPE) | ESH_TAU_S_GEN_SWC_DESC | Metadata of a Generic Search Template | 20100305 | |||
| 3 | IV_CONVERT_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic Software Component Import | 20100322 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |