cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry - Where to get the Java Source code for Inventory Manager (SAPIM)

0 Kudos

Hi Experts,

I am new to the Agentry development. I need to work the java Source code to reach our requirement. I have imported the  (SAPInventoryMgr420Deployment-20150603.0830) Zip file and got the below structure. but Java source code is not visible there.

Some links and document is very helpfull.

Regards,

Dinesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

For Java changes, it is recommend to Extend the Java Code that modify the source files.

P6. Java Source code for SAP Work Manager 6.1

In the Java folder in you Agentry root directory a number of .jar files are located. They include the Java class files which do the interaction between the Agentry server and the SAP backend. If you need to make modifications to extend the data that is being passed, you will need to be able to change the source code. By default the source code is NOT available, when you download the Work Manager. You will need to sign a contract with SAP to get access to the source code. Once this is in place, you can find the source code in the SAP Software Download Center.

Also, on the link before it gives a high level overview of how to deploy extended java code.