‎2010 Aug 26 7:21 AM
Hi there !
We are currently developing a DHL project and part of our requirements is to auto delete URL attachments programatically in re80. I tried to look for possible function modules to use like SO_OBJECT_UPDATE for this but base on our observation it is not suitable for this . Can someone suggest a suitable function module to use for this ?
Your help will be much appreciated .
Thank You !
‎2010 Aug 26 12:34 PM
Hi,
Try this F/M:
URL_TEMPLATE_DELETE
URL_ESCAPE_DELIM_CHARS
SO_OBJECT_DELETE
SO_OBJECT_ARRAY_DELETE
SO_OBJECT_SET_ACTION_DELETE
Make sure the entities excatly that matches your requirement..
ihope this may helpful.
Thank you.
Thanks,
AMS
‎2010 Aug 26 12:34 PM
Hi,
Try this F/M:
URL_TEMPLATE_DELETE
URL_ESCAPE_DELIM_CHARS
SO_OBJECT_DELETE
SO_OBJECT_ARRAY_DELETE
SO_OBJECT_SET_ACTION_DELETE
Make sure the entities excatly that matches your requirement..
ihope this may helpful.
Thank you.
Thanks,
AMS
‎2010 Aug 27 1:48 AM
>
> Hi,
>
> Try this F/M:
>
> URL_TEMPLATE_DELETE
>
> URL_ESCAPE_DELIM_CHARS
>
> SO_OBJECT_DELETE
>
> SO_OBJECT_ARRAY_DELETE
>
> SO_OBJECT_SET_ACTION_DELETE
>
> Make sure the entities excatly that matches your requirement..
>
> ihope this may helpful.
>
> Thank you.
>
> Thanks,
> AMS
Thank You for helping us !
Edited by: ccparido on Aug 27, 2010 3:42 AM
‎2010 Aug 27 10:39 AM
Regarding function module SO_OBJECT_DELETE , we were able to figure out it's use .... but we need to get folderID of url
attachment . Can you tell me how to do it ?
Thank You !
‎2010 Aug 30 12:02 PM
‎2010 Aug 31 2:54 AM
What I meant about my concern is that , we tested the SO_OBJECT_DELETE in se37 , and we found out that we can see the folder ID as well as other attributes . But then the "DELETE" thing won't take effect after the execution . Can you help me on this ? thanks !
Edited by: ccparido on Aug 31, 2010 3:55 AM
‎2010 Sep 01 1:43 PM
Hi ccparido,
Please try to use this funcion module :
SO_ATTACHMENT_DELETE
it contains parameters :
OBJECT_ID
ATTACH_ID
OWNER
so I hope this may helpfull.
Thank you,
Thanks,
AMS
‎2010 Sep 02 9:19 AM