cancel
Showing results for 
Search instead for 
Did you mean: 

Using the functional methods with workflows

Former Member
0 Kudos

Hi All,

I'm passing the plant number to a workflow by triggering an event in a user-exit. The workflow uses a functional method of an ABAP class and retrives the plant details. While binding the functional method back to the workflow, the binding includes a partial expression like this..

&_WI_OBJECT_ID.PLANT(W_PLANT=)&

Here, if I give &_WI_OBJECT_ID.PLANT(W_PLANT='1000')& I get no error and the details of plant 1000 are retrived successfully. How do I pass this value dynamically?

Regards

Indu.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184495
Active Contributor
0 Kudos

Hi IR,

if you checking the plant at the start of WF, then use start condition (SWB_COND).

Aditya

Former Member
0 Kudos

Aditya,

Thanks for your input. But there were no start conditions.

The import parameter should be filled in the partial expression as &PLANT& which was not taking its value earlier. But now, its working. Thanks anyway.

Regards

Indu.