cancel
Showing results for 
Search instead for 
Did you mean: 

Session should logoff on click of save button in webgui window

former_member199125
Active Contributor
0 Kudos

Hi All

I am directly changing section 80 details using WEBGUI ervices( PA30 tcode with infotype 585 in change mode) WITH BELOW URL

'http://XXXXXXXXXXXXXXX/sap/bc/gui/sap/its/webgui?~transaction=*pa30%20RP50G-PERNR=' lv_aempid

';RP50G-choic=0006;RP50G-SUBTY=4;RP50G-begda=01.01.1800;RP50G-endda=31.12.9999;DYNP_OKCODE=CHG'

So user able to change their details using above URL, but when user clicks on save button, it is showing PA30 main screen..I want o know how to avoid this screen...

My requirement is when user clicks on Save button, it should save and logoff from session.*

Regards

Srinivas

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Try to use CALL FUNCTION 'ITS_END_SESSION' in the user-exit.

Of couse you must check that it is webgui session (not sapgui).

Hope this helps

RMW
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Srinivas,

you might want to search for an answer in the forum which is dedicated to ITS and SAP GUI for HTML or post your question there.

Best regards

Rolf-Martin

former_member199125
Active Contributor
0 Kudos

Already tried with that forum.. but i din't get solution.

Regards

Srinivas