‎2015 Apr 15 9:10 AM
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!
‎2015 Apr 15 11:39 AM
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.
‎2015 Apr 15 11:39 AM
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.
‎2015 Apr 15 11:48 AM
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.
‎2015 Apr 16 10:40 AM
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.