C_PurchasingDocSubtypeVH

DDL: C_PURCHASINGDOCSUBTYPEVH SQL: CMMPURDOCSUBTYVH Type: view CONSUMPTION Package: ODATA_MM_ANALYTICS

Purchasing Document Subtype Value Help

C_PurchasingDocSubtypeVH is a Consumption CDS View that provides data about "Purchasing Document Subtype Value Help" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocumentSubtype) and exposes 2 fields with key field PurchasingDocumentSubtype. It is exposed through 3 OData services (ASQL_F0574, ASQL_F3332, ASQL_F4400). Part of development package ODATA_MM_ANALYTICS.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingDocumentSubtype I_PurchasingDocumentSubtype from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CMMPURDOCSUBTYVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.semanticKey PurchasingDocumentSubtype view
ObjectModel.representativeKey PurchasingDocumentSubtype view
EndUserText.label Purchasing Document Subtype Value Help view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.resultSet.sizeCategory #XS view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view

OData Services (3)

ServiceBindingVersionContractRelease
ASQL_F0574 ASQL_F0574 C2 NOT_RELEASED
ASQL_F3332 ASQL_F3332 C2 NOT_RELEASED
ASQL_F4400 ASQL_F4400 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocumentSubtype PurchasingDocumentSubtype Control
PurchasingDocumentSubTypeName

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_PurchasingDocSubtypeVH.
-- 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: CMMPURDOCSUBTYVH

CREATE VIEW C_PurchasingDocSubtypeVH AS
SELECT
  PurchasingDocumentSubtype,
  _Text[1: Language = $session.system_language].PurchasingDocumentSubTypeName AS PurchasingDocumentSubTypeName
FROM I_PurchasingDocumentSubtype
;