cancel
Showing results for 
Search instead for 
Did you mean: 

Procedure to Call Workflow Object from ABAP program in Se38

Former Member
0 Kudos
81

Hi All,

I have one scenario like i have to call one Workflow object from ABAP program in SE38.The scenario is like below.....

I have to select some records from database table.For example there are 100 records in the internal table.

For all that records i have to invoke Workflow for getting approval from the authorized persons. Once Approval has come to program, It will post one document in SAP and process ends.

Please suggest me how to move forward with this scenario.

Regards

Manas Ranjan Panda

Accepted Solutions (1)

Accepted Solutions (1)

former_member186746
Active Contributor
0 Kudos

Hi,

So you want to start a workflow from an ABAP, if an event exists for that particular workflow then the best way is to use fm SAP_WAPI_CREATE_EVENT,

to start a workflow from an ABAP you can use fm SAP_WAPI_START_WORKFLOW.

Kind regards, Rob Dielemans

Answers (0)