‎2015 Sep 04 1:59 PM
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.
‎2015 Sep 04 3:19 PM
Look for FMs under Function group SOA1.
Try FM SO_OBJECT_DELETE.
R
‎2015 Sep 04 3:38 PM
Hi Rudra,
Can provide detail progress? I'm confused how to find the folder id in sost.
‎2015 Sep 04 3:44 PM
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