VFCLM_BAM_DDL_USERFULLNAME

CDS View

User full name view

VFCLM_BAM_DDL_USERFULLNAME is a CDS View in S/4HANA. User full name view. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
VFCLM_BAM_DDL_ACCOUNTINAPPROC2 view left_outer Second view for Account in Request

Fields (1)

KeyField CDS FieldsUsed in Views
name_text company_contact_name,created_by_name,lastchged_by_name,reviewed_by_name 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 full name view
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE VFCLM_BAM_DDL_USERFULLNAME (
    NAME_TEXT
);