SSC_USMD120C SAP (SSC MDG Integration: Only used for F4 Help of Change Request) Table details

Dictionary Type: Table
Description: SSC MDG Integration: Only used for F4 Help of Change Request




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




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

SSC_USMD120C is a standard SAP Table which is used to store SSC MDG Integration: Only used for F4 Help of Change Request data and is available within R/3 SAP systems depending on the version and release level.

The SSC_USMD120C table consists of various fields, each holding specific information or linking keys about SSC MDG Integration: Only used for F4 Help of Change Request data available in SAP. These include USMD_CREQUEST (Change Request), USMD_CREQ_TEXT (SSC MDG Integration: Description), USMD_CREQ_TYPE (Type of Change Request), USMD_CREQ_STATUS (Status of Change Request).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP SSC_USMD120C 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 MANDTCLNT3T000MANDT
USMD_CREQUESTChange Request USMD_CREQUESTNUMC12USMD120CALPHAUSMD_CREQUEST
USMD_CREQ_TEXTSSC MDG Integration: Description SSC_MDG_DESCCHAR60TEXT60
USMD_CREQ_TYPEType of Change Request USMD_CREQUEST_TYPECHAR8USMD110CUSMD_CREQUEST_TYPE
USMD_CREQ_STATUSStatus of Change Request USMD_CREQUEST_STATUSCHAR2USMD130CUSMD_CREQUEST_STATUS
USMD_EDITIONEdition USMD_EDITIONCHAR10USMD020CALPHAUSMD_EDITION
USMD_DUE_DATEDue Date USMD_DUE_DATEDATS8USMD_DUE_DATE
USMD_PRIORITYPriority USMD_PRIORITYNUMC2USMD210CUSMD_PRIORITY
USMD_REASONReason USMD_REASONCHAR2USMD211CUSMD_REASON
USMD_REASON_REJReason for Rejection USMD_REASON_REJCHAR2USMD212CUSMD_REASON_REJ
USMD_CREATED_BYCreated By USMD_ENTITY_CREATED_BYCHAR12USR02XUBNAME
USMD_CREATED_ONSSC MDG Integration: Created On SSC_MDG_CREATED_ONDATS8DATS
USMD_CHANGED_BYChanged By USMD_ENTITY_CHANGED_BYCHAR12USR02XUBNAME
USMD_CHANGED_ONSSC MDG Integration: Changed On SSC_MDG_CHANGED_ONDATS8DATS
USMD_RELEASED_BYSSC MDG Integration: Finalized By SSC_MDG_FINALIZED_BYCHAR12USR02XUBNAME
USMD_RELEASED_ONSSC MDG Integration: Finalized On SSC_MDG_FINALIZED_ONDATS8DATS
FLG_NO_FINALIZEDSSC MDG Integration: No Finalized Change Requests SSC_MDG_NO_FINALIZED_CREQCHAR1XFELD
USMD_CREQ_STAT_TSSC MDG Integration: Text of Change Request Status SSC_MDG_CREQ_STATUS_TEXTCHAR40TEXT40
USMD_CREQ_TYPE_TSSC MDG Integration: Text of Change Request Type SSC_MDG_CREQ_TYPE_TEXTCHAR40TEXT40
USMD_CHANGEDBY_TSSC MDG Integration: Full Name of Changed By SSC_MDG_CHANGED_BY_DESCRCHAR80TEXT80

Key field Non-key field



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

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

SELECT SINGLE *
FROM SSC_USMD120C
INTO CORRESPONDING FIELDS OF WA_SSC_USMD120C
WHERE...

How to access SAP table SSC_USMD120C

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