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

Submit RSCONN01

Former Member
0 Likes
2,435

Hi All,

The program RSCONN01 releases al the pending list from SCOT depending upon the mode. I require it should just release my objects rather then releasing all the objects.

Are there any other programs which i can use.

Thanks,

Gaurav

Hi All,

The program RSCONN01 releases al the pending list from SCOT depending upon the mode. I require it should just release my objects rather then releasing all the objects.

Are there any other programs which i can use.

Thanks,

Gaurav

7 REPLIES 7
Read only

Former Member
0 Likes
1,334

Hi Gaurav.

You can do it individually using T-code SOST .

Read only

0 Likes
1,334

Thanks Prashant!

I want to send my objects in back ground through a program. How can I acheive this?

Thanks,

Gaurav

Read only

0 Likes
1,334

You can execute it, by pressing F9 on your key board.

Read only

0 Likes
1,334

I think you will need to write a program which calls program RSSOSOSTSTAT via a BDC, sets the SENDER field on the SENDER tab to your user, selects all and then executes.

Read only

Former Member
0 Likes
1,334

I have a similiar issue. In the program code, the foll. is given:

SUBMIT RSCONN01 WITH MODE = 'INT'

WITH OUTPUT = 'X'

AND RETURN.

This causes all the objects in SOST to be released. I want only my objects to be released.

how do I use RSCONN01 selectively ?

please clarify.

Edited by: Tom Jerry on Dec 19, 2009 5:43 AM

Read only

0 Likes
1,334

Hi all,

I'm also facing the same problem. Please let me know, how to trigger the emails which are specific to my development.

Thanks in Advance,

Siva Sankar.

Read only

Former Member
0 Likes
1,334

I have a similiar issue. In the program code,

    SUBMIT RSCONN01 WITH MODE   = 'INT'

                    WITH OUTPUT = 'X'

                    AND RETURN.

This causes all the objects in SOST to be released. I want only my objects to be released.

how do I use RSCONN01 selectively based on test system, production ? Thanks for your help!!