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

Delete email from SOST

Former Member
0 Likes
4,633

Hi,

I am sending an email from my ABAP Programm using the FM SO_NEW_DOCUMENT_ATT_SEND_API1.

After the email has been send, I want to delete the email immidiatly and permanent from the list in transaction SOST, so that nobody is able to see the text of the email (only the user in his emailaccount).

I found the report RSBCS_REORG to reorganise the documents and send requests.

Using this report I also find the emails I want to delete, but the report says it can not delete the documents because they "are in a folder".

What does this mean, is there any way to achieve my requierement?

Many thanks,

Christoph

Hi,

I am sending an email from my ABAP Programm using the FM SO_NEW_DOCUMENT_ATT_SEND_API1.

After the email has been send, I want to delete the email immidiatly and permanent from the list in transaction SOST, so that nobody is able to see the text of the email (only the user in his emailaccount).

I found the report RSBCS_REORG to reorganise the documents and send requests.

Using this report I also find the emails I want to delete, but the report says it can not delete the documents because they "are in a folder".

What does this mean, is there any way to achieve my requierement?

Many thanks,

Christoph

5 REPLIES 5
Read only

Former Member
0 Likes
2,547

Hi Christoph,

Try using below reports :-

1) RSGOSRE01

2) RSSO_DELETE_PRIVATE

Regards

Abhii

Read only

0 Likes
2,547

Hi Abhii,

thanks a lot for your more than fast help - it works!

Christoph

Read only

Former Member
0 Likes
2,547

Hi Christoph,

although this question seems to be answered:

Please take a look at CL_SNDREC_BCS. There is a static method DELETE

Regards

Markus

Read only

Former Member
0 Likes
2,547

Hi,

Though the question is answered I think if you set the sensitvity parameter in the standard Api you are using it would not be displayed in SOST.

Thanks

Papiya

Read only

0 Likes
2,547

Hi,

thanks for this suggestion - if it would work it would be great.

What sensitivity-value do I have to set? I already tried P and E, but in both cases the email is available in transaction SOST.

Thanks,

Christoph