I_ConfirmationGroup

DDL: I_CONFIRMATIONGROUP SQL: ICONFGROUP Type: view BASIC

Confirmation Group

I_ConfirmationGroup (Basic)

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

Manufacturing

I_ConfirmationGroup is a Basic CDS View (Dimension) that provides data about "Confirmation Group" in SAP S/4HANA.

SAP Help Documentation

CategoryCDS Views for Discrete and Process Manufacturing
Data CategoryDimension
Purpose
This CDS view provides the prerequisites for answering the following business question: Which confirmation groups (confirmation numbers) exist?

Prerequisites
Authorizations Users who want to use this CDS view must have the following authorization objects assigned: C_AFRU_AWK (CIM: Confirmation)

Structure
Measures and attributes The following attribute is provided: Confirmation group

View on SAP Help Portal →

SAP API Hub

StateC1
Line of BusinessManufacturing
Application ComponentPP-VDM
CapabilitiesAnalytical Dimension, Association Target for Defining CDS Entities, Data Source for Search
PackageManufacturing for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view provides the prerequisites for answering the following business question: </p> <ul> <li><p>Which confirmation groups (confirmation numbers) exist?</p></li> </ul>

Documentation

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName ICONFGROUP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #NONE view
ObjectModel.representativeKey ConfirmationGroup view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
EndUserText.label Confirmation Group view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ConfirmationGroup afru rueck Completion confirmation number for the operation

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_ConfirmationGroup.
-- 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: ICONFGROUP

CREATE VIEW I_ConfirmationGroup AS
SELECT
  afru.rueck AS ConfirmationGroup
;