cancel
Showing results for 
Search instead for 
Did you mean: 

WF in BSP

Former Member
0 Kudos

Hello

In the event OnInputProcessing of the page Main.htm of the BSP application ROS_SELF_REG we sent questionnaires to the supplier by the FM ROS_QSTN_DETECT_AND_SEND after the execution of this function we need to trigger a workflow and i'm thinking around the best way to do it.

I haven't worked with BSP and workflow before and the only way to do this i know is to create a ZROS_SELF_REG and put a call to a FM that trigger my workflow after the FM ROS_QSTN_DETECT_AND_SEND

Is there any other way to do this?

Can i use a standard event to trigger my workflow?

Can i create a dummy business object that trigger and event and then link my workflow to this event?

i have many doubts hope you can help my

Thanks and regards

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186746
Active Contributor
0 Kudos

Just use fm SAP_WAPI_CREATE_EVENT to create an event, this FM is remote enabled.

Now on the SAP side you can link this event to a workflow.

You say you have never worked with BSP and workflow. But I guess in the system you're working custom BSPs exist and also custom workflows. So try to find a consultant who has done this before to understand what you have to do.

Kind regards, Rob Dielemans

Former Member
0 Kudos

Hi Alberto,

one way of calling a workflow when the questionare is send is using

SAP_WAPI_START_WORKFLOW ,use this after the execution of

ROS_QSTN_DETECT_AND_SEND

or you can try the second method you have specified also

Thanks & Regards

Hari Sankar M