Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to delete session

Former Member
0 Likes
905

Hi all,

Actually I run the BDC Session program in debugging mode.

After run BDC_OPEN_GROUP, exit from the program.

Now the session is created. but its not in sm35. When I run the same program

it shows the error ' BDC_OPEN_GROUP, create session. session name not allowed, as last session is still active.'

how to delete the session which is not in sm35?

Thanks,

krithika

Hi all,

Actually I run the BDC Session program in debugging mode.

After run BDC_OPEN_GROUP, exit from the program.

Now the session is created. but its not in sm35. When I run the same program

it shows the error ' BDC_OPEN_GROUP, create session. session name not allowed, as last session is still active.'

how to delete the session which is not in sm35?

Thanks,

krithika

5 REPLIES 5
Read only

Former Member
0 Likes
737

Hello,

Try to close the session before exit from the program.since session is not in database you won't be able to see it in sm35.

Read only

Former Member
0 Likes
737

use standard report RSBDCTL2

Read only

0 Likes
737

You can process BDC sessions using SAP standard program RSBDCSUB. You can use RSBDCDEL to delete them. Much easier than writing a custom program.

Read only

Former Member
0 Likes
737

Hi Krithika,

Refer the link for Ferry Lianto reply,

Regards,

Hema.

    • Reward points if it is useful.

Read only

former_member404244
Active Contributor
0 Likes
737

Hi,

use the standard report RSBDCDEL ..

Regards,

nagaraj