cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Netweaver Portal Logoff button event capture in Java applications

0 Kudos

Hi ,

We have java application deployed on SAP j2ee engine and accessed using Generic SAP appintegrator iview.

Java application interacts SAP ERP using JCO connectors . We have custom locking mechanism on SAP ERP , where locks should be released when user logoff from SAP Netweaver Portal or close browser.

I have read some discussion on SCN and found couple of ways doing:

1) modify com.sap.portal.navigation.masthead.par

2) ume.logoff.redirect.url

3) ume.logoff.redirect.silent

My requirement is , once logoff button on Netweaver portal is clicked backgorund java application should call some servlet to clear all locking mechanism in SAP ERP.

Could you please let me know what could be the feasible approach?

Regards,

Ravi.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Amit,

Thanks for your quick comments.

As we don't use SAP standard locking mechanism at  backend and I need custom RFC call to SAP when portal logoff button is clicked. As our's is not completely portal component and plain java application deployed  and make use of  certain portal api's.

Planning to implement below solution:

ume.logoff.redirect.url = http://<host>/cleanlockservlet

ume.logoff.redirect.silent = true


Does the above configuration work for my requirement?


Regards,

Ravi.

Former Member
0 Kudos

Hi Ravi,

SAP Portal application have own locking unlocking mechanism, If you Use navigation tag Libarary In Portal Application, that will handle all locking unlocking By default,

I think there is no need to effort in custom locking / Unlocking mechanism.

Regards

Amit Kumar