cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a custom BSP application in CRM2007 ICWC using transaction launche

Former Member
0 Kudos

Hi Experts,

I created a Z BSP application in se80 which is a statefull application.Now I created a direct link in ICWC for this Bsp application using transaction launcher.

Now my problem is that the session of this BSP remains active even if I click on some other link in the navigation bar.

I need a way to end the session as soon as we navigate to some other link on the navigation bar.

It would also be helpful if I just know the code for killing the session programatically.

Helpful Answers will be rewarded!!

Thanks,

Ashish.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I am not sure, but according to my understanding u can use CL_BSP_SERVER_SIDE_COOKIE class in ur BSP application to get refrence of ur BSP page.

When u r in Web UI by the help of this class u can check whether u r in BSP related view or in other then view. If u r in other view then u can set runtime->keep_context = 0.

Take help from this link for the class related info.

http://help.sap.com/saphelp_nw04/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm

Regards

Gaurav

Answers (2)

Answers (2)

Former Member
0 Kudos

Solution Found in the following blog:

Former Member
0 Kudos

Hi Ashish,

Are working on CRM 5.0 or CRM 2007

If youu2019re working on CRM 5.0 when using transaction launcher you need uncheck the statful check box in wizard.

This will solve your problem

Regards

Murali

Former Member
0 Kudos

Hi Murali,

I am using crm 2007.

Thanks

Ashish