C_SchedAgrmtMassUpdtTypeVH

DDL: C_SCHEDAGRMTMASSUPDTTYPEVH SQL: CAGMTTYPVH Type: view CONSUMPTION

Value Help for Scheduling Agreement Type

C_SchedAgrmtMassUpdtTypeVH is a Consumption CDS View that provides data about "Value Help for Scheduling Agreement Type" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocumentType) and exposes 3 fields with key fields PurchasingDocumentCategory, PurchasingDocumentType.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingDocumentType I_PurchasingDocumentType from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CAGMTTYPVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Value Help for Scheduling Agreement Type view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.representativeKey PurchasingDocumentCategory view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.personalData.blocking #NOT_REQUIRED view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocumentCategory PurchasingDocumentCategory Purchasing Document Category
KEY PurchasingDocumentType PurchasingDocumentType Agreement Type
PurchasingDocumentTypeName Agreement Type 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 C_SchedAgrmtMassUpdtTypeVH.
-- 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: CAGMTTYPVH

CREATE VIEW C_SchedAgrmtMassUpdtTypeVH AS
SELECT
  PurchasingDocumentCategory,
  PurchasingDocumentType,
  _Text[1: Language = $session.system_language ].PurchasingDocumentTypeName AS PurchasingDocumentTypeName
FROM I_PurchasingDocumentType
;