USMD203C SAP (Stored Search Criteria (by User and Entity Type)) Table details

Dictionary Type: Table
Description: Stored Search Criteria (by User and Entity Type)




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




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

USMD203C is a standard SAP Table which is used to store Stored Search Criteria (by User and Entity Type) data and is available within R/3 SAP systems depending on the version and release level.

The USMD203C table consists of various fields, each holding specific information or linking keys about Stored Search Criteria (by User and Entity Type) data available in SAP. These include UNAME (User Name in User Master Record), MODEL (Data Model), ENTITY (Entity Type), USMD_SEARCH_MODE (Search Mode).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP USMD203C 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
UNAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
MODELData Model USMD_MODELCHAR2Assigned to domainUSMD_MODEL
ENTITYEntity Type USMD_ENTITYCHAR9Assigned to domainUSMD_ENTITY
USMD_SEARCH_MODESearch Mode USMD_SEARCH_MODECHAR2USMD_SEARCH_MODE
SEARCH_IDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
SEARCH_DESCRText of length 255 TXT255CHAR255SYCHAR255
QUERY_STRING 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM USMD203C
INTO CORRESPONDING FIELDS OF WA_USMD203C
WHERE...

How to access SAP table USMD203C

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