I’m testing oData functinality with SAPUI5. So far I’ve implemented GET & DELETE which is working fine. No when I want to add a new Entry I get some problems. Im sending the Create-Request like this: This is my Request: Also the data I want to post is mentioned in the request: When I add an external Breakpoint to my
Tag: abap
Conditional loop clearing of HR infotype itab lines?
I have no idea about ABAP – but my colleague (also no idea about it) showed me some code he came up with and it consisted of wayyy too many if-statements. In JavaScript I could’ve improved it but in ABAP I’m a bit lost because I’m missing my Arrays ;). I found out that internal Tables are used instead. But