USC_COMM_TYPES SAP (Default Communication Types for Contact Categories) Table details

Dictionary Type: Table
Description: Default Communication Types for Contact Categories




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




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

USC_COMM_TYPES is a standard SAP Table which is used to store Default Communication Types for Contact Categories data and is available within R/3 SAP systems depending on the version and release level.

The USC_COMM_TYPES table consists of various fields, each holding specific information or linking keys about Default Communication Types for Contact Categories data available in SAP. These include CATEGORY (SRM Contact: Category of Contact), COMM_TYPE (Communication Type in Stakeholder Contacts), PRIORITY (SRM Contacts: Priority of a Communication Type).. 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: Not classified


SAP USC_COMM_TYPES 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
CATEGORYSRM Contact: Category of Contact USC_Y_CONT_CATEGORYCHAR1USC_CONT_CATEGORY
COMM_TYPECommunication Type in Stakeholder Contacts USC_Y_COMM_TYPECHAR3USC_COMM_TYPE
PRIORITYSRM Contacts: Priority of a Communication Type USC_Y_COMM_PRIONUMC1USS_PRIORITY

Key field Non-key field



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

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

SELECT SINGLE *
FROM USC_COMM_TYPES
INTO CORRESPONDING FIELDS OF WA_USC_COMM_TYPES
WHERE...

How to access SAP table USC_COMM_TYPES

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