Creating Simple Report in SAP Cloud Platform ABAP environment. Step-by-step guide

SAP Cloud Platform, ABAP Environment is the SAP Platform-as-a-Service (PaaS) offering for ABAP development that enables developers to leverage their traditional on-premise ABAP know-how to develop and run ABAP applications in the SAP Cloud Platform, either as extension to SAP software or as standalone applications. Also Read: What is SAP ABAP 7.4 Certification? This blog […]

Continue reading


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