USOBHASH

Transparent Table System Table (transport)

Hashwerte für Berechtigungsvorschlagswerte einer Anwendung

USOBHASH is an SAP database table in S/4HANA. Hashwerte für Berechtigungsvorschlagswerte einer Anwendung. It contains 7 fields. 18 CDS views read from this table.

CDS Views using this table (18)

ViewTypeJoinVDMDescription
I_Scbo_Service_And_Ui view left_outer Service and UI of custom business object
P_SU2X_HASH_TADIR view left_outer Zuordnung zwischen OBJ_NAME in USOBHASH und TADIR
P_SU2X_HEAD_HS view from Kopfdaten zu Vorschlagswerten für Externe Services
P_SU2X_HEAD_HT view from Kopfdaten zu Vorschlagswerten für TADIR-Services
P_SU2X_HEAD_SUCO view left_outer Kopfdaten von Varianten zu Vorschlagswerten
P_SU2X_HT_HEAD view from SU2X-Kopfdaten zu TADIR-Services
P_SU2X_LIST_WITH_SUCO view inner Liste von Anwendungen mit Vorschlagsvarianten
P_SU2X_LIST_WITH_SUCO view union_all Liste von Anwendungen mit Vorschlagsvarianten
RSAU_APP_STAT_CUI view left_outer Security Audit Log - Get CUI Events for Statistic
RSAU_APP_STAT_EXCL view inner SAL Application Statistic - Excluded Applications
SU22_API_USOBHASH_HT view from Convert SU22 hash to name
SUIM_2X_HEAD_HT_SUCO view left_outer Get header data SU2X for def. variants
SUIM_2X_TEXTS view left_outer SU2X texts to application types
SUIM_2X_TEXTS_EEEC view from SU2X texts to application types (EEEC)
SUIM_2X_TEXTS_IWSV view from SU2X texts to application types (IWSV)
SUIM_2X_TEXTS_SICF view from SU2X texts to application types (SICF)
suim_2x_uhash_appl view_entity from SUIM | Resolved Appl. Names and Types
SUIM_AGR_DFL_HT view_entity inner SUIM | HT Auth. Defaults in Role Menu

Fields (7)

KeyField Data ElementDescription DomainTypeLength
KEY name xupname Name
KEY type usobtype Test status type
pgmid pgmid Program ID
object trobjtype Object Type
obj_name sobj_name Object Name
service_type ext_service Type of Ext. Service
service usobservice Ext. Service

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Hashwerte für Berechtigungsvorschlagswerte einer Anwendung
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE USOBHASH (
    NAME,          -- Name [xupname]
    TYPE,          -- Test status type [usobtype]
    PGMID,         -- Program ID [pgmid]
    OBJECT,        -- Object Type [trobjtype]
    OBJ_NAME,      -- Object Name [sobj_name]
    SERVICE_TYPE,  -- Type of Ext. Service [ext_service]
    SERVICE,       -- Ext. Service [usobservice]
    PRIMARY KEY (NAME, TYPE)
);