C_InvgCsMRelshpNoteChangeLog

DDL: C_INVGCSMRELSHPNOTECHANGELOG SQL: CICMRELSHPNOTECL Type: view CONSUMPTION

Consumption View for Relationship Note Change Log

C_InvgCsMRelshpNoteChangeLog is a Consumption CDS View that provides data about "Consumption View for Relationship Note Change Log" in SAP S/4HANA. It reads from 1 data source (I_InvgCsMRelationshipNote) and exposes 5 fields with key fields InvgCsMTextObjectType, InvgCsMTextObjectID, InvgCsMTextTypeCode, InvgCsMTextLanguageCode.

Data Sources (1)

SourceAliasJoin Type
I_InvgCsMRelationshipNote _text from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CICMRELSHPNOTECL view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Consumption View for Relationship Note Change Log view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #TEXT view
AbapCatalog.preserveKey true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY InvgCsMTextObjectType InvgCsMTextObjectType
KEY InvgCsMTextObjectID InvgCsMTextObjectID
KEY InvgCsMTextTypeCode InvgCsMTextTypeCode
KEY InvgCsMTextLanguageCode InvgCsMTextLanguageCode
InvgCsMTextContent InvgCsMTextContent

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_InvgCsMRelshpNoteChangeLog.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CICMRELSHPNOTECL

CREATE VIEW C_InvgCsMRelshpNoteChangeLog AS
SELECT
  InvgCsMTextObjectType,
  InvgCsMTextObjectID,
  InvgCsMTextTypeCode,
  InvgCsMTextLanguageCode,
  InvgCsMTextContent
FROM I_InvgCsMRelationshipNote AS _text
;