I_ConfirmationGroup

DDL: I_CONFIRMATIONGROUP SQL: ICONFGROUP Type: view BASIC

Confirmation Group

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

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
@AbapCatalog.sqlViewName: 'ICONFGROUP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@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 I_ConfirmationGroup
  as select distinct from afru
{
    // Key

    @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
    key afru.rueck as ConfirmationGroup
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"AFRU"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/