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

screen resolution

Former Member
0 Likes
552

Friends i have a question in reports . if we prepare a report in our screen resolution and submit it to another client . the client screen resolution may be different so the report cannot be viewed neatly. so please tell me how to adjust my report for wat ever computer you view.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
503

I don't think that you can handle this for regular list displays.

Regards,

Rich Heilman

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
504

I don't think that you can handle this for regular list displays.

Regards,

Rich Heilman

Read only

0 Likes
503

not for lists for interactive complex reports

Read only

0 Likes
503

YOu cannot do that.

Reports and lists are the same.

Regards,

Ravi

Read only

Former Member
0 Likes
503

Hi !

The common ABAP-List-Processor cant do so but you may think about the following:

- create your list

- convert it to a HTML-List by using the FM

WWW_LIST_TO_HTML

- Save the HTML-List to a place where other clients can

acces it

- The size-problem is the a matter of the browser you're

using

Regards

Rainer

Some points would be nice if that helped a bit.