Hello experts,
I am trying to solve the following problem:
I have a list of invoice numbers and I need to generate a pdf for each of the invoice, one by one.
I can of course do this normally in VF03 - Issue Output To - Print Preview - "pdf!" - save the pdf. But I want to save time and automate the process.
I am familiar with SAP GUI scripting and I can successfully get to the point where SAP generates the pdf and this pdf is opened by Acrobat Reader but still in the SAP environment. I cannot figure out how to continue to interact with the program and tell it to save the pdf to, lets say, Desktop.
Or if there is another way to achieve what I am trying to do (convert a list of invoice numbers into pdfs containing the corresponding invoices), I am all ears.
Thanks a lot!