USMD600C SAP (Data Transfer / Variant: Check Table) Table details

Dictionary Type: Table
Description: Data Transfer / Variant: Check Table




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




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

USMD600C is a standard SAP Table which is used to store Data Transfer / Variant: Check Table data and is available within R/3 SAP systems depending on the version and release level.

The USMD600C table consists of various fields, each holding specific information or linking keys about Data Transfer / Variant: Check Table data available in SAP. These include USMD_MODEL (Data Model), USMD_TRVARI (Variant for Data Transfer), USMD_ENTITY (Entity Type), CREATED_BY (User Name in User Master Record).. 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: Can be enhanced (character-type or numeric)

Text table = USMD600T


SAP USMD600C 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
USMD_MODELData Model USMD_MODELCHAR2Assigned to domainUSMD_MODEL
USMD_TRVARIVariant for Data Transfer USMD_TRVARICHAR10USMD_TRVARI
USMD_ENTITYEntity Type USMD_ENTITYCHAR9Assigned to domainUSMD_ENTITY
CREATED_BYUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
CREATED_ATCreated On USMD_TSTAMP_CRDEC15TSTPSUSMD_TIMESTAMP
CHANGED_BYUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
CHANGED_ATChanged On USMD_TSTAMP_CHDEC15TSTPSUSMD_TIMESTAMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM USMD600C
INTO CORRESPONDING FIELDS OF WA_USMD600C
WHERE...

How to access SAP table USMD600C

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