public interface VehicleManagementSystemVehicleCampaignService
You can read vehicle sales campaign and vehicle sales campaign text using this service. It can be accessed from outside the SAP S/4HANA system. .
Reference: SAP API Business Hub
OData Service: | OP_VMSVEHICLECAMPAIGN_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. |
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull VehicleManagementSystemVehicleCampaignService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BatchRequestBuilder batch()
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<VMSVehicleCampaign> getAllVMSVehicleCampaign()
VMSVehicleCampaign
entities.VMSVehicleCampaign
entities. This request builder allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<VMSVehicleCampaign> countVMSVehicleCampaign()
VMSVehicleCampaign
entity collection matching the filter and search expressions.VMSVehicleCampaign
entities. This request builder allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<VMSVehicleCampaign> getVMSVehicleCampaignByKey(@Nonnull String vMSVehicleSalesCampaign)
VMSVehicleCampaign
entity using key fields.vMSVehicleSalesCampaign
- Sales Campaign
Constraints: Not nullable, Maximum length: 10
VMSVehicleCampaign
entity using key fields. This request builder allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<VMSVehicleCampaignText> getAllVMSVehicleCampaignText()
VMSVehicleCampaignText
entities.VMSVehicleCampaignText
entities. This request builder allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<VMSVehicleCampaignText> countVMSVehicleCampaignText()
VMSVehicleCampaignText
entity collection matching the filter and search expressions.VMSVehicleCampaignText
entities. This request builder allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<VMSVehicleCampaignText> getVMSVehicleCampaignTextByKey(@Nonnull String language, @Nonnull String vMSVehicleSalesCampaign)
VMSVehicleCampaignText
entity using key fields.vMSVehicleSalesCampaign
- Sales Campaign
Constraints: Not nullable, Maximum length: 10
language
- Language Key
Constraints: Not nullable, Maximum length: 2
VMSVehicleCampaignText
entity using key fields. This request builder allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.Copyright © 2021 SAP SE. All rights reserved.