Hello everyone, I'm currently working on integrating with SAP systems using ADT (ABAP Development Tools) APIs and have been exploring various endpoints exposed by the ADT service. While I've identified several API paths through XML metadata (such as those related to repository information systems, debugger controls, Web Dynpro components, and abapGit repositories), I'm struggling to find comprehensive official documentation that details: 1.The full list of available ADT API endpoints and their purposes 2.Required request parameters, headers, and body formats for each endpoint 3.Authentication/authorization requirements (e.g., supported OAuth scopes, session handling) 4.Response structures and error codes 5.Versioning information and compatibility notes For example, I've come across endpoints like /sap/bc/adt/repository/informationsystem/search (for object search) and /sap/bc/adt/debugger/watchpoints (for debugger controls), but I need more details on how to properly invoke and interact with them. Could anyone point me to official SAP documentation, guides, or resources that cover these ADT APIs in detail? Any insights from community members who have worked with these APIs would also be greatly appreciated. Thanks in advance for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.