public interface VehicleManagementSystemForVehicleService extends BatchService<VehicleManagementSystemForVehicleServiceBatch>
This service enables you to read vehicle details of an individual vehicle of vehicle management system. It can be accessed from outside SAP S/4HANA system. You can read information such as Vehicle details, vehicle configuration, vehicle history, sales order(s) associated with the vehicle, purchase order(s) associated with the vehicle, vehicle incoming invoice and vehicle outgoing invoice. .
Reference: SAP API Business Hub
OData Service: | OP_API_VMSVEHICLE_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | V M S Vehicle |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull VehicleManagementSystemForVehicleService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull VMSVehicleFluentHelper getAllVMSVehicle()
VMSVehicle
entities.VMSVehicle
entities. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull VMSVehicleByKeyFluentHelper getVMSVehicleByKey(UUID vMSVehicleUUID)
VMSVehicle
entity using key fields.vMSVehicleUUID
- Vehicle GUID (Globally Unique IDentifier)
Constraints: Not nullable
VMSVehicle
entity using key fields. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull VMSVehicleIncomingInvoiceFluentHelper getAllVMSVehicleIncomingInvoice()
VMSVehicleIncomingInvoice
entities.VMSVehicleIncomingInvoice
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull VMSVehicleIncomingInvoiceByKeyFluentHelper getVMSVehicleIncomingInvoiceByKey(UUID vMSVehicleUUID, ZonedDateTime vMSVehicleActionDateTime)
VMSVehicleIncomingInvoice
entity using key fields.vMSVehicleActionDateTime
- Long Time Stamp
Constraints: Not nullable, Precision: 7
vMSVehicleUUID
- Vehicle GUID (Globally Unique IDentifier)
Constraints: Not nullable
VMSVehicleIncomingInvoice
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull VMSVehicleInvoiceFluentHelper getAllVMSVehicleInvoice()
VMSVehicleInvoice
entities.VMSVehicleInvoice
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull VMSVehicleInvoiceByKeyFluentHelper getVMSVehicleInvoiceByKey(UUID vMSVehicleUUID, ZonedDateTime vMSVehicleActionDateTime)
VMSVehicleInvoice
entity using key fields.vMSVehicleActionDateTime
- Long Time Stamp
Constraints: Not nullable, Precision: 7
vMSVehicleUUID
- Vehicle GUID (Globally Unique IDentifier)
Constraints: Not nullable
VMSVehicleInvoice
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull VMSVehiclePurchaseOrderFluentHelper getAllVMSVehiclePurchaseOrder()
VMSVehiclePurchaseOrder
entities.VMSVehiclePurchaseOrder
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull VMSVehiclePurchaseOrderByKeyFluentHelper getVMSVehiclePurchaseOrderByKey(UUID vMSVehicleUUID, ZonedDateTime vMSVehicleActionDateTime)
VMSVehiclePurchaseOrder
entity using key fields.vMSVehicleActionDateTime
- Long Time Stamp
Constraints: Not nullable, Precision: 7
vMSVehicleUUID
- Vehicle GUID (Globally Unique IDentifier)
Constraints: Not nullable
VMSVehiclePurchaseOrder
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull VMSVehicleSalesOrderFluentHelper getAllVMSVehicleSalesOrder()
VMSVehicleSalesOrder
entities.VMSVehicleSalesOrder
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull VMSVehicleSalesOrderByKeyFluentHelper getVMSVehicleSalesOrderByKey(UUID vMSVehicleUUID, ZonedDateTime vMSVehicleActionDateTime)
VMSVehicleSalesOrder
entity using key fields.vMSVehicleActionDateTime
- Long Time Stamp
Constraints: Not nullable, Precision: 7
vMSVehicleUUID
- Vehicle GUID (Globally Unique IDentifier)
Constraints: Not nullable
VMSVehicleSalesOrder
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull VMSVehicleToEquipmentFluentHelper getAllVMSVehicleToEquipment()
VMSVehicleToEquipment
entities.VMSVehicleToEquipment
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull VMSVehicleToEquipmentByKeyFluentHelper getVMSVehicleToEquipmentByKey(String vMSVehicleEquipmentTemplate, String vMSVehicleAttributeGroup, String vMSVehicleAttribute, String installedBaseComponent, String clfnObjectID, String characteristic)
VMSVehicleToEquipment
entity using key fields.clfnObjectID
- installedBaseComponent
- IB: Component (instance)
Constraints: Not nullable, Maximum length: 18
vMSVehicleEquipmentTemplate
- Target Template
Constraints: Not nullable, Maximum length: 40
vMSVehicleAttribute
- Target Attribute
Constraints: Not nullable, Maximum length: 40
vMSVehicleAttributeGroup
- Target Attribute Group
Constraints: Not nullable, Maximum length: 40
characteristic
- Characteristic Name
Constraints: Not nullable, Maximum length: 30
VMSVehicleToEquipment
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.