Dear experts,this is driving me mad.I have several calling programs, which calls one wanna-be generic and reusable class. That class is supposed to select data from different CDS view entities and process them. Therefore I need to let the class know ...
Hello guys,can you please give me a hint what could be the cause for not being able to connect to the subaccount in Cloud Connector. The error message is: "Failed to resolve 'connectivitynotification.cf.eu10.hana.ondemand.com' [A(1)] and search domai...
Dears,I have been trying to get a free tier Integration Suite based on PAYG model as an individual developer. It does not seem to be possible to do so from BTP trial account, so I followed this SAP tutorial to set up a BTP free tier account for mysel...
Dear colleagues,I am absolutely confused with the behavior of CPI Message Mapping. When I upload an XSD file as a source message schema, it is just fine. No compaints. When I upload EXACTLY the same file as a target message schema, I get a validation...
Pretty good. A friendly suggestion: if you ever feel like extending this tutorial, you may want to show something about mapping values to the message and dealing with types mismatch. Also catching the response and error-handling gets handy for beginn...
Dear @Sandra_Rossi @ulrich_mhrke ,as promised, I am coming back with the solution. The key was that, although it might seem suprising, it is possible in ABAP to type data from a variable when you use dynamic data type creation using CREATE DATA.Situa...
Tested, you are right. It would not even compile, since reference is not an internal table which I could select data into.What you suggest is working, but I would need to refactor the whole class. The most important for me is that I understand the r...