USMD204C SAP (Search Applications: Definition) Table details

Dictionary Type: Table
Description: Search Applications: Definition




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




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

USMD204C is a standard SAP Table which is used to store Search Applications: Definition data and is available within R/3 SAP systems depending on the version and release level.

The USMD204C table consists of various fields, each holding specific information or linking keys about Search Applications: Definition data available in SAP. These include USMD_SEARCHCLASS (Access Class for Search), FREE_TEXT_SEARCH (Freeform Search Possible), FUZZY_SEARCH (Fuzzy Search Possible), COMPEX_SELECTION (Complex Selection).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = USMD204T


SAP USMD204C 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
USMD_SEARCH_MODESearch Mode USMD_SEARCH_MODECHAR2USMD_SEARCH_MODE
USMD_SEARCHCLASSAccess Class for Search USMD_SEARCH_CLASSCHAR30SEOCLSNAME
FREE_TEXT_SEARCHFreeform Search Possible USMD_FREE_TEXT_SEARCHCHAR1USMD_FLG
FUZZY_SEARCHFuzzy Search Possible USMD_FUZZY_SEARCHCHAR1USMD_FLG
COMPEX_SELECTIONComplex Selection USMD_COMPLEX_SELECTION_SUPCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM USMD204C
INTO CORRESPONDING FIELDS OF WA_USMD204C
WHERE...

How to access SAP table USMD204C

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