cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode Generation in SAP work manager app

0 Kudos

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

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

Thanks Mohammed , Do you have documentation or any link whch I can refer to .

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.

0 Kudos

abhijeet.khurd tagging for suport.

former_member265714
Participant
0 Kudos

SAP Work Manager uses the camera to read bar codes . The Work order tile has bar scanner built in. To generate the bar code when the work order is selected is might be done using the single action select and Open UI to call an external 3rd party bar code reader.

This is customization.

--Subash

0 Kudos

Thanks Subash.

I understand on the read part of Barcode using camera. But we are particularly facing challenge on generating barcode on WM app using open UI.. Do you have guidance around this or article that depicts such development.

Thanks

Sandeep

Tagging jason.latko for advise.