on 2019 Feb 14 6:04 PM
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
Thanks Mohammed , Do you have documentation or any link whch I can refer to .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
abhijeet.khurd tagging for suport.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
9 | |
5 | |
4 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.