USS_STAKEHOLDER SAP (SEM-SRM: Specific Master Data of Stakeholder) Table details

Dictionary Type: Table
Description: SEM-SRM: Specific Master Data of Stakeholder




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




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

USS_STAKEHOLDER is a standard SAP Table which is used to store SEM-SRM: Specific Master Data of Stakeholder data and is available within R/3 SAP systems depending on the version and release level.

The USS_STAKEHOLDER table consists of various fields, each holding specific information or linking keys about SEM-SRM: Specific Master Data of Stakeholder data available in SAP. These include SRM_PARTNER (Stakeholder), SRM_POSIT (Position of Stakeholder), FIN_CENTER (Financial Center), SYS_STATUS (SRM: Status of Tables).. 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: Not classified


SAP USS_STAKEHOLDER 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_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA_SRM
SRM_POSITPosition of Stakeholder USS_Y_SRM_POSITCHAR2USS_SRM_POSITCHAR2
FIN_CENTERFinancial Center USS_Y_FIN_CENTERNUMC3USS_FIN_CENTERNUMC03
SYS_STATUSSRM: Status of Tables USS_Y_SYS_STATUSCHAR1USS_CHAR1
OBJTYPEKW Framework: IO type SKWF_IOTYCHAR1SKWF_IOTY
CLASSDocument class SDOK_CLASSCHAR10SDOKIOCLSDOK_CLASS
OBJIDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
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_STAKEHOLDER using ABAP code

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

SELECT SINGLE *
FROM USS_STAKEHOLDER
INTO CORRESPONDING FIELDS OF WA_USS_STAKEHOLDER
WHERE...

How to access SAP table USS_STAKEHOLDER

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