C_JITOutbSupplierQuickView
Supplier Details
C_JITOutbSupplierQuickView is a Consumption CDS View that provides data about "Supplier Details" in SAP S/4HANA. It reads from 1 data source (I_Supplier) and exposes 11 fields with key field Supplier.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Supplier | I_Supplier | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Supplier Details | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.representativeKey | Supplier | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Supplier | Supplier | Supplier ID | |
| SupplierAccountGroup | SupplierAccountGroup | |||
| SupplierName | SupplierName | |||
| SupplierFullName | SupplierFullName | Supplier Name | ||
| Customer | Customer | Ship-to-party | ||
| OrganizationBPName1 | OrganizationBPName1 | Business Partner | ||
| OrganizationBPName2 | OrganizationBPName2 | |||
| SupplierPlant | SupplierPlant | Supplier Plant | ||
| IsBusinessPurposeCompleted | IsBusinessPurposeCompleted | |||
| AuthorizationGroup | AuthorizationGroup | |||
| _SupplierToBusinessPartner | _SupplierToBusinessPartner |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Supplier Details'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #S,
dataClass: #MIXED
}
@VDM: {
viewType: #CONSUMPTION
}
@ObjectModel.representativeKey: 'Supplier'
@UI.headerInfo : {
typeImageUrl : 'sap-icon://supplier'
}
define view entity C_JITOutbSupplierQuickView as select from I_Supplier
{
@UI.facet: [ {
purpose: #QUICK_VIEW,
type: #FIELDGROUP_REFERENCE,
targetQualifier: 'Supplier',
label: 'Supplier Details'
}
]
@UI.fieldGroup: [{ qualifier:'Supplier', position: 10}]
@EndUserText.label: 'Supplier ID'
key Supplier,
SupplierAccountGroup,
SupplierName,
@UI.fieldGroup: [{ qualifier:'Supplier', position: 20}]
@EndUserText.label: 'Supplier Name'
SupplierFullName,
@UI.fieldGroup: [{ qualifier:'Supplier', position: 30}]
@EndUserText.label: 'Ship-to-party'
Customer,
@UI.fieldGroup: [{ qualifier:'Supplier', position: 40}]
@EndUserText.label: 'Business Partner'
OrganizationBPName1,
OrganizationBPName2,
@UI.fieldGroup: [{ qualifier:'Supplier', position: 50}]
@EndUserText.label: 'Supplier Plant'
SupplierPlant,
// Added for DCL only
@Semantics.booleanIndicator: true
IsBusinessPurposeCompleted,
// Added for DCL only
AuthorizationGroup,
//Associations
_SupplierToBusinessPartner
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SUPPLIER"
],
"ASSOCIATED":
[
"I_SUPPLIERTOBUSINESSPARTNER"
],
"BASE":
[
"I_SUPPLIER"
],
"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