I_MEASURINGPOINTLONGTEXT

CDS View

Measuring Point – Text

I_MEASURINGPOINTLONGTEXT is a CDS View in S/4HANA. Measuring Point – Text. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_MeasuringPointLongTextTP view_entity inner TRANSACTIONAL Measuring Point – Text

Fields (4)

KeyField CDS FieldsUsed in Views
MeasuringPointLongText MeasuringPointLongText 1
TextObjectCategory TextObjectCategory 1
TextObjectKey TextObjectKey 1
TextObjectType TextObjectType 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.

-- Measuring Point – Text
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MEASURINGPOINTLONGTEXT (
    MEASURINGPOINTLONGTEXT,
    TEXTOBJECTCATEGORY,
    TEXTOBJECTKEY,
    TEXTOBJECTTYPE
);