CHARVALUE

CHARVALUE is an SAP database table in S/4HANA. It contains 7 fields.

Fields (7)

KeyField CDS FieldsUsed in Views
KEY ClfnObjectID ClfnObjectID 1
SupplierIsEmpowering SupplierIsEmpowering 1
SupplierIsEnterpriseDeveloped SupplierIsEnterpriseDeveloped 1
SupplierRecognitionLevel SupplierRecognitionLevel 1
SupplierTurnoverLevel SupplierTurnoverLevel 1
ZA_OrgIsEligibleToBBBEE030 ZA_OrgIsEligibleToBBBEE030 1
ZA_OrgIsEligibleToBBBEE050 ZA_OrgIsEligibleToBBBEE050 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CHARVALUE (
    CLFNOBJECTID,
    SUPPLIERISEMPOWERING,
    SUPPLIERISENTERPRISEDEVELOPED,
    SUPPLIERRECOGNITIONLEVEL,
    SUPPLIERTURNOVERLEVEL,
    ZA_ORGISELIGIBLETOBBBEE030,
    ZA_ORGISELIGIBLETOBBBEE050,
    PRIMARY KEY (CLFNOBJECTID)
);