public class CancelItemFluentHelper extends FluentHelperFunction<CancelItemFluentHelper,MaterialDocumentItem,MaterialDocumentItem>
Constructor and Description |
---|
CancelItemFluentHelper(String materialDocumentYear,
String materialDocument,
String materialDocumentItem,
Calendar postingDate)
Creates a fluent helper object that will execute the CancelItem OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
MaterialDocumentItem |
execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
execute, execute
public CancelItemFluentHelper(String materialDocumentYear, String materialDocument, String materialDocumentItem, Calendar postingDate)
execute
method on the fluent helper object.materialDocument
- Material DocumentConstraints: Not nullable, Maximum length: 10
materialDocumentItem
- Material Doc.ItemConstraints: Not nullable, Maximum length: 4
materialDocumentYear
- Material Doc. YearConstraints: Not nullable, Maximum length: 4
postingDate
- Posting DateConstraints: Nullable, Precision: 0
public MaterialDocumentItem execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<CancelItemFluentHelper,MaterialDocumentItem,MaterialDocumentItem>
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.