cancel
Showing results for 
Search instead for 
Did you mean: 

Get the the value in input field based upon the fast input field

Former Member
0 Kudos

Hello Experts,

i am new to webdunpro abap.

i have a small doubt in webdynpro.

isuue:- i have two input filed one is for " MATNR" and second input filed " Material Description"

I have to chhose the MATNR by pressing f4 (it is standard search help), it will come from MARA table.

Once it is filled the second inputfiled shoul filled automaticaly base upon the MATNR with readonly mode.

Could any body send me the the splutin or any sample code for this

Thanks in adv!!!

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member199125
Active Contributor
0 Kudos

then create an action for ONSELECT for 1st input field, then write the code in that action to get the desired value.

then pass the value to second input using set_attribute method.

Regards

Srinvias

Former Member
0 Kudos

Hi Rakesh,

You can Use OVS help to get your requirement done.

Follow the link to know how to use OVS in WDA

link : [http://www.saptechnical.com/Tutorials/WebDynproABAP/OVS/page1.htm]