C_InvgCsMSrceRlibtyTextVH

DDL: C_INVGCSMSRCERLIBTYTEXTVH SQL: CINVGCSMSRCRLTVH Type: view CONSUMPTION

Consumption View for Source Reliability Text Value Help

C_InvgCsMSrceRlibtyTextVH is a Consumption CDS View that provides data about "Consumption View for Source Reliability Text Value Help" in SAP S/4HANA. It reads from 1 data source (I_InvgCsMSrceRlibtyTextVH) and exposes 3 fields with key fields InvgCsMLanguageCode, InvgCsMRlibtyMtrxSrceRlibtyID.

Data Sources (1)

SourceAliasJoin Type
I_InvgCsMSrceRlibtyTextVH I_InvgCsMSrceRlibtyTextVH from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CINVGCSMSRCRLTVH view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #TEXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey InvgCsMRlibtyMtrxSrceRlibtyID view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Consumption View for Source Reliability Text Value Help view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY InvgCsMLanguageCode InvgCsMLanguageCode Primary lang.
KEY InvgCsMRlibtyMtrxSrceRlibtyID InvgCsMRlibtyMtrxSrceRlibtyID Source Reli ID
InvgCsMRlibtyMtrxSrceRlibtyTxt InvgCsMRlibtyMtrxSrceRlibtyTxt Well Code Des.

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_InvgCsMSrceRlibtyTextVH.
-- 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: CINVGCSMSRCRLTVH

CREATE VIEW C_InvgCsMSrceRlibtyTextVH AS
SELECT
  InvgCsMLanguageCode,
  InvgCsMRlibtyMtrxSrceRlibtyID,
  InvgCsMRlibtyMtrxSrceRlibtyTxt
FROM I_InvgCsMSrceRlibtyTextVH
;