SAP ABAP Class CL_ESH_TAU_GEN_TOOLS_IMP_EXP (Tools for Import/Export of Generic Software Components)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_TST_AUTOMATION (Package) Test Automation
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 OLE2 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 SC_COLUMN_SEPARATOR Constant Public Type reference (TYPE) STRING '|||' 20100305
2 SC_DATA_FORMAT_CONCAT_VALUE Constant Public Type reference (TYPE) STRING 'CONCATENATED_CELL_VALUES' 20100319
3 SC_DATA_FORMAT_HTML Constant Public Type reference (TYPE) STRING 'HTML' 20100319
4 SC_DATA_FORMAT_XML Constant Public Type reference (TYPE) STRING 'XML' 20100710
5 SC_MIME_TYPE_EXCEL Constant Public Type reference (TYPE) STRING 'application/excel' 20100325
6 SC_MIME_TYPE_PDF Constant Public Type reference (TYPE) STRING 'application/pdf' 20100325
7 SC_MIME_TYPE_PLAIN_TEXT Constant Public Type reference (TYPE) STRING 'text/plain' 20100325
8 SC_MIME_TYPE_POWERPOINT Constant Public Type reference (TYPE) STRING 'application/vnd.ms-powerpoint' 20100325
9 SC_MIME_TYPE_WORD Constant Public Type reference (TYPE) STRING 'application/msword' 20100325
10 SC_MIME_TYPE_XML Constant Public Type reference (TYPE) STRING 'application/xml' 20100710
11 SC_STEP_CREATE_CONNECTOR Constant Public Type reference (TYPE) STRING 'CREATE_CONNECTOR' 20100317
12 SC_STEP_IMPORT_SWC Constant Public Type reference (TYPE) STRING 'IMPORT_SWC' 20100317
13 SC_STEP_INDEX_CONNECTOR Constant Public Type reference (TYPE) STRING 'INDEXING' 20100317
14 SC_STEP_UPLOAD Constant Public Type reference (TYPE) STRING 'UPLOAD' 20100317
15 SV_LOCAL_CONNECTION_GUID Static Attribute Private Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20100315
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CONNECTORS_EXIST Static method Private Method 20100315
2 CHECK_FOR_BACKEND_NAVIGATION Static method Private Method 20100311
3 CHECK_FOR_IMAGE Static method Private Method 20100311
4 CHECK_FOR_INT_NAV Static method Private Method 20100311
5 CHECK_FOR_TEXT Static method Private Method 20100311
6 CHECK_SWC_EXIST Static method Private Method 20100315
7 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20100315
8 CONVERT_STRING_TO_ID Static method Public Method 20100305
9 CONVERT_TABLE_DATA_CONCAT_VAL Static method Private Method 20100319
10 CONVERT_TABLE_DATA_HTML Static method Private Method 20100319
11 CONVERT_TABLE_DATA_XML Static method Private Method 20100710
12 CONVERT_TO_ESH_DESCRIPTION Static method Private Method 20100305
13 CREATE_CONNECTORS Static method Public Method Create connectors 20100305
14 GET_INITIAL_SWC_METADATA Static method Public Method 20100325
15 GET_MIME_TYPE Static method Public Method 20100324
16 GET_MODEL_GUID_FOR_LOGSYS Static method Protected Method 20100317
17 GET_PROGRESS_STATUS Static method Public Method 20100317
18 GET_SW_COMP Static method Public Method 20100314
19 GET_SW_COMPONENT_ID Static method Public Method 20100314
20 HAS_NO_DATA Static method Private Method 20100710
21 IMPORT_SWC Static method Public Method Import software component to ESH modeler 20100305
22 INDEX_CONNECTORS Static method Public Method Index connectors 20100305
23 IS_IMAGE Static method Private Method 20100311
24 IS_NAVIGATION_URL Static method Private Method 20100312
25 READ_SPREADSHEET_DATA_DB Static method Public Method 20100304
26 READ_SWC_METADATA_DB Static method Public Method 20100304
27 READ_XML_METADATA Static method Public Method 20100710
28 SUGGEST_SWC_METADATA Static method Public Method 20100304
29 UPDATE_SPREADSHEET_DATA Static method Public Method Write spreadsheet data to database (buffer) 20100308
30 WRITE_SWC_METADATA_DB Static method Public Method 20100304
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 Importing IT_OBJECT_TYPES Call by reference Type reference (TYPE) ESH_T_OM_OBJECT_TYPE_NAMES Table of Object Types 20100315
2 Importing IV_SOFTWARE_COMPONENT_ID Call by reference Type reference (TYPE) ESH_E_OM_SYSREL Software Component 20100315
3 Returning RV_MISSING_CONNECTORS Value transfer Type reference (TYPE) STRING 20100315
# Exception Resumable Description Created on
1 CX_ESH_TAU_GEN 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 Importing IT_SPREADSHEET_DATA Call by reference Type reference (TYPE) ESH_TAU_S_SPREADSHEET Spreadsheed Data 20100311
2 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) ESH_E_OM_NODE_FIELD Node Field 20100311
3 Returning 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 Importing IT_SPREADSHEET_DATA Call by reference Type reference (TYPE) ESH_TAU_S_SPREADSHEET Spreadsheed Data 20100311
2 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) ESH_E_OM_NODE_FIELD Node Field 20100311
3 Returning 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 Importing IT_SPREADSHEET_DATA Call by reference Type reference (TYPE) ESH_TAU_S_SPREADSHEET Spreadsheed Data 20100311
2 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) ESH_E_OM_NODE_FIELD Node Field 20100311
3 Returning 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 Importing IT_SPREADSHEET_DATA Call by reference Type reference (TYPE) ESH_TAU_S_SPREADSHEET Spreadsheed Data 20100311
2 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) ESH_E_OM_NODE_FIELD 20100311
3 Returning 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 Importing IV_SOFTWARE_COMPONENT_ID Call by reference Type reference (TYPE) ESH_E_OM_SYSREL Software Component 20100315
2 Returning 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 Importing IV_STRING Call by reference Type reference (TYPE) STRING 20100305
2 Returning 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 Importing IT_GEN_SWC_DATA Call by reference Type reference (TYPE) TT_GEN_SWC_DATA 20100319
2 Returning 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 Importing IV_HTML Call by reference Type reference (TYPE) STRING 20100319
2 Returning RS_SPREADSHEET_DATA Value transfer Type reference (TYPE) ESH_TAU_S_SPREADSHEET Spreadsheed Data 20100319
# Exception Resumable Description Created on
1 CX_ESH_TAU_GEN 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 Importing IV_DATA_X Call by reference Type reference (TYPE) XSTRING 20100710
2 Returning RS_SPREADSHEET_DATA Value transfer Type reference (TYPE) ESH_TAU_S_SPREADSHEET 20100710
# Exception Resumable Description Created on
1 CX_ESH_TAU_GEN 20100710

Method CONVERT_TO_ESH_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DESCRIPTION Call by reference Type reference (TYPE) ESH_S_IF_DCB_MODEL Model data 20100314
2 Importing IS_SWC_METADATA Call by reference Type reference (TYPE) ESH_TAU_S_GEN_SWC_DESC Metadata of a Generic Search Template 20100305
3 Importing IV_POSTFIX Call by reference Type reference (TYPE) STRING 20100308
4 Importing IV_PREFIX Call by reference Type reference (TYPE) STRING 20100308
5 Importing 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 Importing IT_OBJECT_TYPES Call by reference Type reference (TYPE) ESH_T_OM_OBJECT_TYPE_NAMES Table of Object Types 20100315
2 Importing IV_SOFTWARE_COMPONENT_ID Call by reference Type reference (TYPE) ESH_E_OM_SYSREL Software Component 20100315
# Exception Resumable Description Created on
1 CX_ESH_TAU_GEN 20100315

Method GET_INITIAL_SWC_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ICON_ID Call by reference Type reference (TYPE) ESH_E_OM_WEB_ICON Icon 20100325
2 Importing IV_SW_COMPONENT_ID Call by reference Type reference (TYPE) ESH_E_OM_SYSREL Software Component 20100325
3 Importing IV_SW_COMPONENT_STEXT Call by reference Type reference (TYPE) ESH_E_OM_DESCRIPTION Descriptions 20100325
4 Returning 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 CX_ESH_TAU_GEN 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 Importing IV_FILE_NAME Call by reference Type reference (TYPE) STRING 20100324
2 Returning 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 Importing IV_SOFTWARE_COMPONENT_ID Call by reference Type reference (TYPE) ESH_E_OM_SYSREL Software Component 20100317
2 Returning 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 Exporting ET_MESSAGES Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20100317
2 Exporting EV_STEP_FINISHED Call by reference Type reference (TYPE) ABAP_BOOL 20100317
3 Exporting EV_STOP Call by reference Type reference (TYPE) ABAP_BOOL 20100317
4 Importing IV_FILE_NAME Call by reference Type reference (TYPE) STRING 20100325
5 Importing IV_SOFTWARE_COMPONENT_ID Call by reference Type reference (TYPE) ESH_E_OM_SYSREL Software Component 20100317
6 Importing IV_STEP Call by reference Type reference (TYPE) STRING 20100317
# Exception Resumable Description Created on
1 CX_ESH_TAU_GEN 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 Exporting ES_SW_COMP Call by reference Type reference (TYPE) ESH_S_IF_DP_SW_COMP Software component details 20100314
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20100314
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Language according to ISO 639 20100314
4 Importing 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 Returning 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 Importing IT_ROW_VALUES Call by reference Type reference (TYPE) TS_ROW 20100710
2 Returning 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 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20100305
2 Importing IV_SOFTWARE_COMPONENT_ID Call by reference Type reference (TYPE) ESH_E_OM_SYSREL Software Component 20100315
# Exception Resumable Description Created on
1 CX_ESH_TAU_GEN Test Automation 20100315

Method INDEX_CONNECTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECT_TYPES Call by reference Type reference (TYPE) ESH_T_OM_OBJECT_TYPE_NAMES Table of Object Types 20100315
2 Importing IV_FORCE_FULL_INDEXING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100305
3 Importing IV_SOFTWARE_COMPONENT_ID Call by reference Type reference (TYPE) ESH_E_OM_SYSREL Software Component 20100315
# Exception Resumable Description Created on
1 CX_ESH_TAU_GEN Test Automation 20100315

Method IS_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_URL Call by reference Type reference (TYPE) STRING 20100311
2 Returning 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 Importing IV_URL Call by reference Type reference (TYPE) STRING 20100312
2 Returning 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 Importing IV_OBJECT_TYPE_ID Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE 20100710
2 Importing IV_SW_COMPONENT_ID Call by reference Type reference (TYPE) ESH_E_OM_SYSREL Software Component 20100314
3 Returning RS_SPREADSHEET_DATA Value transfer Type reference (TYPE) ESH_TAU_S_SPREADSHEET Spreadsheed Data 20100305
# Exception Resumable Description Created on
1 CX_ESH_TAU_GEN 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 Importing IV_SW_COMPONENT_ID Call by reference Type reference (TYPE) ESH_E_OM_SYSREL Software Component 20100314
2 Returning 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 Importing IV_OBJECT_TYPE_ID Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE 20100710
2 Importing IV_SW_COMPONENT_ID Call by reference Type reference (TYPE) ESH_E_OM_SYSREL 20100710
3 Returning RS_META_DATA Value transfer Type reference (TYPE) ESH_TAU_S_SPREADSHEET 20100710
# Exception Resumable Description Created on
1 CX_ESH_TAU_GEN 20100710

Method SUGGEST_SWC_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ICON_ID Call by reference Type reference (TYPE) ESH_E_OM_WEB_ICON Icon 20100304
2 Importing IV_OBJECT_TYPE_ID Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE 20100710
3 Importing IV_SW_COMPONENT_ID Call by reference Type reference (TYPE) ESH_E_OM_SYSREL Software Component 20100314
4 Importing IV_SW_COMPONENT_STEXT Call by reference Type reference (TYPE) ESH_E_OM_DESCRIPTION Descriptions 20100314
5 Returning 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 CX_ESH_TAU_GEN 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 Importing IT_DOC_HTML Call by reference Type reference (TYPE) TREXT_RESULT_DOCS Result documents 20100318
2 Importing IV_DOC_RAW Call by reference Type reference (TYPE) XSTRING 20100710
3 Importing IV_HEADER Call by reference Type reference (TYPE) STRING 20100308
4 Importing IV_LINE_DATA Call by reference Type reference (TYPE) STRING 20100308
5 Importing IV_LINE_NUMBER Call by reference Type reference (TYPE) INT4 Natural number 20100308
6 Importing IV_OBJECT_TYPE_ID Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE 20100710
7 Importing 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 Exporting ES_DESCRIPTION Call by reference Type reference (TYPE) ESH_S_IF_DCB_MODEL 20100710
2 Importing IS_SWC_METADATA Call by reference Type reference (TYPE) ESH_TAU_S_GEN_SWC_DESC Metadata of a Generic Search Template 20100305
3 Importing IV_CONVERT_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100710
# Exception Resumable Description Created on
1 CX_ESH_TAU_GEN Generic Software Component Import 20100322
History
Last changed by/on SAP  20110908 
SAP Release Created in 730