cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Agentry Inventory Manager Scanning issue.

Former Member
0 Likes
325

We are implementing IM 4.2.0 application with latest SMP 3.0 SDK (Agentry_70.15.1_EditorPlugin_x86_64 and SMPAgentryClientFramework-Android-70.15.1). I have imported AgentryClientFramwork and build the it after that I am confusing what to do to make it work softscanbutton key.

1. Honey Well CT50 Barcode scanner is working only against ASCII String (example on search button of complex table).

2.Butt Scanner is not working against String property , instead of scanner , camera is opening up and not doing anything.

Could you please anybody help on this, If any body has an idea about open scan , could you please help me how to implement open scan in details (steps to achieve this functionality.

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Likes

Implementing OpenScan requires the following high level steps.

1) Make sure you are using Android Studio with Framework SP15 and above

2) Build the base Agentry client using the framework without adding any sample or custom classes

3) Verify the client can connect and functions as expected

4) For Open Scan there is sample code provided in the Framework in the following location as templates for different types of scanners
SMPAgentryClientFramework-Android-70.15.1\Sample\com\sap\mobile\platform\client\openui\altinput

  • CameraBarcodeScanner
  • HardTriggeredExternalScanner
  • ScanEventGenerator
  • SoftTriggeredExternalScanner

5) Add the appropriate one template file into your Agentry Framework project with the correct package reference

6) Modify the template file to include the necessary SDK calls based on your needs

7) Compile and test

--Bill