USS_STH_COVER SAP (SEM-SRM: Relationship Stakeholder and Coverage) Table details

Dictionary Type: Table
Description: SEM-SRM: Relationship Stakeholder and Coverage




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




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

USS_STH_COVER is a standard SAP Table which is used to store SEM-SRM: Relationship Stakeholder and Coverage data and is available within R/3 SAP systems depending on the version and release level.

The USS_STH_COVER table consists of various fields, each holding specific information or linking keys about SEM-SRM: Relationship Stakeholder and Coverage data available in SAP. These include SRM_PARTNER (Stakeholder), COVERAGE (Coverage of the Stakeholder), SYS_STATUS (SRM: Status of Tables), CRUSR (User who created the object).. 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 USS_STH_COVER 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
SRM_PARTNERStakeholder USS_Y_SRM_PARTNERCHAR10USS_STAKEHOLDERALPHABU_PARTNERBPABUPA_SRM
COVERAGECoverage of the Stakeholder USS_Y_COVERAGECHAR3USS_COVERAGEUSS_CHAR3
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 USS_STH_COVER using ABAP code

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

SELECT SINGLE *
FROM USS_STH_COVER
INTO CORRESPONDING FIELDS OF WA_USS_STH_COVER
WHERE...

How to access SAP table USS_STH_COVER

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