Application Development and Automation 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: 
Read only

Module Pool Program Event - input event without pressing button or value help

Former Member
0 Likes
1,980

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

2 REPLIES 2
Read only

deepak_sharma_sap
Active Participant
0 Likes
939

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

Read only

VenkatRamesh_V
Active Contributor
0 Likes
939

Hi Tashi,

Try,

Change    input field  into  list  box. Fill   the  fctcode  'CHECK'. In PAI  Write   your logic.


Hope  it helpful,


Regards,

Venkat.