C_VMSVehSoldToPartyQuickView
Sold to party card
C_VMSVehSoldToPartyQuickView is a Consumption CDS View that provides data about "Sold to party card" in SAP S/4HANA. It reads from 1 data source (I_Customer) and exposes 23 fields with key field Customer. It is exposed through 2 OData services (UI_VMSVEHICLEORDERASSIGNMENTS, UI_VMSVEHMONITORCREDITSTATUS).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Customer | _Bp | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Sold to party card | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.representativeKey | customer | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_VMSVEHICLEORDERASSIGNMENTS | UI_VMSVEHICLEORDERASSIGNMENTS | V4 | C1 | NOT_RELEASED |
| UI_VMSVEHMONITORCREDITSTATUS | UI_VMSVEHMONITORCREDITSTATUS | V4 | C1 | NOT_RELEASED |
Fields (23)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Customer | Customer | ||
| CustomerName | CustomerName | |||
| InternationalPhoneNumber | ||||
| StreetName | StreetName | Address | ||
| CityName | CityName | Address | ||
| Region | Region | Address | ||
| PostalCode | PostalCode | |||
| Country | Country | Address | ||
| EmailAddress | ||||
| AuthorizationGroup | I_Customer | AuthorizationGroup | ||
| IsBusinessPurposeCompleted | I_Customer | IsBusinessPurposeCompleted | ||
| DataControllerSet | I_Customer | DataControllerSet | ||
| DataController1 | I_Customer | DataController1 | ||
| DataController2 | I_Customer | DataController2 | ||
| DataController3 | I_Customer | DataController3 | ||
| DataController4 | I_Customer | DataController4 | ||
| DataController5 | I_Customer | DataController5 | ||
| DataController6 | I_Customer | DataController6 | ||
| DataController7 | I_Customer | DataController7 | ||
| DataController8 | I_Customer | DataController8 | ||
| DataController9 | I_Customer | DataController9 | ||
| DataController10 | I_Customer | DataController10 | ||
| CustomerAccountGroup | CustomerAccountGroup |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Sold to party card'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #D,
sizeCategory: #XL,
dataClass: #MASTER
}
@VDM: {
viewType: #CONSUMPTION
}
@Metadata.allowExtensions: true
@ObjectModel.representativeKey: 'customer'
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
define view entity C_VMSVehSoldToPartyQuickView as select from I_Customer as _Bp
{
@ObjectModel.text.element: ['CustomerName']
key Customer,
@Semantics.name.fullName: true
@Semantics.text:true
CustomerName,
@Semantics.telephone.type: [#WORK]
_AddressRepresentation._CurrentDfltMobilePhoneNumber.InternationalPhoneNumber,
@Semantics.address.street: true
@EndUserText.label: 'Address'
StreetName,
@Semantics.address.city: true
@EndUserText.label: 'Address'
CityName,
@Semantics.address.region: true
@EndUserText.label: 'Address'
Region,
@Semantics.address.zipCode: true
PostalCode,
@Semantics.address.country: true
@EndUserText.label: 'Address'
Country,
@Semantics.eMail.type: [ #WORK ]
@EndUserText.label: 'Email'
@Semantics.eMail.address: true
_AddressRepresentation._CurrentDfltEmailAddress.EmailAddress,
@UI.hidden: true
_Bp.AuthorizationGroup,
@UI.hidden: true
@Semantics.booleanIndicator: true
_Bp.IsBusinessPurposeCompleted,
@UI.hidden: true
@Consumption.hidden: true
_Bp.DataControllerSet,
@Consumption.hidden: true
@UI.hidden: true
_Bp.DataController1,
@UI.hidden: true
@Consumption.hidden: true
_Bp.DataController2,
@UI.hidden: true
@Consumption.hidden: true
_Bp.DataController3,
@UI.hidden: true
@Consumption.hidden: true
_Bp.DataController4,
@UI.hidden: true
@Consumption.hidden: true
_Bp.DataController5,
@UI.hidden: true
@Consumption.hidden: true
_Bp.DataController6,
@UI.hidden: true
@Consumption.hidden: true
_Bp.DataController7,
@UI.hidden: true
@Consumption.hidden: true
_Bp.DataController8,
@UI.hidden: true
@Consumption.hidden: true
_Bp.DataController9,
@UI.hidden: true
@Consumption.hidden: true
_Bp.DataController10,
@UI.hidden: true
@Consumption.hidden: true
CustomerAccountGroup
}
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