I_PROCMTEMPLOYEEUSERDETAILS

CDS View

CDS view for Procurement Employee Details

I_PROCMTEMPLOYEEUSERDETAILS is a CDS View in S/4HANA. CDS view for Procurement Employee Details. It contains 2 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
C_SSPReqnConfiguration view from CONSUMPTION SSP UI configuration
I_PurReqnCoOfAuthor view from COMPOSITE Company of Author in SSP PR
I_Usercatalogs view inner COMPOSITE CDS View for User Catalog
I_Usercatalogswithdraft view inner COMPOSITE BO view for catalogs
I_UserDefaultSetting view inner COMPOSITE User Defaults CDS View
I_UserDefaultSettingItem view inner COMPOSITE Item View for user setting
I_UserRequisitioningGroupsWD view inner COMPOSITE BO View for Requisitioning Groups

Fields (2)

KeyField CDS FieldsUsed in Views
KEY UserID Employee,UserID 2
FullName FullName 1

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.

-- CDS view for Procurement Employee Details
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PROCMTEMPLOYEEUSERDETAILS (
    USERID,
    FULLNAME,
    PRIMARY KEY (USERID)
);