P_COMFPBILLING

CDS View

Fixed Plan Billing

P_COMFPBILLING is a CDS View in S/4HANA. Fixed Plan Billing. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_Comfpopenbillingplan view from BASIC Fixed Plan Open Billing Plan

Fields (6)

KeyField CDS FieldsUsed in Views
BillingDate BillingDate 1
dliid dliid 1
OrganizationDivision OrganizationDivision 1
ReferenceObjectID ReferenceObjectID 1
SalesOrder SalesOrder 1
SalesOrderItem SalesOrderItem 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.

-- Fixed Plan Billing
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_COMFPBILLING (
    BILLINGDATE,
    DLIID,
    ORGANIZATIONDIVISION,
    REFERENCEOBJECTID,
    SALESORDER,
    SALESORDERITEM
);