I_PurgRelStrategyControlCode

DDL: I_PURGRELSTRATEGYCONTROLCODE SQL: IPURRELSTCONCODE Type: view BASIC

Release Indicator in Purchasing Doc

I_PurgRelStrategyControlCode (Basic)

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

Database & Data Management

I_PurgRelStrategyControlCode is a Basic CDS View that provides data about "Release Indicator in Purchasing Doc" in SAP S/4HANA. It reads from 1 data source (t16fb) and exposes 2 fields with key field PurgReleaseStrategyControlCode. It has 1 association to related views.

SAP Help Documentation

CategoryCDS Views for Operational Procurement
Data CategoryBasic
StatusReleased
Purpose
This CDS view provides the Release Indicators for purchasing documents that are subject to Release Strategy. Release indicator determines whether the purchasing document may be changed by 'Purchasing' or 'Materials Planning and Control' after the start of the release procedure, and whether the purchasing document may be released for transmission.

View on SAP Help Portal →

SAP API Hub

StateC1
Line of BusinessDatabase & Data Management
Application ComponentMM
CapabilitiesAssociation Target for Defining CDS Entities, Data Source for Defining CDS Entities
PackageDatabase & Data Management for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view provides the Release Indicators for purchasing documents that are subject to Release Strategy. Release indicator determines whether the purchasing document may be changed by 'Purchasing' or 'Materials Planning and Control' after the start of the release procedure, and whether the purchasing document may be released for transmission.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
t16fb t16fb from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PurgRelStrategyControlCodeT _PurgRelStrategyControlCodeT $projection.PurgReleaseStrategyControlCode = _PurgRelStrategyControlCodeT.PurgReleaseStrategyControlCode

Annotations (12)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey PurgReleaseStrategyControlCode view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
AbapCatalog.sqlViewName IPURRELSTCONCODE view
EndUserText.label Release Indicator in Purchasing Doc view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurgReleaseStrategyControlCode frgke Release Indicator: Purchasing Document
_PurgRelStrategyControlCodeT _PurgRelStrategyControlCodeT

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_PurgRelStrategyControlCode.
-- 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: IPURRELSTCONCODE

CREATE VIEW I_PurgRelStrategyControlCode AS
SELECT
  frgke AS PurgReleaseStrategyControlCode
FROM t16fb
LEFT OUTER JOIN I_PurgRelStrategyControlCodeT AS _PurgRelStrategyControlCodeT ON PurgReleaseStrategyControlCode = _PurgRelStrategyControlCodeT.PurgReleaseStrategyControlCode  -- association [0..*]
;