cancel
Showing results for 
Search instead for 
Did you mean: 

Sap Session hanging while cosing a session from abap program

Former Member
0 Kudos

I am trying to close a particular user session which is using particular transaction from ABAP program by using BDC for the t code SM04 .

Randomly session is getting hanged for few users .

Is there anyway to close a particular session of the user .

Regards

Suresh

Accepted Solutions (0)

Answers (4)

Answers (4)

herman_lin
Participant
0 Kudos

Hi Suresh,

You are raising this question in Enterprise Portal area, however it is not clear about :
- Did you integrate ABAP transactions within Portal using Transaction iView ?
- When closing session from Portal, ABAP session is not being closed ?

Please clearly describe your question.

Rgs,
Herman

Former Member
0 Kudos

Hi Santosh,

I can kill the hanged session from the task manager.

But I don't want to do that. My requirement is session should not hanged when I close from the ABAP program.

There are TH* function modules which will completely log off the user. But I want only a particular session of the user needs to close.

Regards

Suresh

Former Member
0 Kudos

Hi Suresh,

Have you tried killing the process from OS level?

May be user session getting hanged due to some DB level table lock.

Try to take trace for the user process and analyze.

Regards,

Santhosh

Former Member
0 Kudos

Hi Suresh,

Have you tried killing the process from OS level?

May be user session getting hanged due to some DB level table lock.

Try to take trace for the user process and analyze.

Regards,

Santhosh