cancel
Showing results for 
Search instead for 
Did you mean: 

Ovs

Former Member
0 Kudos

Hi,

i have two input fields,in that after entering first inputfield value...based on that value for second inputfield searchhelp should be provided..iam getting that search help for second input field but after selecting in searchhelp that value is not binded in inputfield

Accepted Solutions (0)

Answers (2)

Answers (2)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Duplicate post

Former Member
0 Kudos

can anyone tell me that phase1 phase2 phase3..in ovs ..in detail

Former Member
0 Kudos

Hi Vasavi,

Please go through this..

http://wiki.sdn.sap.com/wiki/display/WDABAP/InputhelpofObjectValueSelectioninWDABAP

and read this also..

http://help.sap.com/saphelp_scm50/helpdata/en/30/d7fa41c915da6fe10000000a1550b0/content.htm

Cheers,

Kris.

abhimanyu_lagishetti7
Active Contributor
0 Kudos

did you coded for phase 3

when if_wd_ovs=>co_phase_3.

  • apply result

if ovs_callback_object->selection is bound.

assign ovs_callback_object->selection->* to <selection>.

endif.