public class CancelFluentHelper extends Object
Constructor and Description |
---|
CancelFluentHelper(String materialDocumentYear,
String materialDocument,
Calendar postingDate)
Creates a fluent helper object that will execute the Cancel OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
MaterialDocumentHeader |
execute()
The default ERP configuration context will be used.
|
MaterialDocumentHeader |
execute(ErpConfigContext erpConfigContext) |
MaterialDocumentHeader |
execute(ErpEndpoint erpEndpoint) |
public CancelFluentHelper(String materialDocumentYear, String materialDocument, Calendar postingDate)
execute
method on the fluent helper object.materialDocument
- Material DocumentConstraints: Not nullable, Maximum length: 10
materialDocumentYear
- Material Doc. YearConstraints: Not nullable, Maximum length: 4
postingDate
- Posting DateConstraints: Nullable, Precision: 0
public MaterialDocumentHeader execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException, IOException
erpEndpoint
- Supply the ERP system instance for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
IOException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
public MaterialDocumentHeader execute(ErpConfigContext erpConfigContext) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException, IOException
erpConfigContext
- Supply the ERP system context for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
IOException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
public MaterialDocumentHeader execute() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException, IOException
com.sap.cloud.sdk.odatav2.connectivity.ODataException
IOException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
Copyright © 2017 SAP SE. All rights reserved.