Hi experts,
I really need your help to solve an problem.
I have to show a pdf file through web dynpro java.
I did it in the portal DEV and there I am getting tha data from DEV R/3 environment and creating the PDF file correctly but, unfortunatelly, when I am getting the data from QAS R/3 environment, I am not be able to get the pdf file, and I am receiveing the following
message There was an error while trying to parse an image.
In both environments I am receiving from R/3 TLine (tdformat + tdline), after that I am extracting
missing spaces, doing a string and using the method getBytes to convert this string to bytes and showing it calling an external window in web dynpro.
Some idea why it's not running properly in QAS but it's running correctly in DEV?
What could I do to solve it?
Best wishes,
Nelson Duarte.