MMIMSupplierGeneralVH

DDL: MMIMSUPPLIERGENERALVH SQL: MMIMSUPPLGENVH Type: view

Value Help for Supplier general

MMIMSupplierGeneralVH is a CDS View that provides data about "Value Help for Supplier general" in SAP S/4HANA. It reads from 1 data source (I_SupplierCompany) and exposes 10 fields with key fields Supplier, CompanyCode. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_SupplierCompany I_SupplierCompany from

Associations (1)

CardinalityTargetAliasCondition
[0..1] Mmim_Supplier_Data _Supplier_Data $projection.Supplier = _Supplier_Data.Supplier

Annotations (13)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName MMIMSUPPLGENVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
EndUserText.label Value Help for Supplier general view
Search.searchable true view
Consumption.ranked true view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY Supplier Supplier
KEY CompanyCode CompanyCode
SupplierName _Supplier_Data SupplierName
Country _Supplier Country
PostalCode _Supplier PostalCode
CityName _Supplier CityName
AuthorizationGroup AuthorizationGroup
SupplierAccountGroup _Supplier SupplierAccountGroup
IsBusinessPurposeCompleted IsBusinessPurposeCompleted
_Supplier _Supplier
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'MMIMSUPPLGENVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.dataCategory:#VALUE_HELP
@EndUserText.label: 'Value Help for Supplier general'
@Search.searchable: true
@Consumption.ranked: true
define view MMIMSupplierGeneralVH as select from I_SupplierCompany   

 association [0..1] to Mmim_Supplier_Data    as _Supplier_Data on $projection.Supplier = _Supplier_Data.Supplier

{
           @Search.defaultSearchElement: true
           @Search.fuzzinessThreshold: 0.8 
           @Search.ranking: #HIGH 
           @Consumption.valueHelpDefinition: [
              { entity:  { name:    'I_Supplier_VH',
                           element: 'Supplier' }
              }]
       key Supplier,
           @Search.defaultSearchElement: true
           @Search.fuzzinessThreshold: 0.8
           @Search.ranking: #LOW            
       key CompanyCode,     
           @Search.defaultSearchElement: true
           @Search.fuzzinessThreshold: 0.8 
           @Search.ranking: #LOW
           _Supplier_Data.SupplierName as SupplierName,
           @Search.defaultSearchElement: true
           @Search.fuzzinessThreshold: 0.8 
           @Search.ranking: #LOW
           _Supplier.Country as Country,
           @Search.defaultSearchElement: true
           @Search.fuzzinessThreshold: 0.8 
           @Search.ranking: #LOW
           _Supplier.PostalCode as PostalCode,
           @Search.defaultSearchElement: true
           @Search.fuzzinessThreshold: 0.8
           @Search.ranking: #LOW 
           _Supplier.CityName as CityName,
           @UI.hidden: true
           AuthorizationGroup,
           @UI.hidden: true
           _Supplier.SupplierAccountGroup,
           @UI.hidden: true
           IsBusinessPurposeCompleted,
           
           _Supplier
                    
}