I_SchedgAgrmtIncoVersion

DDL: I_SCHEDGAGRMTINCOVERSION SQL: ISGAGMTINCOVRSN Type: view BASIC Package: VDM_MM_PUR_SCHD

Scheduling Agreement IncoTerm Version

I_SchedgAgrmtIncoVersion is a Basic CDS View (Dimension) that provides data about "Scheduling Agreement IncoTerm Version" in SAP S/4HANA. It reads from 1 data source (tincvt) and exposes 3 fields with key field IncotermsVersion. It is exposed through 1 OData service (ASQL_F2668). Part of development package VDM_MM_PUR_SCHD.

Data Sources (1)

SourceAliasJoin Type
tincvt tincvt from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ISGAGMTINCOVRSN view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey IncotermsVersion view
EndUserText.label Scheduling Agreement IncoTerm Version view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Search.searchable true view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F2668 ASQL_F2668 C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY IncotermsVersion incov Inco. Version
Language spras Off. Language
IncotermsVersionName bezei TrContType name

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_SchedgAgrmtIncoVersion.
-- 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: ISGAGMTINCOVRSN

CREATE VIEW I_SchedgAgrmtIncoVersion AS
SELECT
  incov AS IncotermsVersion,
  spras AS Language,
  bezei AS IncotermsVersionName
FROM tincvt
;