cancel
Showing results for 
Search instead for 
Did you mean: 

Donu00B4t show Settings in menu

Former Member
0 Kudos

Hi all,

I have SAP Mobile Client 7.1 SP09 for pdas and we need to "remove" some links from menu options. The best way is that user only can see "Application Launcher" and "Sync".

Is it posible? In SAP Mobile Infrastructure 2.5 SP19 you can customize this with the MobileEngine.config but now no.

Regards,

Roberto

Accepted Solutions (1)

Accepted Solutions (1)

former_member206242
Active Participant
0 Kudos

Hi Roberto,

In SAP Mobile Client 7.1 (webdynpro lite) for PDA, you can not disable/enable any menu items provided by the framework. These menu items are needed for client functionality.

From SAP Mobile Client 7.11 this feature is provided to enable disable menus.

In case you do not want to see the application launcher then you can use autologinapplication functionality which will take you directly to the application after login.

Hope this clarifies your doubts.

regards,

Nipun

Former Member
0 Kudos

Thanks for your response,

But when I launch the app directly (autologonapp) the menu option is disabled. Hou can I launch the sync from app in this case?

Thanks,

Roberto

former_member206242
Active Participant
0 Kudos

Hi,

You can set the autologon application by creating a "configuration.properties" file in \MI\Settings folder.

Add text "autologonapplication"=<<APPLICATION NAME IN UI COMPONENT>> and save.

Restart the client and the application will be autolaunched.

In this case the system menu is not disabled you can still use the sync from the system menu to launch sync.

regards,

Nipun

Answers (1)

Answers (1)

former_member53099
Participant
0 Kudos

Hello Roberto

If you are using a JSP client (ie your client UI is JSP) then you can use the following property to enable

or disable the Settings view link

MobileEngine.JSP.HomePage.DisplaySettingsLink

Similarly for other links on home page you can use the following

MobileEngine.JSP.HomePage.DisplayTraceLink

MobileEngine.JSP.HomePage.DisplayManagePasswordsLink

MobileEngine.JSP.LoginPage.DisplayNewUserButton

MobileEngine.JSP.HomePage.DisplayManagePasswordsLink

Hope this helps

Best Regards

Vaidehi

Former Member
0 Kudos

Hi Vaidehi,

No, I use Web Dynpro Lite. Do you know if there are any parameters for this??

Thanks and regards,

Roberto