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: 

dispaly image on right side of ML81N screen

former_member185116
Active Participant
0 Kudos

Hello all,

in service entry create screen ML81N,

i am supposed to display some scanned image on the right side(red colored area),

i tried of displaying an image on custom container by going to screen number,

however we are not allowed to use access key,

is it possible to display image on standard screen,

please suggest a suitable solution..

2 REPLIES 2

bpawanchand
Active Contributor
0 Kudos

Hi

i tried of displaying an image on custom container by going to screen number,

Did you try to check with some screen enhancements , when you say the above statement.

Why do you need a modification to the standard object. I would recommend to search if there are any user exits in which you have a possibility to enhance the screen rather modifying it.

Thanks

Pavan

raymond_giuseppi
Active Contributor

You have to find a BAdI/Enhancement point in PBO of the screen, there you can add some code to attach a docking container (CL_GUI_DOCKING_CONTAINER) to the right of current screen/dynpro, and display your picture in it.