cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling a Button on my ABAP Web Dynpro after reading imbedded Smartform.

Former Member
0 Kudos

Hi:

How would I go about enabling a Button on my ABAP Web Dynpro after the user has read the imbedded Smartform? Basically I have a Smartform in an Interactive Form on the UI. After the reader scrolls to the bottom of the Smartform, I want the "Agree to Contents" button to be enabled, so that the User implies that they have read the 5 page document.

Thanks,

MG

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi MG,

There is no event that can handle the scroll position.

I have two alternatives:

- place the button underneath the interactive form element

- place a button in the bottom of the form (please note: this makes the form interactive!)

Regards,

Roelof

Answers (0)