cancel
Showing results for 
Search instead for 
Did you mean: 

Launching a default application in PDA

Former Member
0 Kudos

Hi,

I have a requirement where user once logged in should be taken to a mobile application directly without user manually launching it from application launcher. Is it possible? I tried setting WDLITE properties DEFAULT_LAUNCH_APPLICATION. But it didnt worked. Help please.

Regards,

Dhana

Accepted Solutions (1)

Accepted Solutions (1)

former_member53099
Participant
0 Kudos

Hi Dhana

a combination of the following properties can be used to directly launch the application

u2022 mobile.dbguser.name

value : name of the logged-in NWM client user

u2022 mobile.dbguser.password

value : login password of the user for the NWM client

u2022 MobileEngine.jsp.StartApplicationDirectlyForUser

value : <user> : <name of the application to be launched directly>

Related link

<http://help.sap.com/saphelp_nwmobile71/helpdata/EN/c4/d2e247735b41c886653e1c9f63f319/frameset.htm>

Hope this helps

Best Regards

vaidehi

Edited by: Vaidehi Pandya on Feb 9, 2011 11:57 AM

Edited by: Vaidehi Pandya on Feb 9, 2011 11:58 AM

Former Member
0 Kudos

Hi vaidehi,

Thanks for input.

Will this property work for OCA applications too? And can it be configured in such a way that default application should be launched for all users?

Login screen is still required in my case so auto logon cannot be configured. Is this MobileEngine.pda.StartApplicationDirectlyForUser parameter evaluated after logon application?

Regards,

Dhana

former_member53099
Participant
0 Kudos

Hi Dhana

The property MobileEngine.pda.StartApplicationDirectlyForUser is evaluated after logon, so one does not necessarily bypass the logon screen. One cannot configure this property generically for all users but can give a set of users by using ';' between the <user:application> sets.

This property is applicable for handhelds, so should work for OCA app as well.

Best Regards

vaidehi

Answers (0)