Implement ADF: ABAP Daemon Framework

The example below depicts one of the possible use case of abap daemon, with the integration between interface technologies: AIF(Application Interface Framework), IDOC’s, Asynchronous RFC, Business events(workflow) & class events, Report program, email and ABAP Daemon. Disclaimer: In example, no actual document is created but used some dummy number (assuming SAP Document number) to update […]

Continue reading


FEH (Forward Error Handling) & ECH (Error Conflict Handler)

ABAP Development, SAP Cloud Platform, ABAP Environment

FEH – Forward Error Handling FEH (Forward Error Handling) is used for Error handling in Asynchronous Services. Asynchronous inbound service operations should support service-oriented error handling: if an error is detected while executing a service call, performing the requested service is not rejected immediately. In particular, no immediate “rejection message” containing error information is sent […]

Continue reading