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: Automatic validation on input once entered

Former Member
0 Likes
876

Hi All,

I have an requirement in such a way that, my program will be executed in RF gun.

My input screen will have TO, lineitem number and Destination Bin.

The above are three input field text.

Customer will scan through the RF gun and it automatically been filled in input field text.

My problem is once the last field (Destination Bin) is scanned ie, the value is filled, it should automatically confirm the TO.

If we use PAI then there should be a trigger to do this activity by using SY-UCOMM value i will confirm.

They wont use any button or even enter key. Once last field is filled it should automatically happen.

The program is designed in Module Pool.

Kindly help us.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
617

Hi mate,

most RF guns can be configured so that every time a field is filled, the entry is finished by an ENTER. You could catch this on your PAI modules.

Kind regards,

Alvaro

2 REPLIES 2
Read only

Former Member
0 Likes
618

Hi mate,

most RF guns can be configured so that every time a field is filled, the entry is finished by an ENTER. You could catch this on your PAI modules.

Kind regards,

Alvaro

Read only

0 Likes
617

Let me check with testing server and confirm.