cancel
Showing results for 
Search instead for 
Did you mean: 

“Creating the JavaBE.ini File for SAP Systems” SMP 2.3 AGENTRY

Former Member
0 Kudos

creating his JavaBE.ini, at the 4th step

  1. Create a new plain text file named JavaBE.ini and save it in the installation folder of the Agentry Server.
  2. Using a plain text editor, open the JavaBE.ini file for editing.
  3. Create the [HOST] section with the following settings:

    [HOST]

    server=<your sap host system’s network name> 
    APPNAME=<name of your mobile application>

APPNAME= <What should i put here? >

Tags edited by: Michael Appleby

Accepted Solutions (1)

Accepted Solutions (1)

mark_pe
Active Contributor
0 Kudos

Gian,

Your question is implying that you are going to design a custom mobile application with your own Java backend.  Is this what you are trying to do?

If you are installing out of the box products they normally come with their own javaBE.ini.  If you are installing products generated by third party partners they probably have their own javaBE.ini provided in the install and they will have their own name.

To answer your question that is the name of your mobile application as seen SAP.  This is because you are referring to javaBE.ini.  Only Agentry mobile application that was designed to interface with a Java backend may use the file.  Some mobile application only uses SQL or SQLAnywhere and they would not use javaBE.ini.  The Work Manager 5.3 uses the java backend and this is why it comes with a javaBE.ini file.

For example: if your product is Work Manager 5.3 then it may look like:

~~~javaBE.ini~~~

[HOST]

server=yourservername.com

;  mobile application name configured in sap like SMART_WORK_MANAGER_51, SMART_CUSTOMER_SERVICE_10, SMART_ISU_WORK_MANAGER_10...etc

APPNAME=SAP_WORK_MANAGER_53

~~~~end~~~~~

The Appname is the name of the mobile application in the SAP ConfigPanel. This name is normally already preset by the design team who released the product in SAP.  If you are using out of the box then the example above is what you need. In my picture below (there were tons of other customization for other mobility application) - but the out of the box work manager 5.3 is still in there.

Hope this helps.

Mark

Answers (0)