Skip to Content
0
Former Member
Aug 08, 2016 at 12:55 PM

Java source part of the SAP Mobile Inventory Manager.

72 Views

Hi All

We use Mobile Inventory Manager 4.1 for Android.

Now we want to extend it to show "Material Description" in the list of materials Dialog.

So we explored what we can to download from https://launchpad.support.sap.com/#/softwarecenter

- MOB INV MANAGER WIN MOB 4.1.0 -
Inventory Manager Modile client for Windows


- SAP Inventory Manager Modile client for Android


- MOB INVENTORY MGR WPF 4.1.0 -
Inventory Manager Modile client for WPF


- MOBILE ADD-ON FOR ERP 6.1 - ERP INTEGRATION -
Addon for ERP


- SAP MOBILE PLATFORM 3.0 - SAP MBL PLATFORM RUNTIME-SVR -

SMP Server


- SAP MOBILE PLATFORM SDK 3.0 - SAP MOBILE PLATFORM SDK/

SMP SDK (Not requaried)


- SAP Inventory Manager 4.1.0 Deployment

Inventory Manager Deployment part for SMP and for Eclipse to import


- SAP Inventory Manager 4.1.0 Language Packs

Inventory Manager localization files for different languages.


To extend Agentry project we generally need to have

- Agentry project tha descibes Screens, Agentry Objects, Agentry tables

- and Java project that desribe Java class to communicate with SMP


We can't find Agentry Java sources for Inventory Manager on the "SAP Software download".


Q1.

Do SAP provides these files to partners?

How they can be found on "SAP Software download"?


In this thread

Mark writes that Java binries (SAPIM*.jar) may be sufficient to extend complextable and add new fields.


Q2.

We can try and go this way, just wanted to know it it is default SAP recommendation for extending standard SAP Agentry project?


Having the source code of the project would be much easier to carry out the extension.