I_SourcingEnvelopeType

DDL: I_SOURCINGENVELOPETYPE Type: view_entity BASIC

Sourcing Envelope Type

I_SourcingEnvelopeType is a Basic CDS View that provides data about "Sourcing Envelope Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field SourcingEnvelopeType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SourcingEnvelopeTypeText _SourcingEnvelopeTypeText

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Sourcing Envelope Type view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey SourcingEnvelopeType view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SourcingEnvelopeType Lower Value
_SourcingEnvelopeTypeText _SourcingEnvelopeTypeText

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_SourcingEnvelopeType.
-- 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_SourcingEnvelopeType AS
SELECT
  cast ( domvalue_l as vdm_srcgenvlpprofiletype ) AS SourcingEnvelopeType
FROM dd07l
LEFT OUTER JOIN I_SourcingEnvelopeTypeText AS _SourcingEnvelopeTypeText ON /* condition not available in parsed metadata */  -- association [0..*]
;