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

Update Attachment Lists (Automatically)

0 Likes
833

Trying to implement a workflow approval process for

IMA11, BOR - BUS2104/BUS2204 .

Users are wanting to use (GOS) Service for Object note attachments as a way to indicate the current approval status generated from the workflow . They want the workflow to be able to update the (GOS) note attachment list, by adding new note entries each time an approval is done.

How can this be done programmatically ? Are there already some classes, methods, function modules, etc ..already in exsitence that can do this ?

Thanks .

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
548

Welcome to SDN

class: cl_gos_manager

FM : SGOS_NOTE_CREATE

code sample in the following weblogs may also be helpful

/people/rammanohar.tiwari/blog/2005/10/10/generic-object-services-gos--in-background

/people/rammanohar.tiwari/blog/2006/03/25/generic-object-services-gos--in-background--part-ii

Regards

Raja

Message was edited by: Durairaj Athavan Raja

2 REPLIES 2
Read only

athavanraja
Active Contributor
0 Likes
549

Welcome to SDN

class: cl_gos_manager

FM : SGOS_NOTE_CREATE

code sample in the following weblogs may also be helpful

/people/rammanohar.tiwari/blog/2005/10/10/generic-object-services-gos--in-background

/people/rammanohar.tiwari/blog/2006/03/25/generic-object-services-gos--in-background--part-ii

Regards

Raja

Message was edited by: Durairaj Athavan Raja

Read only

0 Likes
548

Raja,

Thanks a bunch .

The code in the link listed (2519) worked great.

Dale