public interface BasicProductAvailabilityInformationService extends BatchService<BasicProductAvailabilityInformationServiceBatch>
The availability information could, for example, be used in the following scenarios: - A webshop could use this service to display up-to-date product availability information to increase the chance of a customer placing an order. - A supplier could use this service to inform customers if a required product is available and in which quantities..
Reference: SAP API Business Hub
OData Service: | API_PRODUCT_AVAILY_INFO_BASIC |
API Version: | 1 |
Communication Scenario: | Product Availability Information Integration (SAP_COM_0115) |
Scope Items: | Advanced Available-to-Promise Processing (1JW), Basic Available-to-Promise Processing (2LN) |
Authentication Methods: | Basic, x509 |
Business Object: | AvailableToPromise |
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 |
---|---|
CalculateAvailabilityTimeseriesFluentHelper |
calculateAvailabilityTimeseries(String aTPCheckingRule,
String material,
String supplyingPlant)
Creates a fluent helper for the CalculateAvailabilityTimeseries OData function import.
|
DetermineAvailabilityAtFluentHelper |
determineAvailabilityAt(String supplyingPlant,
String material,
String aTPCheckingRule,
ZonedDateTime requestedUTCDateTime)
Creates a fluent helper for the DetermineAvailabilityAt OData function import.
|
DetermineAvailabilityOfFluentHelper |
determineAvailabilityOf(BigDecimal requestedQuantityInBaseUnit,
String material,
String supplyingPlant,
String aTPCheckingRule)
Creates a fluent helper for the DetermineAvailabilityOf OData function import.
|
BasicProductAvailabilityInformationService |
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 BasicProductAvailabilityInformationService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull DetermineAvailabilityAtFluentHelper determineAvailabilityAt(String supplyingPlant, String material, String aTPCheckingRule, ZonedDateTime requestedUTCDateTime)
Creates a fluent helper for the DetermineAvailabilityAt OData function import.
material
- Material
Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Material
aTPCheckingRule
- Checking rule
Constraints: Not nullable, Maximum length: 2
Original parameter name from the Odata EDM: ATPCheckingRule
requestedUTCDateTime
- Date
Constraints: Not nullable, Precision: 7
Original parameter name from the Odata EDM: RequestedUTCDateTime
supplyingPlant
- Plant
Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: SupplyingPlant
execute
method on the fluent helper object.@Nonnull DetermineAvailabilityOfFluentHelper determineAvailabilityOf(BigDecimal requestedQuantityInBaseUnit, String material, String supplyingPlant, String aTPCheckingRule)
Creates a fluent helper for the DetermineAvailabilityOf OData function import.
material
- Material
Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Material
aTPCheckingRule
- Checking rule
Constraints: Not nullable, Maximum length: 2
Original parameter name from the Odata EDM: ATPCheckingRule
supplyingPlant
- Plant
Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: SupplyingPlant
requestedQuantityInBaseUnit
- Requested Qty
Constraints: Not nullable, Precision: 3, Scale: 3
Original parameter name from the Odata EDM: RequestedQuantityInBaseUnit
execute
method on the fluent helper object.@Nonnull CalculateAvailabilityTimeseriesFluentHelper calculateAvailabilityTimeseries(String aTPCheckingRule, String material, String supplyingPlant)
Creates a fluent helper for the CalculateAvailabilityTimeseries OData function import.
material
- Material
Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Material
aTPCheckingRule
- Checking rule
Constraints: Not nullable, Maximum length: 2
Original parameter name from the Odata EDM: ATPCheckingRule
supplyingPlant
- Plant
Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: SupplyingPlant
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.