Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Trouble displaying image if report is called from its transaction code

martin_blomeyer
Explorer
0 Kudos
232

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

1 REPLY 1

martin_blomeyer
Explorer
0 Kudos
204

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.