I_KnbnExtProcmtReplnmtStrgyVH

DDL: I_KNBNEXTPROCMTREPLNMTSTRGYVH SQL: IKNBNPROCSTRGYVH Type: view COMPOSITE Package: VDM_PP_KAB

Replenishment Strategy for External Procurement

I_KnbnExtProcmtReplnmtStrgyVH (Composite)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Manufacturing

I_KnbnExtProcmtReplnmtStrgyVH is a Composite CDS View that provides data about "Replenishment Strategy for External Procurement" in SAP S/4HANA. It reads from 1 data source (I_KnbnExtProcmtReplnmtStrgy) and exposes 4 fields with key fields ExtProcurementReplnmtStrgy, Plant. It is exposed through 2 OData services (ASQL_F4630, ASQL_F5723). Part of development package VDM_PP_KAB.

SAP API Hub

CategoryComposite
StateC1
Line of BusinessManufacturing
Application ComponentPP-KAB-VDM-2CL
CapabilitiesData Provider for Value Help
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageManufacturing for SAP S/4HANA Cloud Public Edition
Description <p>This CDS view provides a value help for the available Kanban control cycle external procurement replenishment strategies. </p> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
I_KnbnExtProcmtReplnmtStrgy I_KnbnExtProcmtReplnmtStrgy from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IKNBNPROCSTRGYVH view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Replenishment Strategy for External Procurement view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.representativeKey ExtProcurementReplnmtStrgy view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
ObjectModel.dataCategory #VALUE_HELP view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
Search.searchable true view
Consumption.ranked true view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F4630 ASQL_F4630 C2 NOT_RELEASED
ASQL_F5723 ASQL_F5723 C2 NOT_RELEASED

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ExtProcurementReplnmtStrgy ExtProcurementReplnmtStrgy Replenishment Strategy of Control Cycle - Ext. Procurement
KEY Plant Plant Valuation Area
_Text _Text
_Plant _Plant

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_KnbnExtProcmtReplnmtStrgyVH.
-- 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: IKNBNPROCSTRGYVH

CREATE VIEW I_KnbnExtProcmtReplnmtStrgyVH AS
SELECT
  ExtProcurementReplnmtStrgy,
  Plant
FROM I_KnbnExtProcmtReplnmtStrgy
;