cancel
Showing results for 
Search instead for 
Did you mean: 

set zoom default

Former Member
0 Kudos

I want to set the form zoom default to 75 %.

Details:

The form is UI object of Wedynpro ABAP. In WDA application there is "Go to PDF" button. When the User click the button - the form gets open. I would like the form to have 75% zoom when it gets opened.

My guess is that I will have to write Javascript code in the form.

Actually I put code "this.zoom = 75;" in the form Initialize event. But it doesn't work.

Any help is appreciated.

Thanks,

Tatyana

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Otto, thanks for a quick reply.

I already checked FP_PDF_TEST_20 in se38.

This is a little different technology than what I am using.

My form is UI object in Webdynpro.

OttoGold
Active Contributor
0 Kudos

Hello,

when you check your ERP system, tx SE38, there are some demo programs named like FP_* where I remember one of them is manioulating some display properties and zoom is one of them, If I am right. Maybe this could be a good point to start from.

Hope that helps a little.

Regards Otto