USC_CONTACT SAP (SRM Contact: Central Storage of Contacts) Table details

Dictionary Type: Table
Description: SRM Contact: Central Storage of Contacts




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




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

USC_CONTACT is a standard SAP Table which is used to store SRM Contact: Central Storage of Contacts data and is available within R/3 SAP systems depending on the version and release level.

The USC_CONTACT table consists of various fields, each holding specific information or linking keys about SRM Contact: Central Storage of Contacts data available in SAP. These include CONT_GUID (SRM Contact: GUID), CATEGORY (SRM Contact: Category of Contact), INITIATOR (Initiated by Own Company), CONT_DATE (Date).. 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: Cannot Be Enhanced

Text table = USC_CONT_TXT


SAP USC_CONTACT 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
CONT_GUIDSRM Contact: GUID USC_Y_GUIDCHAR32SYSUUID_C
CATEGORYSRM Contact: Category of Contact USC_Y_CONT_CATEGORYCHAR1USC_CONT_CATEGORY
INITIATORInitiated by Own Company USS_Y_INITIATORCHAR1USS_Y_INITIATOR
CONT_DATEDate USS_Y_DATEDATS8DATE
CONT_TIMETime USS_Y_TIMETIMS6TIME
CONT_STATUSSRM Contact: Status of the Contact USC_Y_CONT_STATUSCHAR1USC_CONT_STATUS
CONT_RESULTSRM Contact: Result of the Contact USC_Y_CONT_RESULTCHAR1USC_CONT_RESULT
CONT_PERSONStakeholder USS_Y_SRM_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA_SRM
RESP_PERSONSRM Contact: Responsible Person USC_Y_UNAMECHAR12USNAM
PRIORITYPriority of the Contact USC_Y_PRIORITYCHAR1USC_PRIORITY
SENSITIVITYSensitivity of the Contact USC_Y_SENSITIVITYCHAR1SO_OBJ_SNS
SYS_STATUSSRM: Status of Tables USS_Y_SYS_STATUSCHAR1USS_CHAR1
CRUSRUser who created the object BU_CRUSRCHAR12USNAM
CRDATDate on which the object was created BU_CRDATDATS8DATUM
CRTIMTime at which the object was created BU_CRTIMTIMS6UZEIT
CHUSRLast user to change object BU_CHUSRCHAR12USNAM
CHDATDate when object was last changed BU_CHDATDATS8DATUM
CHTIMTime at which object was last changed BU_CHTIMTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM USC_CONTACT
INTO CORRESPONDING FIELDS OF WA_USC_CONTACT
WHERE...

How to access SAP table USC_CONTACT

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