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

hi friends

Former Member
0 Likes
390

hi friend,

this is satishraju from hyderabad.can any body tell the exact and tell in brief answers for my questions.

1.How do you manage screen resolution .

description for this question : when we use reports depending on the screen level we should change the line size for same program in different computers of different screen sizes.my question is i should see the same scenario of what i have given in code to all screen levels what ever the screen size may be ,it should fit for all screen sizes .how can i do that .i think you understood my question and i am very much brief to my question.please send to my mail id or send reply to me .

2 REPLIES 2
Read only

christian_wohlfahrt
Active Contributor
0 Likes
360

Hi Satishraju!

Somehow SAP follows a different concept. In a report you can define a line size (e.g. 80 chars), in a dynpro (for a transaction) you can define a screen size (default since 4.6C 120 columns).

Then you can use this from a program and display different data.

The font and fontsize is defined locally in the GUI settings - you can't influence this (transaction dependend - you could trigger a software distribution).

If the screen on a specific client is smaller, you can have scroll bars or line-breaks (in text) - but there is no 'smaller' sending of data.

Only local change of screen size (and fontsize) can do something in this question.

Regards,

Christian

Read only

Former Member
0 Likes
360

Hi,

it is purely depends on presentation server Resoultion.and if you want the same resolution when you are doing some BDC programs then you have option CTU_PARAMS.

here you can set the default size so that when you are running the program you can see the same screen size.

<b>

CTU_PARAMS-DEFSIZE = 'X'.</b> But this will not work with normal reports/ .

maintain the same resolution at Presentation level itself.

REGARDS

VIJAY