Skip to Content
0
Former Member
Sep 12, 2007 at 05:56 AM

Adding an Attachment to the Workitem from ASP.NET

29 Views

I'm working on a Workflow for the Leave processing. Where we are using a web form designed on ASP.net to post a leave request.

From that web form i'm able to create the leave request using BAPI_ABSENCE_REQUEST, whic is forwarded fro an approval.

Now there is a requirement to Attach a note(some text) along with the request.

Either this could be attached to the workitem created or attached as text to Leave Request Object.

But in any case how can this be achieved.