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

The send request whether can be cancel by programing?

Former Member
0 Likes
614

Hi,

  I want to cancel the send requests of specified sender id in SOST by ABAP programing. is there any way can do this?

  please help me. thanks in advance!

Yuan.

3 REPLIES 3
Read only

Former Member
0 Likes
582

Look for FMs under Function group SOA1.

Try FM SO_OBJECT_DELETE.

R

Read only

0 Likes
582

Hi Rudra,

Can provide detail progress? I'm confused how to find the folder id in sost.

Read only

0 Likes
582

Hi Yuan,

Do a  where used on the FM . You get ample places where it is being used. You can check the code.

E.g : FM SO_DOCUMENT_DELETE_API1 ( You can try this one as well directly) .

Check table SOOD. you will need to find out a logic which Object is you want to stop and get the info from this table which can be used in your FMs.

R