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: 

Dynpro Se51

Former Member
0 Kudos

Hi There,

I have multiple Transactions in one dynpro, I want to have spaces between  These pushbuttons, how do I fix that the Buttons are not without spaces under each other?

second prob, the pushbuttons should be an circle around a Picture (company's logo) how do I insert this logo in the dynpro or abap source code?

Thanks in advance.

Andre

3 REPLIES 3

former_member182550
Active Contributor
0 Kudos

Use a picture control for the logo and instantiate it during the screens initial PAI.

Program SAP_PICTURE_DEMO will help you with this.

As for your push buttons,  when you insert them using the graphical screen painter you can position them where you like so I'm not sure I understand your problem.

Rich

0 Kudos

Hi Richard,

see attached... I dont know why the Buttons in my Programm aren't like in the Screen painter. could you help me?

Thanks

0 Kudos

In dynpro attributes, did you set the "Swith Off Runtine Compress" box?

In dynpro layout, container for picture, did you set some "Resize" box?

Regards,

Raymond