public class ReverseGoodsIssueFluentHelper extends FluentHelperFunction<ReverseGoodsIssueFluentHelper,Return,List<Return>>
Constructor and Description |
---|
ReverseGoodsIssueFluentHelper(String deliveryDocument,
Calendar actualGoodsMovementDate)
Creates a fluent helper object that will execute the ReverseGoodsIssue OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
List<Return> |
execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
execute, execute
public ReverseGoodsIssueFluentHelper(String deliveryDocument, Calendar actualGoodsMovementDate)
execute
method on the fluent helper object.deliveryDocument
- DeliveryConstraints: Not nullable, Maximum length: 10
actualGoodsMovementDate
- Actual GI DateConstraints: Not nullable, Precision: 0
public List<Return> execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<ReverseGoodsIssueFluentHelper,Return,List<Return>>
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.