cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger function code on SAP Console after scanning bar code

Former Member
0 Kudos

Hi,

I would like to trigger the function code 'Next' on the barcode scanner immediately after the user scans a bar code.

Is this possible. If yes, could you please help me out.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello!

One possible solution is to define a suffix on your barcode reader hardware. The suffix could be a function key (i.e. F8) which is assigned to your NEXT button in the GUI Status. After scanning a barcode, the scanner send's always the defined function key and NEXT is performed automatically.

Another possible solution is to print every barcode with an ending function key. This is unusual, because in majority its not possible to influence the barcode printing procedure.

Greetings,

Johannes

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Grame.

You have to call NEXT code in PAI.........FIELD ON INPUT.

so once the Barcode will scan on that field it will automatically called the Module on Input code and there you can call further code.