I_OperationControlProfileVH

DDL: I_OPERATIONCONTROLPROFILEVH SQL: IPPOPCONTPROFVH Type: view COMPOSITE

Operation Control Profile

I_OperationControlProfileVH is a Composite CDS View that provides data about "Operation Control Profile" in SAP S/4HANA. It reads from 1 data source (I_OperationControlProfile) and exposes 2 fields with key field OperationControlProfile.

Data Sources (1)

SourceAliasJoin Type
I_OperationControlProfile I_OperationControlProfile from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IPPOPCONTPROFVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey OperationControlProfile view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view
EndUserText.label Operation Control Profile view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY OperationControlProfile OperationControlProfile Control Key
_Text _Text

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_OperationControlProfileVH.
-- 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: IPPOPCONTPROFVH

CREATE VIEW I_OperationControlProfileVH AS
SELECT
  OperationControlProfile
FROM I_OperationControlProfile
;