public interface ISpendingStatusReportAcknowledger
Java interface defines the necessary methods to inform the
SAP CC Core Server system that the spending status report is handled in your client application.
The acknowledgment is sent invoking the ack(..) method.
This action ends the resend of this spending status report.
Depending on your business requirements, you can ask a confirmation from the SAP CC system to confirm that
your acknowledgement has been taken into account.
Use the ack(ISpendingStatusReportAcknowledgerListener) method with a non null argument not get this
confirmation back.
Please refer to the Notes on SAP CC Implementation sections in the StatefulServiceClient
or in the AsyncStatefulServiceClient to see how to implement the ISpendingStatusReportAcknowledger.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ISpendingStatusReportAcknowledger.ISpendingStatusReportAcknowledgerListener
This
Java interface defines a method to be informed that your acknowledgement has been received by connected SAP CC system. |
| Modifier and Type | Method and Description |
|---|---|
void |
ack(ISpendingStatusReportAcknowledger.ISpendingStatusReportAcknowledgerListener listener)
Informs the connected SAP CC system that the spending status report is handled by your client application.
|
void ack(ISpendingStatusReportAcknowledger.ISpendingStatusReportAcknowledgerListener listener)
null listener if the confirmation is not required for your further processing.
listener - The listener responsible for receiving the response to this acknowledgement