I_BulkShipmentVehicleHeader
Bulk Shipment Vehicle Header
I_BulkShipmentVehicleHeader is a Basic CDS View that provides data about "Bulk Shipment Vehicle Header" in SAP S/4HANA. It reads from 1 data source (oigv) and exposes 4 fields with key field TransportationVehicle. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| oigv | oigv | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_BulkShipmentVehicleHeaderTxt | _BulkShipmentVehicleHeaderTxt | $projection.TransportationVehicle = _BulkShipmentVehicleHeaderTxt.TransportationVehicle |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBULKSHPTVEHHDR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Bulk Shipment Vehicle Header | view | |
| ObjectModel.representativeKey | TransportationVehicle | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| VDM.viewType | #BASIC | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TransportationVehicle | vehicle | ||
| TransportationVehicleStatus | veh_status | |||
| IsBusinessPurposeCompleted | veh_xblck | |||
| _BulkShipmentVehicleHeaderTxt | _BulkShipmentVehicleHeaderTxt |
@AbapCatalog.sqlViewName: 'IBULKSHPTVEHHDR'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Bulk Shipment Vehicle Header'
@ObjectModel.representativeKey: 'TransportationVehicle'
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel.usageType: {
dataClass: #MASTER,
sizeCategory: #L,
serviceQuality: #A
}
@VDM.viewType:#BASIC
define view I_BulkShipmentVehicleHeader
as select from oigv
association [0..*] to I_BulkShipmentVehicleHeaderTxt as _BulkShipmentVehicleHeaderTxt on $projection.TransportationVehicle = _BulkShipmentVehicleHeaderTxt.TransportationVehicle
{
@ObjectModel.text.association: '_BulkShipmentVehicleHeaderTxt'
key vehicle as TransportationVehicle,
veh_status as TransportationVehicleStatus,
veh_xblck as IsBusinessPurposeCompleted,
//Association
_BulkShipmentVehicleHeaderTxt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"OIGV"
],
"ASSOCIATED":
[
"I_BULKSHIPMENTVEHICLEHEADERTXT"
],
"BASE":
[],
"VERSION":0
}
}*/
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