Hi everyone,
I am writing a program to load some data from a spreadsheet into SAP using bdc batch input.
The first stage of this is to record the transaction that will be used to load the data. So far, so good.
The problem is that part of the manual process that I am recording is to press F7 to copy something, and this keystroke does not get recorded.
Can anyone tell me how I can manually code up this keystroke in my ABAP program so I can complete the automation of the manual process?
Thanks in advance,
Mark