2023 Aug 23 9:26 AM
Hello SAP Community,
I've got a report that is perfectly fine. I also implemented a picture as shown in SAP_PICTURE_DEMO.
Everything works perfectly until I call my report from its transaction code; the implemented image doesn't show. Has anyone ever encountered this kind of problem?
Regards,
Martin
2023 Aug 23 9:43 AM
The problem was that I called the picture_demo=>main1(). before manually calling screen 100 in the report, but the transaction calls the screen directly, not from the code. I had to move the call of the picture demo class inside the PBO of the screen.