Skip to Content
0
Former Member
Dec 04, 2006 at 08:38 AM

Selection-Screen validation .( search Help)

70 Views

Hi All ,

i have three parameters

PARAMETER :p_plnbook LIKE /sapapo/pbdvw-mview DEFAULT 'ZDP_PBOOK'

PARAMETER p_datavw LIKE /sapapo/pbdvw-dview OBLIGATORY . "

PARAMETER :p_keyfig TYPE /sapapo/iobjnm OBLIGATORY .

p_plnbook is having the search help at field level .

What i want is Based on the p_plnbook value i have to display the search help for p_datavw . and based on the p_plnbook , p_datavw values i have to display the search help for p_keyfig .

I have the logic for this . But thing is modifyed value in parameter p_plnbook is not getting changed (still it is 'ZDP_PBOOK' ).

Can any body help me on this please .