I have written some VBA code that logs onto an R/3 system and uploads some data using a R/3 program.
What I now want to do is to call a particular SAPgui Dialog with all its functionality (such as Search, F4 Help etc) to refine the location where the data will be stored, and then pass this location, using VBA, to the program so that it stores the data where we want it.
My question is - Is it possible to call a particular R/3 screen from VBA, make some selections, and then capture that data. And if so, how do I do it?
Many thanks
Jack