Hello,
at work we often have to transfer customerdata from SAP GUI to Outlook 2003.
At the moment we have to get the data manually via copy and paste from SAP GUI Textfields.
In the long term this is very frustrating and unefficient.
So to improve this process I thought that it might be possibly to read the data from the controls via VB WinApi = GetWindowText function.
Unfortunately one can easily get the handles of the controls, but not their content.
I don't know why maybe someone can help me?
If needed I can post the code. Although it works with other programs.
Another way to get the data should be possible if the SAP-Scripting is used.(As a macro or within vba-code)
I tried the macrorecorder, but it doesn't work.
So again I would like to ask for some help for solving this problem.
Thank you very much.