cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering a workflow

Gowtham
Contributor
0 Kudos

Hi all,

I need to trigger a archive link workflow from Web dynpro abap to archive the PDF file.Please help me to solve this.i am new to Workflow.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You have some useful Function Modules that you could call from your WD so that you can trigger/interact with Workflow:

SAP_WAPI_START_WORKFLOW

SAP_WAPI_CREATE_EVENT

SAP_WAPI_FORWARD_WORKITEM

SAP_WAPI_EXECUTE_WORKITEM

SAP_WAPI_WORKITEM_COMPLETE

SAP_WAPI_GET_WI_ALL

SAP_WAPI_CREATE_WORKLIST

Kind Regards

/Ricardo Quintas

Gowtham
Contributor
0 Kudos

Hi,

Thanks for your response.Very useful points.

Answers (0)