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

SO_OBJECT_UPDATE issue

Former Member
0 Likes
1,048

Hi,

I am using FM SO_OBJECT_INSERT for inserting a URL, it is working fine.

My requirement is to to update the URL next time when my program is run.

I am using SO_OBJECT_UPDATE but I am unable to get the result i.e URL is not updating.

Please share any ideas what to be passed in SO_OBJECT_UPDATE

Regards,

Rafi

2 REPLIES 2
Read only

Former Member
0 Likes
843

Hi Rafi,

To Update URL, are you using folder id's to get exact location where you want to update your url.

Get the folder id (SO_FOLDER_ROOT_ID_GET ) then update your url.

it may not solve your issue but you will get some idea i think.

Regards,

Divvis

Read only

0 Likes
843

Hey Divvis,

Thanks for your valuable reply.

I am already passing FOLDER ID, OBJ CONTENT as well, but there is no update in the URL.

Some parameter is missing which I am unable to get it.

Regards,

Rafi