cancel
Showing results for 
Search instead for 
Did you mean: 

Function module or BAPI responsible to trigger the workflow from ESS portal

Former Member
0 Kudos

Hi,

I need to know the BAPI or FM responsible to trigger the Workflow from ESS portal..or Is there any class and method responsible for that as there is no triggering event is required for the Workflow...

Accepted Solutions (1)

Accepted Solutions (1)

bpawanchand
Active Contributor
0 Kudos

Hi

Whe you do the respective configuration from backen r/3 then

PT_GEN_REQ and PT_ABS_REQ badi's are responsbile to trigget the workflow.......check these two badis' you will find a method with name START WORKFLOW.

This method is responsible to start the workflow.

Regards

Pavan

Former Member
0 Kudos

Thanks Pavan...

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use the FM sap_wapi_start_workflow to trigger the workflow from Portal.

Just call the FM and pass the workflow ID.

In the R/3 mage the workflow task as the General task.

Thanks,

Viji.