cancel
Showing results for 
Search instead for 
Did you mean: 

Web SAP Console - Advancing cursor

Former Member
0 Kudos

I have a question related to ABAP. I have to design a scanner transaction that will allow the user to scan multiple items. For each item scanned I need to have it invoke some logic that will take the input from the scanner and populate a table - in the PAI module.

My problem is that I cannot seem to get the PAI code to fire unless the user hits enter.

My question is... "Is there a way to fire the PAI when the field is completely filled or do I have have the handheld device send an enter when the barcode is scanned?"

Any help would be appreciated.

thanks,

Chip

Accepted Solutions (0)

Answers (1)

Answers (1)

KHummel
Participant
0 Kudos

Hi Chip,

you have ABAP programs on the mobile handheld device???

You might check the driver software of your scanner. On our devices (Panasonic CF-BP1), there is the possibility to add suffixes (e.g. ASCII 10 + ASCII 13) to the scanned code to provoke an "Enter".

Maybe your devices have similar capabilites.

Greetings

Klaus