I_CRUSERSTATUSPROFIELD

CDS View

User Status Field

I_CRUSERSTATUSPROFIELD is a CDS View in S/4HANA. User Status Field. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_UserStatusVH view from BASIC Value help for user status

Fields (2)

KeyField CDS FieldsUsed in Views
KEY ChangeRecordStatusProfile ChangeRecordStatusProfile 1
KEY ChangeRecordType ChangeRecordType 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.

-- User Status Field
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CRUSERSTATUSPROFIELD (
    CHANGERECORDSTATUSPROFILE,
    CHANGERECORDTYPE,
    PRIMARY KEY (CHANGERECORDSTATUSPROFILE, CHANGERECORDTYPE)
);