E_OIL_BulkTransportVehicle

DDL: E_OIL_BULKTRANSPORTVEHICLE Type: view_entity EXTENSION

Extention for Vehicle - Extn

E_OIL_BulkTransportVehicle is a Extension CDS View that provides data about "Extention for Vehicle - Extn" in SAP S/4HANA. It reads from 1 data source (oigv) and exposes 1 field with key field TransportationVehicle.

Data Sources (1)

SourceAliasJoin Type
oigv Persistence from

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Extention for Vehicle - Extn view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix DRV view
AbapCatalog.extensibility.quota.maximumFields 800 view
AbapCatalog.extensibility.quota.maximumBytes 8000 view
AbapCatalog.extensibility.allowNewDatasources false view
VDM.viewType #EXTENSION view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY TransportationVehicle vehicle Vehicle Number

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view E_OIL_BulkTransportVehicle.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW E_OIL_BulkTransportVehicle AS
SELECT
  vehicle AS TransportationVehicle
FROM oigv AS Persistence
;