I_ConfirmationGroup

DDL: I_CONFIRMATIONGROUP Type: view_entity BASIC Package: VDM_PP_CNF

Confirmation Group

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

Annotations (16)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName ICONFGROUP view
Analytics.internalName #LOCAL 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
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.technicalName: 'ICONFGROUP'
@Analytics.internalName: #LOCAL
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #NONE
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET, #ANALYTICAL_DIMENSION, #SEARCHABLE_ENTITY]
@ObjectModel.representativeKey: 'ConfirmationGroup'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #XL, dataClass: #TRANSACTIONAL}
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Confirmation Group'
// A basic view on the first key field RUECK of table AFRU,

// to be used for foreign-key associations only


/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define view entity I_ConfirmationGroup
  as select distinct from afru
{
    // Key

    @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
    key afru.rueck as ConfirmationGroup
};