I_UTILSFACT

CDS View

Product Facts/Operand Mapping

I_UTILSFACT is a CDS View in S/4HANA. Product Facts/Operand Mapping. It contains 2 fields. 10 CDS views read from this table.

CDS Views using this table (10)

ViewTypeJoinVDMDescription
C_UtilsDiscount view inner CONSUMPTION Discount for UPIL Product
C_UtilsDiscountVH view from CONSUMPTION Discount for UPIL Product Type Value Help
C_UtilsOneTimeCharge view inner CONSUMPTION One Time Charge for UPIL Product
C_UtilsOneTimeChargeVH view from CONSUMPTION One Time Charges for UPIL Product Type Value Help
C_UtilsProductAttribute view inner CONSUMPTION Product attributes for UPIL Product
C_UtilsProductAttributeVH view from CONSUMPTION Product Attribute for UPIL Product Type Value Help
C_UtilsRecurringCharge view inner CONSUMPTION Recurring Price Blocks/Items for UPIL Product
C_UtilsRecurringChargeVH view from CONSUMPTION Recurring Charges for UPIL Product Type Value Help
C_UtilsUsageCharge view inner CONSUMPTION Usage Price Blocks/Items for UPIL Product
C_UtilsUsageChargeVH view from CONSUMPTION Usage Charges for UPIL Product Type Value Help

Fields (2)

KeyField CDS FieldsUsed in Views
UtilsSemanticsName1 UtilsSemanticsName1 2
UtilsSemanticsName2 UtilsSemanticsName2 2

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.

-- Product Facts/Operand Mapping
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_UTILSFACT (
    UTILSSEMANTICSNAME1,
    UTILSSEMANTICSNAME2
);