cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode Generation in SAP work manager app

0 Kudos
426

Hi Experts .

My requirement is to create a barcode when the WO is selected on SAP Agentry (WorkManager app) on iPad .

The Idea is the generated barcode woudl be GS1 barcode that when scanned using a scanner device from the iPad screen will help user to fill the value of WO # on their screen isntead of typing in and out and lead to data error , help with some Tag in tag out.

In order to generate barcode we looked up if Open Ui5 can be used .. Any ideas are welcome..

Thanks

View Entire Topic
sayed_khan
Explorer
0 Kudos

you can achieve this by OpenUI, In agentry create a field(ExternalData) where you want to show barcode, map a class to it as shown in screenshot(Prog ID), pass the values from agentry which you need in generating barcode, write your logic in class to generate barcode and return the output in getView() method.