Comments on the article
Tools around HTTP
I'd love for SAP to have some "more user friendly" tooling around manual/outgoing HTTP requests or HTTP traffic in general (on-prem systems). People are used to transactions like /IWFND/ERROR_LOG (or IWBEP ...). Sure technically something separate as it is OData related but often used as counterpart when I do not need to actively call something but be called.
I'd rather not built these things myself over and over or have to manually enable traces in SMICM in order to check something. Are there transactions or in general maybe implementation strategies you'd recommend when it comes to building a more "robust" HTTP handling/interaction?
Added a section
We have added a section with the full code and a notice, if our endpoint is not working from your stystem.
Thanks for your comment.
you have entire code
little confusing do you have entire code
Currently, the topic of HTTP calls is not yet well anchored in the standard. Normally, in such cases, I go the standard route and log errors with the application log in order to then monitor them via other processes or send emails with notifications. There is nothing really for this in the standard yet... perhaps worth an influence request?