cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Toggle enabled/disabled on FloorPlan Manager step

Former Member
0 Likes
552

Hi Experts

I am enhancing one of the standard ABAP WebDynpros for Travel Management.

In the Overview screen I have added a checkbox which the user selects to indicate that he/she accepts the terms and conditions.

The checkbox is linked to a WDYBOOLEAN in the controller context.

I want this checkbox to control the enablement of the "Review" button as well as the "Review and Send" step in the FloorPlan Manager breadcrumb.

Could somebody please explain to me how I can do this?

Thanks

Anton Kruse

View Entire Topic
sahai
Contributor
0 Likes

hi,

http://wiki.sdn.sap.com/wiki/display/WDABAP/SimpleapplicationtochangepropertiesofUIElementsduringruntimeinWebDynpro+ABAP

this link above will lead you to an article where you will find how to get an UI element enable and disable on the action of an radio button.

now the only difference is that you are using a checkbox for generating an event so when you are creating a method for this event remember to make it as an event handler where event will be on_data_check.

thanks and regards,

shitanshu sahai

Former Member
0 Likes

Hi Shitansu

You didn't read my post properly.

I need to be able to change the enablement of UI elements not contained within the Web Dynpro view.

The UI elements I want to change are part of the FloorPlan Manager.