‎2016 Jul 17 9:03 PM
Hi Experts,
i have a requirement to trigger an event as soon as input is entered into the input field.
The input field will capture value (product Number) from BAR CODE and as soon as the value is captured without any user intervention , an event should be triggered so that i can executed a logic in the program.
i am aware of the usual events in module pool program:
PAI (process after input , usually requires user pressing button after input).
value help ( requires user to choose value help f4).
Is there any event which i can use in this requirement.
REgards,
Tashi
‎2016 Jul 18 5:01 AM
Hi Tashi,
Until u hit enter or any other button , how would system know that you have finished providing input.
You would be using a hand held device(3rd Party) to read the Bar Code and then pass details to SAP through interface. So I believe in the interface you can implement your logic to skip the PBO and directly goto PAI.
Thanks
Deepak
‎2016 Jul 18 7:31 AM
Hi Tashi,
Try,
Change input field into list box. Fill the fctcode 'CHECK'. In PAI Write your logic.
Hope it helpful,
Regards,
Venkat.