xinitrc86
xinitrc86
Hi Lars, Maybe not exactly the topic. Althought the transformation happens super fast, I'm not a fan of handling the capslocked attribute names in JSON. Basically I wish I could...
Well, on my case as /ui2/cl_json is available, transforming the abap response into a json would be quite easy. The idea is that if this parsing method doesn't exist we...
Hi larshp, I have achieved this by using class /ui2/cl_json, replacing the transformations in methods from_body and json_reply of clas zcl_swag. For the spec I've changed zcl_swag_spec, method parameters, where...
You could deliver an no check exception, zcx_swag_request_failure that imports code and response message. Catch it inside zcl_swag->run and manipulate mi_server->response
Hello RandomByte, I worked locally in the issue for a personal project. The load times for me (average notebook, windows) were huge. I got the behavior I wanted for the...
Hi Victor, I have flavored simplicity here...I had no use for running in a group on a remote application server and didn't mind running on all groups of the current...
Still no ability to define a group, but according to documentation destination in group is preferable over destination "none". Now destination in group is being used.
Sure, [this](https://help.sap.com/doc/saphelp_nw73ehp1/7.31.19/en-US/4d/909309eba36e73e10000000a15822b/content.htm?no_cache=true) has: > Parallel-processing is implemented with a special variant of asynchonous RFC. It is important that you use only the correct variant for your own parallel processing applications:...
Hi marianfoo, I'm unaware of options at the moment. I'm currently off. When I get the time I will have a look on the code you sent and see if...
Damn phone...continuing... Thank you for sharing this!