Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Logoff button functioning in standard screen

Former Member
0 Likes
960

Hi,

I have been facing an issue with standard SAP program screen SAPLLMOB 2889 in which the logoff button is not working. The actual functionality is to terminate all current sessions and returned to logon screen so that other user login to system. I have tried implementing SAP note 1777513 , but it doesn't work for me.i too have an option to resize the scan gun device using meta tags as below:

<meta name="viewport" content="width=480, user-scalable=no">

But when I try adding it to html template file inside head tag I get Template interpretation error as dump.Kindly suggest some appropriate solution for this issue.

Thanks in advance!

1 ACCEPTED SOLUTION
Read only

pranab_kumarjha
Explorer
0 Likes
825

Hi RagaMalini,

Do you get to see the Pop-up for Log-off Confirmation...like Do you want to Log-off,Yes,No?

If yes, then do you face problem like even after clicking yes, you dont log-off.

Please confirm and specify more.

3 REPLIES 3
Read only

pranab_kumarjha
Explorer
0 Likes
826

Hi RagaMalini,

Do you get to see the Pop-up for Log-off Confirmation...like Do you want to Log-off,Yes,No?

If yes, then do you face problem like even after clicking yes, you dont log-off.

Please confirm and specify more.

Read only

0 Likes
825

Hi Pranab,

I get the logoff confirmation only in desktop version. But when I start my service for mobile view it never ask me the confirmation.

Also please confirm is that message "User already logged in " is shown only  when same user logged in both web gui and sap gui component.

Regards,

Malini.

Read only

0 Likes
825

Hi all,

This Issue got fixed by proper usage of meta tag statement in html template file.PFB the statement,

`<meta name="viewport" content="width=480, user-scalable=no">`  (inclusion of back tick symbol at the end of tag)

Now I have a challenge to apply this meta tag for more than html templates generated for the screens.Its really critic job to manually enter the tag.Please suggest more solutions for this.

Any possible way to define a custom template which applies the changes to all html files or in SICF transaction.

Thanks,

Ragamalini rajendran.