Hello!
I have made loads and loads of SAPScripting (SAP GUI scripting) using Excel and VBA. That is really useful and allows for a great deal of efficiency. Lately i experimented with some RFC calls and that is really cool because its faster and allows the program to execute in the background i.e not using the GUI.
However, I don't have too much experience with using Function Modules and ABAP code. And so far I have only been able to fetch data from tables.
So I'm wondering if the regular SAPScript (session.findById.. etc) can be used in RFC calls. To carry out different updates as if they were done in the GUI?
And if so, does anyone possibly have a bit starter code to get me started? 😊
BR Mattias