Application Development and Automation 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: 
Read only

Dynpro Se51

Former Member
0 Likes
885

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

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
Read only

Former Member
0 Likes
836

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

Read only

0 Likes
836

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

Read only

0 Likes
836

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