Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Abap Development Tools API documentation

1,227

Hi,

I've seen a wonderful blog post from Marcello Urbani where he implemented a plugin for VS Code to edit ABAP code. I'd love to go in his footsteps and work on implementing a similar plugin for Neovim, however, for the life of me, I can't find any documentation on ABAP Development Tools API.

Is there even such a thing or the only way is reverse engineering it like Jerry Wang did in his blog post?

Best Regards,
Mantas

1 ACCEPTED SOLUTION

ThFiedler
Product and Topic Expert
Product and Topic Expert
818

Hi Mantas,

the only official API incl. documentation is the Java SDK for building Eclipse tools. The underlying REST APIs are not documented. The easiest way to find the appropriate REST APIs is to use the ADT Communication log.

Regards,

Thomas.

2 REPLIES 2

ThFiedler
Product and Topic Expert
Product and Topic Expert
819

Hi Mantas,

the only official API incl. documentation is the Java SDK for building Eclipse tools. The underlying REST APIs are not documented. The easiest way to find the appropriate REST APIs is to use the ADT Communication log.

Regards,

Thomas.

0 Kudos
678

Hi Thomas,

Are the APIs not documented at all? Or is the documentation only available internally?

I am sure some kind of documentation for the API must exist (anyway maybe in the 4 years since this post of yours?). And if it is internal, what prevents SAP from making it available publicly so that the  development community can use it to build tools based on it?

(We do not need official support for it, you know 😉 If you release it without warranty, that is also fine!)

Kind Regards,

Martin