cancel
Showing results for 
Search instead for 
Did you mean: 

Making an input filed non editable but search help shoul work

Former Member
0 Kudos

Hi experts

I want to make the user not to type anything in the input field. Instead he/she should use the search help assigned to the field. Is it possible? if yes. how?

thanks

Gaurav

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

So without some coding my requirement cant be fulfilled? Are you 100% sure?

Thanks

Gaurav

former_member184578
Active Contributor
0 Kudos

Hi.,

It is possible.,

Take 2 input fields and bind it to the same attribute. Let Say take MATNR of Type MATNR in Context node.,

Now bind the First Input Field to MATNR and 2nd also to MATNR.

Now Make 1st Input Field Read Only and For Second Input Field Width Give 1px. so the Search help will be side by first Input Field and Will Work Since You bind both input fields to same attribute..

hope this helps u.,

Thanks & Regards,

Kiran

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can't allow to enter means you have to use textview, but in text view or input display mode you wont get F4

or Search help so you can't select anything.

Before you can't do anything. After selecting value using search help you can disable input field. you can do that.

Cheers,

Kris.

Former Member
0 Kudos

Hi Gaurav,

in Read only mode the Search help option wont be come , because that it wahat actually SAp designed ,

you can write a check method to validate the input that user choosing the record which is present in the search help and trigger it

regards

Chinnaiya P