public class CancelFluentHelper extends FluentHelperFunction<CancelFluentHelper,CancelInvoiceExportParameters,CancelInvoiceExportParameters>
Constructor and Description |
---|
CancelFluentHelper(Calendar postingDate,
String reversalReason,
String fiscalYear,
String supplierInvoice)
Creates a fluent helper object that will execute the Cancel OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
CancelInvoiceExportParameters |
execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
execute, execute
public CancelFluentHelper(Calendar postingDate, String reversalReason, String fiscalYear, String supplierInvoice)
execute
method on the fluent helper object.reversalReason
- Constraints: Not nullable, Maximum length: 2supplierInvoice
- Constraints: Not nullable, Maximum length: 10postingDate
- Time StampConstraints: Not nullable, Precision: 0
fiscalYear
- Constraints: Not nullable, Maximum length: 4public CancelInvoiceExportParameters execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<CancelFluentHelper,CancelInvoiceExportParameters,CancelInvoiceExportParameters>
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.