USMD004C SAP (Generated Structures) Table details

Dictionary Type: Table
Description: Generated Structures




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




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

USMD004C is a standard SAP Table which is used to store Generated Structures data and is available within R/3 SAP systems depending on the version and release level.

The USMD004C table consists of various fields, each holding specific information or linking keys about Generated Structures data available in SAP. These include USMD_ENTITY (Entity Type), USMD_STRUC_USAGE (Where-Used List of Structure), USMD_NAMESPACE (Prefix/Namespace), USMD_STRUCTURE (Name of Structure).. 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: Can be enhanced (character-type)


SAP USMD004C 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_MODELData Model USMD_MODELCHAR2USMD001CUSMD_MODEL
USMD_ENTITYEntity Type USMD_ENTITYCHAR9USMD0020USMD_ENTITY
USMD_STRUC_USAGEWhere-Used List of Structure USMD_STRUC_USAGENUMC2USMD_STRUC_USAGE
USMD_NAMESPACEPrefix/Namespace USMD_NAMESPACECHAR10USMD_NAMESPACE
USMD_STRUCTUREName of Structure USMD_STRUCTURECHAR20USMD_STRUCTURE
USMD_STRUC_COUNTCounter for Structure USMD_STRUC_COUNTNUMC3NUMC3
USMD_DEVCLASSPackage for Structure Generation USMD_DEVCLASSCHAR30Assigned to domainDEVCLASS

Key field Non-key field



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

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

SELECT SINGLE *
FROM USMD004C
INTO CORRESPONDING FIELDS OF WA_USMD004C
WHERE...

How to access SAP table USMD004C

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