public class DetermineAvailabilityAtFluentHelper extends FluentHelperFunction<DetermineAvailabilityAtFluentHelper,AvailabilityRecord,AvailabilityRecord>
Constructor and Description |
---|
DetermineAvailabilityAtFluentHelper(String supplyingPlant,
String material,
String aTPCheckingRule,
Calendar requestedUTCDateTime)
Creates a fluent helper object that will execute the DetermineAvailabilityAt OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
AvailabilityRecord |
execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
execute, execute
public DetermineAvailabilityAtFluentHelper(String supplyingPlant, String material, String aTPCheckingRule, Calendar requestedUTCDateTime)
execute
method on the fluent helper object.material
- Constraints: Not nullable, Maximum length: 40aTPCheckingRule
- Constraints: Not nullable, Maximum length: 2requestedUTCDateTime
- Constraints: Not nullable, Precision: 7supplyingPlant
- Constraints: Not nullable, Maximum length: 4public AvailabilityRecord execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<DetermineAvailabilityAtFluentHelper,AvailabilityRecord,AvailabilityRecord>
erpEndpoint
- Supply the ERP system instance for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
Copyright © 2018 SAP SE. All rights reserved.