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

Resizing the screen

Former Member
0 Likes
718

Hi,

I have a problem with my the UI of a program. Depending of the resolution of the computer the layout is totally different and in some cases it is not usable at all. Do you know if there is any possibilitiy to save some of those layouts for the different resolutions? or any solution that can help me? Now I am checking generate dynpro but I think this is not a solution.

Thanks very much.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
654

Hi,

I faced same problem with one of my developments. nothing to do with SAP. Just check the graphics settings of the system(the one which is clearly visible) and set the same settings to other required systems.

Try this it might help you.

Thanks

Raghavendra.D.S

4 REPLIES 4
Read only

Former Member
0 Likes
655

Hi,

I faced same problem with one of my developments. nothing to do with SAP. Just check the graphics settings of the system(the one which is clearly visible) and set the same settings to other required systems.

Try this it might help you.

Thanks

Raghavendra.D.S

Read only

Former Member
0 Likes
654

hi,

Just check the patch for the same may be updating Patch level of UI will workout.

Read only

Former Member
0 Likes
654

Could you tell me in which scenario you are getting this problem?

I faced the same problem in OO ALVs displayed in a custom container. The same was resolved using Docking containers.

Read only

Former Member
0 Likes
654

Hi,

thanks everyone for your questions. Finallly we use this to generate the dynpros

GENERATE DYNPRO ls_header lt_fields_out lt_flow lt_match ID p_dynpro_id

MESSAGE message

LINE line

WORD word.

Edited by: Alejandro Montero Caletrío on Jun 17, 2010 11:01 AM