google/ai-abap-assistant-sample — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an AI assistant add on for SAP ABAP development like this sample. I want ABAP developers to be able to right click in SAP GUI or Eclipse ADT and ask Gemini on Google Cloud to help with the code they’re working on.

It should support the core actions from the repo, explain selected ABAP code in plain English, review code and point out issues, suggest new ABAP code, and suggest ABAP unit tests. Keep it focused on being a practical coding helper inside the ABAP editor, not a separate web app.

Use the existing sample structure and setup approach from this repository. Assume the SAP system already has the Google ABAP SDK installed, version 1.9 or newer. Include anything needed to import or transport it into an SAP system, and make the code easy to review before import.

Please look up current Google Cloud Vertex AI and ABAP SDK docs online if needed, but don’t add unsupported features beyond this assistant workflow.

Want more depth? Deep Reverse