ESH_S_SEARCH_CONNECTOR_REQUEST is an SAP Structure so does not store data like a database table does but can be used to process "Search Connector Request" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_ESH_S_SEARCH_CONNECTOR_REQUEST TYPE ESH_S_SEARCH_CONNECTOR_REQUEST .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
CONNECTOR_REQUEST_ID | STRING | |||||
CONNECTOR_REQUEST_DESCR | STRING |
Key field | |
Non-key field |
ESH_S_SEARCH_CONNECTOR_REQUEST - Search Connector Request ESH_S_SEARCH_CATEGORY - Search Category ESH_S_SCOPE_DISTRIBUTION_UI - Scope distribution for Narrow down in UI format ESH_S_RTI_RUNTIME_CALLBACK - Real-Time Indexing: Runtime Callback ESH_S_RTI_REG_CALLBACK - Real-Time Indexing: Registration Callback ESH_S_RSOAPPLT1 - Application component with text