I_SPQtnFollowOnDocGroupText

DDL: I_SPQTNFOLLOWONDOCGROUPTEXT Type: view_entity BASIC Package: VDM_MM_PUR_SRCGPROJQTN

Fllw On Doc Grp in Srcg Proj Qtn - Text

I_SPQtnFollowOnDocGroupText is a Basic CDS View that provides data about "Fllw On Doc Grp in Srcg Proj Qtn - Text" in SAP S/4HANA. It reads from 1 data source (mmspqfodgrt) and exposes 4 fields with key fields SrcgProjFollowOnDocumentGroup, Language. It has 1 association to related views. It is exposed through 3 OData services (ASQL_F4760, ASQL_F5289, ASQL_F5716). Part of development package VDM_MM_PUR_SRCGPROJQTN.

Data Sources (1)

SourceAliasJoin Type
mmspqfodgrt mmspqfodgrt from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.entityBuffer.definitionAllowed true view
ObjectModel.representativeKey SrcgProjFollowOnDocumentGroup view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
Search.searchable true view
EndUserText.label Fllw On Doc Grp in Srcg Proj Qtn - Text view

OData Services (3)

ServiceBindingVersionContractRelease
ASQL_F4760 ASQL_F4760 C2 NOT_RELEASED
ASQL_F5289 ASQL_F5289 C2 NOT_RELEASED
ASQL_F5716 ASQL_F5716 C2 NOT_RELEASED

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjFollowOnDocumentGroup fod_group Follow-On Document Group
KEY Language spras Off. Language
SrcgProjFollowOnDocGroupText text User Group
_Language _Language

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 I_SPQtnFollowOnDocGroupText.
-- 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.

CREATE VIEW I_SPQtnFollowOnDocGroupText AS
SELECT
  fod_group AS SrcgProjFollowOnDocumentGroup,
  spras AS Language,
  text AS SrcgProjFollowOnDocGroupText
FROM mmspqfodgrt
LEFT OUTER JOIN I_Language AS _Language ON Language = _Language.Language  -- association [0..1]
;