cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Screen Personas : Home page

Former Member
0 Kudos

when i go to page http :// <host>:<port>/sap/bc/bsp/persos/mainapp/index.html i get screen something like this.

I have configured one system(name: Local) to reference to local system. When i click on "Local" horizontal bar above, for few seconds i see flavors icon on right side and then same page displayed again.

Please advise what I could be missing. Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

i could resolve this issue by changing RESTGUI service handler to CL_HTTP_EXT_ITS_BASIC  as described in this thread

http://scn.sap.com/thread/3360051

Now i get issue with ITS memory. Trying to get basis team to adjust parameters.

Anyone has recommendation for em/global_area_MB for development system with few users? Our current available ITS memory is around 45MB. Please see following response from Tobias Queck for the context.

TobiasQueck
Advisor
Advisor
0 Kudos

I would just set it to 512MB. This is much more than you ever need for a few users but it doesn't hurt you having this much theoretically available.

Cheers,
Tobias.

Former Member
0 Kudos

Thank you, Tobias.

Initially i was getting something like session timeout which causing so many sessions created in SM04. It was due to system configuration issue. Now it is out of my way.

when i go to http :// <host> : <port> / sap/bc/bsp/persos/mainapp/index.html, i see like SMEN  transaction with out any flavor icons

I tested with persos role with bit value -1 and 4. still i see same thing. from debug log, all http responses have status 200 except one.

"response": {

          "status": 304,

          "statusText": "Not Modified",

          "httpVersion": "HTTP/1.1",

}

Thanks for your help.

TobiasQueck
Advisor
Advisor
0 Kudos

Hi Kranthi,

A 304 is no problem, it means that the resource did not change. I have to admit that I don't understand your problem. Please describe what you are expecting and what you are seeing, and most importantly, please attach a HAR file that shows what is happening. Otherwise, all help that can be provided is based on guessing.


Cheers,
Tobias.

Former Member
0 Kudos

Please find the .har file attached. Thanks for your time.

TobiasQueck
Advisor
Advisor
0 Kudos

All the requests look as they should. I am missing the request to restgui where you get the screen definition but since you showed a screenshot before, I assume it works but you removed it from the har file.

Could you please assign the admin role (-1) to your user for the system LE6/100 again. Then clear the browser cache and try again.

If you still don't see the flavor bar or the edit icon on the right side, then please create an OSS message so that somebody in support could have a look.

Cheers,
Tobias.

Former Member
0 Kudos

I have assigned myself with full admin access role(-1). Still flavor bar is missing. Please find the latest har file.  Thank you.

TobiasQueck
Advisor
Advisor
0 Kudos

This is not the full log. The interesting call that would show your permission is missing. It should look like http://hostname:port/sap(bD1lbiZjPTEwMA==)/persos_app?V_ACTION=ListUserProfiles&V_MODE=Read&V_OWNER=...>. Please check the response of this call an make sure that the permission tag is set to -1.

Cheers,
Tobias.

Former Member
0 Kudos

Tobias,

Thanks so much for your help so far. Above link returned result text something like this

<USRPROFID_Of_User_id>ITS<System_Description><SYSCONID><CLIENT>Service.Uri/restguiServer.Urlhttp: //<host>:<port><SID><user_id>

Thank you.

TobiasQueck
Advisor
Advisor
0 Kudos

Hi Kranthi,

Did you manipulate the index.html file? It contains the following line:

<param name="initParams" value="theme=Corbu,frameless=true"/>

If this parameter is set to true then Personas will not show its frame.

Cheers,
Tobias.

PS: I think you can overwrite this parameter for a specific session if you just add &frameless=true to your call of the index.html e.g. http://hostname:port/sap(bD1lbiZjPTEwMA==)/bc/bsp/persos/mainapp/index.html?log=debug&frameless=fals...

Former Member
0 Kudos

Tobias,

That is it. Yes, init parameters has frameless=true.  I didn't not do anything.

Passing frameless=true as URL parameter  resolved the issue.

I can't thank you enough for your help.

s0007226202
Participant
0 Kudos

Hi

We also have the problem having multiple open user sessions in SM04 for a single user logged on in SAP Screen Personas.  More over, the sessions are NOT closed when the personas user is logging of from SAP system.

Is this a known issue ?

TobiasQueck
Advisor
Advisor
0 Kudos

Hi David,

Are you using Personas 1.0 without any service pack? There was an issue with a correct log off in the initial release, however, I have not seen it again since SP1.

Cheers,
Tobias.

Former Member
0 Kudos

Upgrading from Personas 1.0 SP01 to SP02 fixed this issue.

s0007226202
Participant
0 Kudos

Hi Tobias

We are already on 1.0 SP2, and still experience the "user sessions remain open issue".

User sessions opened in personas are NOT closed when logging of from personas (either by pressing logoff button or closing the browser) .

We'll open an OSS message for it .

BR ,

David

0 Kudos

Hi David,

For SP02, there was one more request added "getversion" but it did not use the session created by its previous request "newsession". In short, getversion request went and created one more sesison.

It was fixed earlier.

We just released a new note for SP02 today. Please implement 1916117. It will have fix for getversion too.

Regards,

Sushant

Answers (1)

Answers (1)

TobiasQueck
Advisor
Advisor
0 Kudos

Hi Kranthi,

It is really hard to help without more information. Please always have a look at the client-side (browser) logs first to see what could be going wrong. I would recommend to follow the suggested process at http://scn.sap.com/community/gui/blog/2013/06/28/sap-screen-personas--client-side-debugging.  Any kind of error that is logged or a failed request hepls usually to understand what configuration might be wrong or missing.

Cheers,
Tobias.