2008 Nov 19 9:08 AM
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
2008 Nov 19 9:12 AM
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.
2008 Nov 19 9:13 AM
Take Dialog type - Display Values immediately instead of Dialog with value restrictions
2008 Nov 19 9:16 AM