TREXS_BULK_SEARCH_INPUT SAP (input parameters for bulk search) Structure details

Dictionary Type: Structure
Description: input parameters for bulk search




ABAP Code to SELECT data from TREXS_BULK_SEARCH_INPUT
Related tables to TREXS_BULK_SEARCH_INPUT
Access table TREXS_BULK_SEARCH_INPUT




Structure field list including key, data, relationships and ABAP select examples

TREXS_BULK_SEARCH_INPUT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "input parameters for bulk search" 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_TREXS_BULK_SEARCH_INPUT TYPE TREXS_BULK_SEARCH_INPUT.

The TREXS_BULK_SEARCH_INPUT table consists of various fields, each holding specific information or linking keys about input parameters for bulk search data available in SAP. These include RFC_DESTINATION (RFC destination to TREX), RESULT_FROM (), RESULT_TO (), QUERY_ENTRIES ().. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP TREXS_BULK_SEARCH_INPUT structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
INDEXES 0
RFC_DESTINATIONRFC destination to TREX TREXD_RFCDESTCHAR32Assigned to domainRFCDESTH_RFCDEST_T
RESULT_FROM 0
RESULT_TO 0
QUERY_ENTRIES 0
SORT_ATTRIBUTES 0
REQ_ATTRIBUTES 0
COMP_DESCR 0
FREESTYLE_SEARCH_ATTRIBUTES 0
FREESTYLE_SEARCH_ATTRIBUTES2 0
REQUESTED_RESULTS 0
COUNT_ONLYSingle-Character Indicator CHAR1CHAR1CHAR1
HINTS 0
HINTS_LONG 0
PLACEHOLDERS 0
SWITCH_ON_TRACETwo digit number NUMC2NUMC2NUMC2
TRACE_COMPONENTS128 character CHAR128CHAR128CHAR128
REQUESTED_LANGUAGES 0
REQUEST_FLAGSNumeric Character Field, Length 10 NUMC10NUMC10NUMC10
REQUEST_FLAGS_L 0
RESULT_INDEX_NAMEIndex Id TREXD_INDEX_IDCHAR64TREXD_INDEX_ID
GNAV_ATTRIBUTES 0
NUM_BEST_GNAV_ATTRIBUTESNatural Number INT4INT410INT4
ATTR_DIST_GLOBAL 0
OPT_NUM_VALUES Optimal number of values0
MAX_NUM_VALUES Maxiumum number of return values0
ATTR_DIST_DEFINITION 0
QUERY_IDQuery Id TREXD_QUERY_IDCHAR30
KEY_FIGURES 0
LOCALECharacter field, length 64 CHAR64CHAR64CHAR64
MAX_DURATION 0
TABLE_FOR_ALL_ENTRIES 0
HAVING_FILTER 0
DISTINCT_SCOPE 0
COMMIT_IDTransaction ID TREXD_TRANSACTION_IDNUMC20
TIME_OUT time out value for each search call (second)0
SNIPPET_ATTRIBUTES 0

Key field Non-key field



How do I retrieve data from SAP structure TREXS_BULK_SEARCH_INPUT using ABAP code?

As TREXS_BULK_SEARCH_INPUT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TREXS_BULK_SEARCH_INPUT as there is no data to select.

How to access SAP table TREXS_BULK_SEARCH_INPUT

Within an ECC or HANA version of SAP you can also view further information about TREXS_BULK_SEARCH_INPUT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!