public class ConfirmPickingOneItemFluentHelper extends FluentHelperFunction<ConfirmPickingOneItemFluentHelper,PickingReport,List<PickingReport>>
Constructor and Description |
---|
ConfirmPickingOneItemFluentHelper(String deliveryDocumentItem,
String deliveryDocument)
Creates a fluent helper object that will execute the ConfirmPickingOneItem OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
List<PickingReport> |
execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
execute, execute
public ConfirmPickingOneItemFluentHelper(String deliveryDocumentItem, String deliveryDocument)
execute
method on the fluent helper object.deliveryDocument
- DeliveryConstraints: Not nullable, Maximum length: 10
deliveryDocumentItem
- ItemConstraints: Not nullable, Maximum length: 6
public List<PickingReport> execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<ConfirmPickingOneItemFluentHelper,PickingReport,List<PickingReport>>
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 © 2017 SAP SE. All rights reserved.