Hi Folks,
I have a button on my WDA component which call an RFC in R/3 system to generate a PDF letter. I just call this RFC when the button is clicked on WDA screen.
The issue i have here is iam unable to see the letter when i click the button, but when i put break-point it goes thru the RFC and i can see the PDF letter. My assumption is that there is delay in the data being retrieved from R/3 to CRM. By the time the PDF data is sent back to WDA in CRM from R/3 the button is getting executed and ended.
So gave condition in button handler to wait till it gets the "Print Successfull" message from the RFC .
This works but only in cases where there is not much data retrieved by RFC from R/3, in cases where more data is retrieved by RFC from R/3 the letters is not shown.
Please suggest if there is a work around for this.
Thanks,
Suri