Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Fill another field with value of a search help without an ENTER

Former Member
0 Kudos

Hi ,

This problem you will find everywhere in SAP.

You open a SearchHelp, select a value and the value is placed in the input-field. Only after an ENTER the text-field next to the input-field is being filled.

Do you know how I can change this in an customer-specific transaction, so that the text-field and input-field are filled without an ENTER ??

Kind regards,

GJ van Holland

3 REPLIES 3

amit_khare
Active Contributor
0 Kudos

In SAP everything happens based on EVENTs...

so an event needs to be trigger to enter the values.

As an alternative you can fill the value along with the previous cell value (Event) otherwise you need to press enter or something to trigger an event.

Former Member
0 Kudos

Take Dialog type - Display Values immediately instead of Dialog with value restrictions

0 Kudos

where can I find that Dialog Type ??