cancel
Showing results for 
Search instead for 
Did you mean: 

Running webdynpro application on different screen resolution

0 Kudos

Hi all,

I am running a webdynpro application using differnt screen resolution but some times the output differs. And also in some case

the browser is not fully covered. Is there any method to see the application same on every screen resolution.

Accepted Solutions (0)

Answers (2)

Answers (2)

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hallo Mohsin,

look at SAP Note 1266588 on "Automatic height adjustment does not work" to solve your vertical sizing issue. SAP notes 1347454 and 1351822 also deal with 100% sizing.

In our SAP TechEd '10 Lecture Session CD203 on "Best Practices for Designing Web Dynpro ABAP User Interfaces" we also covered the 100% sizing topic. You can find the session recording here ... [www.virtualsapteched.com|http://tinyurl.com/2bqqpte]. I estimate (but actually cannot exactly measure) that the '100% Sizing part" starts at around 1h:15:00min.

Best regards, Bertram Ganz, SAP AG

Former Member
0 Kudos

Hi,

as far as i know there is no such method. Webdynproframe work facilitates UR (unified rendering ) which makes sure that the generated HTML code runs on available resolution. Idea is that the developer need not have to reinvent the wheel to supply resolution specific logic.

What we do is a context mapping to the height and Width of the root containers and test our application for different screen resolution and publish the relation(resolution vs pixel in context) results in our configuration document.

0 Kudos

Hi,

I have a group container in which I am placing all the UI elements. I have specified the width and hieght of it as 100%, the width is adjusted for any screen resolution but the hieght is not getting adjusted it is partially covering the browser.

gill367
Active Contributor
0 Kudos

Hello,

Make the width of the rootcontainer and the table etc whatever you are displaying in it equal to 100% and then whatever is the

screen resolution , it will be always occupy the full browser width.

if this is not the case, can you tell for which resolution selection you are getting the problem

Thanks

Sarbjeet Singh

Former Member
0 Kudos

hi

There is a application parameter WDSUPPORTSFULLHEIGHT, you can try that if it solves your problem.

0 Kudos

Hi,

I tried by adjusting the width and height of root ui element to 100% but it didn't work. I want the application to cover the whole

browser on every screen resolution, but for some case it doesn't work.

0 Kudos

Hi,

I tried with the wdsupportheight parameter , I also tried with the values 0,1,2 but it didn't got resolved. Is there any other method.