Deprecated
This CDS view is deprecated in S/4HANA. Use I_VarblPurOrdUnitActvStatus instead. View all deprecated CDS views →

C_InfoRecdUpdtPurOrdActvVH

DDL: C_INFORECDUPDTPURORDACTVVH SQL: CMASPURORDACTVVH Type: view CONSUMPTION

Purchase Order Unit VH

C_InfoRecdUpdtPurOrdActvVH is a Consumption CDS View that provides data about "Purchase Order Unit VH" in SAP S/4HANA. It reads from 1 data source (I_ProcurementDomainValues) and exposes 2 fields with key field VarblPurOrdUnitIsActive.

Data Sources (1)

SourceAliasJoin Type
I_ProcurementDomainValues I_ProcurementDomainValues from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CMASPURORDACTVVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Purchase Order Unit VH view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey VarblPurOrdUnitIsActive view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_VarblPurOrdUnitActvStatus view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY VarblPurOrdUnitIsActive Lower Value
DomainText Short Description

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_InfoRecdUpdtPurOrdActvVH.
-- 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: CMASPURORDACTVVH

CREATE VIEW C_InfoRecdUpdtPurOrdActvVH AS
SELECT
  cast ( DomainValue as vabme ) AS VarblPurOrdUnitIsActive,
  cast ( DomainText as txz01 ) AS DomainText
FROM I_ProcurementDomainValues
;