I_ExcessRqmtQtyFashionSlsContr

DDL: I_EXCESSRQMTQTYFASHIONSLSCONTR SQL: IEXRQMTFSHCONTR Type: view BASIC

Fashion Sales Contract Documents

I_ExcessRqmtQtyFashionSlsContr is a Basic CDS View that provides data about "Fashion Sales Contract Documents" in SAP S/4HANA. It reads from 1 data source (vbak) and exposes 1 field with key field SalesDocument.

Data Sources (1)

SourceAliasJoin Type
vbak vbak from

Annotations (11)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName IEXRQMTFSHCONTR view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label Fashion Sales Contract Documents view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #BASIC view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY SalesDocument vbak vbeln SD Sched. Agmt

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_ExcessRqmtQtyFashionSlsContr.
-- 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: IEXRQMTFSHCONTR

CREATE VIEW I_ExcessRqmtQtyFashionSlsContr AS
SELECT
  vbak.vbeln AS SalesDocument
FROM vbak
;