Step-by-step configuration of MCP servers for developing in ABAP
In this article, we have seen how AI agents and MCP servers can help us in our daily ABAP development work. Below is a document that outlines all the configuration…
In this article, we have seen how AI agents and MCP servers can help us in our daily ABAP development work. Below is a document that outlines all the configuration…
Creation of the Business Object and authorizations Here we create a CDS that allows us to list possible anomalies for a handling unit. Then we create the associated BDEF: We…
In this last article, we saw how to use Github Copilot to assist us in development, whether in terms of autocompletion, code suggestions for unit testing, or object creation. However,…
Who has never had to adapt a CDS field because it exceeded 30 characters? And, as a side effect, it is therefore impossible to have the desired field in the…
Let’s delve into the heart of ABAP’s RAP model, where these mysterious side effects play an essential role. Designed to optimize the user experience in Fiori applications in Draft mode,…
In that article, we saw how to use Github Copilot. However, we were using an unofficial extension, since no official one existed. Github now offers us its official extension. This…
The aim of this article is to introduce you to a tool developed by Abapeur.fr: CPI Logs Analyser (Beta). This tool, to be integrated into your SAP On-Premise or Private…
If you want to call one of your APIs locally for testing purposes, or to use it in one of your development objects, you can use a local proxy (…
The purpose of this blog is to show you how to create/modify/delete google sheets via background programs from SAP. Since these are background jobs run by the SAP system, it…