Skip to Content
0
Former Member
Mar 03, 2009 at 08:30 AM

enter the value in selection screen's field dynamically

708 Views

Hi all,

I have two parameters on my selection screen, i am taking the value of first parameter from F4 help and now i want to populate the value dynamically in second parameter depending upon the value selected by the user in first parameter.

i am using the following code.

at selection-screen on value request p_first.

call the FM to get F4 help.

loop at screen.

if screen-name = P_SECOND.

p_scond = desired value.

modify screen.

endif.

endloop.

but this is not working.

Please let me know how to achieve this.

Thanks in adv.