MMIMSupplierGeneralVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_SupplierCompany | I_SupplierCompany | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | Mmim_Supplier_Data | _Supplier_Data | $projection.Supplier = _Supplier_Data.Supplier |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SUPPLIER",
"I_SUPPLIERCOMPANY",
"MMIM_SUPPLIER_DATA"
],
"ASSOCIATED":
[
"I_SUPPLIER",
"MMIM_SUPPLIER_DATA"
],
"BASE":
[
"I_SUPPLIERCOMPANY"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA