Jens Schwarz
Jens Schwarz
While using 2 tag descripotions with externalDoc for the first one there is a closing bracket missing at the end of the second description (before ] bracket) ``` { "name":"contacts_controller",...
Now that we have a great [ABAP OpenAPI Client Generator in ABAP](https://github.com/abap-openapi/abap-openapi-client) Is it planned to "upgrade" the coding to serve OPEN API 3.0 instead of Swagger 2.0? Regards, Jens
Objects of type SOBJ are always shown changed/with diff even if they are not changed. The reason is a different activation date.  
I found out that the dependency resolution is quite slow and not needed in every use case. There are many checks that do not rely in dependency resolution. Because of...
I would like to use abaplint checks integrated in SCI/ATC, but I do not like to give a configuration for each package. Instead I would like to use a fallback...
I tried to generate coding for the following API spec: [edi-energy-MaLoIdent_2024-07-03-v1.0.0-swagger.json](https://github.com/user-attachments/files/17921031/edi-energy-MaLoIdent_2024-07-03-v1.0.0-swagger.json) The generation dumps with OBJECTS_OBJREF_NOT_ASSIGNED because there is no instance of "schemas" in parameter "transactionId" for operation POST /maloId/request/v1....
For use in customer-specific implementations or as inline documentation within the generated interface, I would like to include the schema descriptions as a separte field in MS_SPECIFICATION-COMPONENTS-SCHEMAS or as an...