cancel
Showing results for 
Search instead for 
Did you mean: 

Start with SAP Sales Manager App (Agentry App) on SMP 3.0

former_member227918
Active Contributor
0 Kudos

Hello Experts,

I have a requirement, where I need to setup development environment (eclipse) with Agentry platform and work on customization in SAP Sales Manager App (standard app) as per client requirement.

My questions are:

How to setup eclipse for make changes in SAP Sales Manager App, and what are prerequisites and all ?

Can we import standard code of Sales manager app into eclipse ? if yes, How to import code and do customization on top of it ?

I am a beginner on Agentry app development and referring below document:

http://www.sap.com/documents/2015/07/1c53501e-5a7c-0010-82c7-eda71af511fa.html

But I think I need more particular learning material for SAP Sale Manager app (Agentry App) using SMP 3.0 and customization on top of it.

Appreciate your help.

Thank you,

Akhilesh

Accepted Solutions (0)

Answers (3)

Answers (3)

sravanthi_polu
Contributor

Hi Akhilesh,

Have you deployed standard sales application to SMP 3.0 server.Below are the generic steps to create custom Agentry application in SMP.

  • Create a custom application in configuration panel
  • Create custom application in SMP Cockpit
  • Import the standard application into eclipse and rename to custom name space
  • Publish(Check the override base files option while publishing to server) the app to development server by setting up the development server path to “Agentry.ini”. This will create a folder . \SMP_HOME\com.sap.mobile.platform.server.agentry.application.Custom app name \Application\Development
  • Copy the other missing files from the standard zip to the custom app
  • Modifiy the JavaBE.ini file with custom app name in [HOST] & [SERVICE_LOGON] sections
  • Perform Agentry App restart from Management cockpit, this will load the backend connections
  • Re-start the SMP Server.This will update the configurations in Agentry.ini.
  • Perform sync from device

Regards,

Sravanthi Polu.

former_member227918
Active Contributor
0 Kudos

Hi Sravanthi,

Thanks for your reply, yes, we have deployed standard Sales App, and rest we are doing I will follow your steps provided above to verify my task and will keep posted if any issue occur.

Regards,

Akhilesh

mark_pe
Active Contributor

Akhilesh,

You may try to review this article.

https://launchpad.support.sap.com/#/notes/2103549

It has the instruction on how to do it.

There may be an issue that you will bumped into which is tied to when you download the SMP 3.0 (Sales Manager 2.5.7 patch) it may require you to add a serial code. Normally for Work Manager or Service Manager it does not require a serial code. But the end goal is to get 2 files: ServerProd and ServerDev directories which is a copy of an older Agentry 6.0.X installation. If you are brand new to Agentry then this may be a little out of scope with respect to SMP 3.0. The document above should help. You may need to work on getting in touch with your AE to see if you can get a serial code (most likely you would not be able to) but we in SAP are working in resolving serial code issue but it is still in the works. The goal of this statement is to at least give you the link to the notes.

Hope this helps,

Mark Pe

SAP Product Support

bill_froelich
Product and Topic Expert
Product and Topic Expert

You should also check to see if the product was certified to run on SMP 3.0. If not, then you may run into a number of issues as there are server differences between Agentry 6 and SMP 2.3 and SMP 3.0

former_member227918
Active Contributor
0 Kudos

Thanks Bill for your reply.