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

How do I point Work Manager 6.5 at new sap framework mobile application configuration?

welshcathy
Explorer
0 Kudos
437

I started with these standard objects:

  • SMP Application ID: SAPWM65
  • Agentry Application Name: SAPWM
  • SAP Framework Mobile App configuration: SAP_WORK_MANAGER_65

I’ve created copies of the following

  • SMP Application ID: SAPWM65_DEV
  • Agentry Application Name: SAPWM_DEV

When I ran these copied versions they picked up SAP Framework configuration under key mobile app SAP_WORK_MANAGER_65.

I copied this SAP Framework Mobile App configuration to a new mobile application key ZAP_WORK_MANAGER_65_DEV.

How do I point my new Agentry app at this new SAP Framework mobile application?

I've looked everywhere and can't find anything obvious 😞

Cheers,

Cathy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Cathy,

In the JavaBE.ini file for the application (found in the root server directory for the application in the SMP directory), you will want to update the APPNAME setting under [HOST] which is at the very top of the javaBE.ini file (see example below)

[HOST]

server=your-SAP-server-name-here ; 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_64

Update the APPNAME to match the application name in the SAP framework (it is case sensitive)

To have this change take effect, after making this change, you will need to redeploy the application.

Brian

welshcathy
Explorer
0 Kudos
Brilliant - thank you Brian - I would never have found that!

Cheers,

Cathy

Answers (0)