I_ACMPurchasingGroup

DDL: I_ACMPURCHASINGGROUP SQL: IACMPURCHNGGRP Type: view BASIC

Interface Layer for Purchasing Group

I_ACMPurchasingGroup is a Basic CDS View that provides data about "Interface Layer for Purchasing Group" in SAP S/4HANA. It reads from 1 data source (I_PurchasingGroup) and exposes 2 fields with key field PurchasingGroup.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingGroup I_PurchasingGroup from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IACMPURCHNGGRP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #CHECK view
ObjectModel.supportedCapabilities #CDS_MODELING_DATA_SOURCE view
EndUserText.label Interface Layer for Purchasing Group view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurchasingGroup PurchasingGroup
PurchasingGroupName PurchasingGroupName
@AbapCatalog.sqlViewName: 'IACMPURCHNGGRP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.supportedCapabilities: #CDS_MODELING_DATA_SOURCE
@EndUserText.label: 'Interface Layer for Purchasing Group'
define view I_ACMPurchasingGroup as select from I_PurchasingGroup
 {
   key PurchasingGroup,
   PurchasingGroupName
}