cancel
Showing results for 
Search instead for 
Did you mean: 

list of items waiting in the SAP connect component in SOST transction

Former Member
0 Kudos

Hi All,

In SOST transction we can see the list of items waiting in the SAP connect component

I want to get this list of items

Could you please tell me how I can get this list?

Thanks in Advance

Snehal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Are you looking for where these Send requests are stored in the database?

If yes, then check the Tables SOOD and SOSC. SOSC contains the waiting Send requests.

Answers (3)

Answers (3)

Former Member
0 Kudos

On delting entry from SOOD and SOSC direclty through code (as both are transparent tables can we delete the specific entry from these two tables ), can it will stop to send mails fo deleted objects to apprver?

Or else we need to do some nore changes in other tables also ?

Edited by: Snehal Patil on Apr 1, 2009 9:42 AM

Former Member
0 Kudos

Snehal,

Deleting entries from standard tables is never suggested. You need to check how the emails are generated (Some Program or Workflow) and try to put some logic there, so that emails are not generated for your requirement.

Former Member
0 Kudos

Hi All,

Thanks for your reply.

The tables SOSC and SOOD are used to find the list of waiting objects to send.

My problem is , I have to delete some specific entries from this list through code so that these entries will not send to approver.

Is it sufficient to delete entry of seletced objtects from table SOSC?

Also could you please tell me about other tables like SOST?

Thanks in Advance

Snehal

Former Member
0 Kudos

Hi,

As per my understanding your problem..

Execute the tcode SOST, click on Export button ( from rightside third button)

-->local file --> select spread sheet .. save the file in xls format..

Thanks

prasad.s