_CREATEDBY

_CREATEDBY is an SAP database table in S/4HANA. It contains 3 fields.

Fields (3)

KeyField CDS FieldsUsed in Views
description created_by 2
FullName CREATED_BY,CREATED_BY_NAME,CreatedByName,CreatedByUserDescription,CreatedByUserFullName,CreatedByUserName,FullName,MaterialPriceCreatedByUserName,UserDescription 22
UserDescription createdByDescr,CreatedByDescription,CreatedByUserDescription,CreatedByUserFullName,CreatedByUserName,IHBAccountCreatedByUserText,IHBEndOfDayProcessUserName,userDescription 61

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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _CREATEDBY (
    DESCRIPTION,
    FULLNAME,
    USERDESCRIPTION
);