cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Parameters in SAP workflow using ABAP WD

Former Member
0 Kudos

Hi, I am not a ABAP WD resource.

If i want to create a w/f using ABAP WD, is it possible to pass parameters b/w actions.

The parametrs like a reference to a record being updated in the workflow.

Regards,

Nitin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nitin,

You can get the parameter values from Workflow to wd and vice versa.

For exmaple if you are opening a webdynpro from workflow, and if you want to pass some parameter like Workflow ID or approver sequence:

first create these context attributes in the webdynpro and

there is a default plug in the window component(of the webdynpro), there you can define your parameters like

Parametr: wi_id,

Type: importing

Associated type: SWR_STRUCT-WORKITEMID.

and in the method handleDefault , you can set this wi_id to the webdynpro context which you created and you can use that value.

With Regards,

Ravi

Answers (1)

Answers (1)

nitin_mahajan2
Contributor
0 Kudos

.