cancel
Showing results for 
Search instead for 
Did you mean: 

Clicking on BACK button on ITS screen

Former Member
0 Kudos

Hi,

On ITS when we click on a work item (in workflow inbox) then another ITS screen(let us say screen 2) opens up (displaying GOA). On this screen there is a BACK button. Clicking on this button takes us back to the workflow inbox screen.

We have a requirement wherein on clicking of a link user would be navigated directly to screen 2. Now, if we click on BACK button then as there is no previous screen, ITS would display some error (like invalid session).

Is there any way we could control (invalid session) that happens after clicking on BACK button and direct user to somewhere useful like a portal link or something?

FM BBP_CTR_UI_FCODE_PROCESS gets executed when we click on BACK button. I am not able to figure out how to proceed on this.

Any help is highly appreciated.

Regards,

Chinmay

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

If 2nd window is created by Java script, you can change the script and 2nd window can be created without any browser button.

Regards,

Masa

Former Member
0 Kudos

Hi Masa,

Thank you for your response but it is not the java script that is called.

Regards,

Chinmay