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

Function Module to delete URL attachment programatically in re80

Former Member
0 Likes
1,289

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 !

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,036

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,037

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

Read only

0 Likes
1,036

>

> 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

Read only

0 Likes
1,036

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 !

Read only

0 Likes
1,036

Hi ,

Use the table TSOTD to get the folder Id.

I hope this may helfull.

Thanks,

AMS

Read only

0 Likes
1,036

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

Read only

0 Likes
1,036

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

Read only

0 Likes
1,036

We'll try to use this FM for the mean time . Thank You