CVSE_INDX_FIELDS SAP (Index fields for search engine index) Table details

Dictionary Type: Table
Description: Index fields for search engine index




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




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

CVSE_INDX_FIELDS is a standard SAP Table which is used to store Index fields for search engine index data and is available within R/3 SAP systems depending on the version and release level.

The CVSE_INDX_FIELDS table consists of various fields, each holding specific information or linking keys about Index fields for search engine index data available in SAP. These include SEARCH_APPL (Application for search using search engine), TABNAME (Table Name), FIELDNAME (Field Name), TABFDPOS (Position of the field in the table).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CVSE_INDX_FIELDS table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SEARCH_APPLApplication for search using search engine CVSE_SEARCH_APPLCHAR20CHAR20
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TABFDPOSPosition of the field in the table TABFDPOSNUMC4AS4POS

Key field Non-key field



How do I retrieve data from SAP table CVSE_INDX_FIELDS using ABAP code

The following ABAP code Example will allow you to do a basic selection on CVSE_INDX_FIELDS to SELECT all data from the table
DATA: WA_CVSE_INDX_FIELDS TYPE CVSE_INDX_FIELDS.

SELECT SINGLE *
FROM CVSE_INDX_FIELDS
INTO CORRESPONDING FIELDS OF WA_CVSE_INDX_FIELDS
WHERE...

How to access SAP table CVSE_INDX_FIELDS

Within an ECC or HANA version of SAP you can also view further information about CVSE_INDX_FIELDS 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!