I_BILLABLECONTROLTEXT

CDS View

Billable Control - Text

I_BILLABLECONTROLTEXT is a CDS View in S/4HANA. Billable Control - Text. It contains 2 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_SrvcBillableItemVH view from CONSUMPTION Value Help for Billable Control
C_SrvcBillableItemVH_2 view_entity from CONSUMPTION Billable Control
P_SRVCBillableControl view from CONSUMPTION Billable Control

Fields (2)

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

-- Billable Control - Text
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BILLABLECONTROLTEXT (
    BILLABLECONTROL,
    BILLABLECONTROLNAME,
    PRIMARY KEY (BILLABLECONTROL)
);