cancel
Showing results for 
Search instead for 
Did you mean: 

What are the different Ways To Publish SAPUI5 application SAP Portal

Former Member
0 Kudos

Hi All,

Background of the issue : We have created a SAPUI5 application by using Eclipse IDE and deployed the same as a BSP application. We publish this BSP application into the SAP portal as an URL iview.

Problem: Session is not getting terminated or portal log-off button is not working.

Example: User A logged in and performed some operations which has ODATA call like Search,Update etc and then User A logged off. Now User B logged in the same machine or from the same laptop. User B sees User A information when performed some ODATA call.

Work-around : Is there any work around or a clean solution to resolve this issue?

Thanks In Advance.

Sravan

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189925
Active Contributor
0 Kudos

Hi Sravan

I see that to integrate the SAPUI5 application you are using URL Iview and facing Session Management issue

Only iViews that contain i-Frames will invoke the Application Integration (AI) component. The URL iView does not implement the AI template. AI is responsible for registration of the application to Session Termination (DSM), which provides mechanism or notifications sent to content servers regarding changing status of portal sessions. As the URL iView does not invoke the AI component, Portal Session Management is therefore not invoked either.

Refer KBA # 2188771 - Session Management do not work with URL Iview

Can you please try to use UI5 iView to integrate UI5 application from backend system to the portal and then check how is the issue seen.

Refer KBA # 2233964 - Portal Logoff does not log off backend when using UI5 iView and HTTP Security Session Management


Regards

Santarshi Samanta