public interface VehicleManagementSystemForVehicleLocationService extends BatchService<VehicleManagementSystemForVehicleLocationServiceBatch>
This service enables you to read the vehicle location that is configured as per the business process of vehicle management system. It can be accessed from outside SAP S/4HANA system. It retrieves information such as vehicle location, vehicle location description and vehicle address. .
Reference: SAP API Business Hub
OData Service: | OP_API_VMSVEHICLELOCATION_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. |
Modifier and Type | Method and Description |
---|---|
VMSVehicleLocationFluentHelper |
getAllVMSVehicleLocation()
Fetch multiple
VMSVehicleLocation entities. |
VMSVehicleLocationTextFluentHelper |
getAllVMSVehicleLocationText()
Fetch multiple
VMSVehicleLocationText entities. |
VMSVehicleLocationByKeyFluentHelper |
getVMSVehicleLocationByKey(String vMSVehicleLocation)
Fetch a single
VMSVehicleLocation entity using key fields. |
VMSVehicleLocationTextByKeyFluentHelper |
getVMSVehicleLocationTextByKey(String language,
String vMSVehicleLocation)
Fetch a single
VMSVehicleLocationText entity using key fields. |
VehicleManagementSystemForVehicleLocationService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull VehicleManagementSystemForVehicleLocationService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull VMSVehicleLocationFluentHelper getAllVMSVehicleLocation()
VMSVehicleLocation
entities.VMSVehicleLocation
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 VMSVehicleLocationByKeyFluentHelper getVMSVehicleLocationByKey(String vMSVehicleLocation)
VMSVehicleLocation
entity using key fields.vMSVehicleLocation
- VMS-Vehicle Location
Constraints: Not nullable, Maximum length: 10
VMSVehicleLocation
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 VMSVehicleLocationTextFluentHelper getAllVMSVehicleLocationText()
VMSVehicleLocationText
entities.VMSVehicleLocationText
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 VMSVehicleLocationTextByKeyFluentHelper getVMSVehicleLocationTextByKey(String language, String vMSVehicleLocation)
VMSVehicleLocationText
entity using key fields.vMSVehicleLocation
- VMS-Vehicle Location
Constraints: Not nullable, Maximum length: 10
language
- Language Key
Constraints: Not nullable, Maximum length: 2
VMSVehicleLocationText
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.