cancel
Showing results for 
Search instead for 
Did you mean: 

WAD Decision tree

Former Member
0 Kudos

Hi everybody,

let's say we are having a drop down box implemented via WAD,

based on info object 0country with entries 'DE' and 'FR' only.

As you know we can add a command sequence behind the drop down box.

Make it simple and let's say only the command

'set_data_entry_mode' is

added here.

How can we achieve a solution that:

In case 'DE' has been selected -


> set_data_entry_mode = active = on

In case 'FR' has been selected -


> set_data_entry_mode = active = off

kind regards

Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can use Path replacements to find out the selection made from the dropdown or trigger a JavaScript function using the ACTION_WITH_DEFAULT.

See an example below for a similar scenario.

http://help.sap.com/saphelp_nw70/helpdata/en/43/f5daaddfdb4c60e10000000a155369/content.htm