cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro abap Importing Workflow

ananth_anni
Participant
0 Kudos

Hi ,

CAn you please tell me step step procedure how to import my workflow in webdynpro abap

WOrkflow Number : wf1218029

task : t12387120

One button in WDA called Search i need to trigger here :

Which Fm usead

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ra,

Go To SWFVISU Settings And Maintain the task name there,

then u will find parameters, in that u fill required then it will work.

to get the workitem number in web dynpro you can use window main handler default method, assign wi_id as improt parameter

then u will get workitem id , from that u can access workflow container .

Regrads,

Srini.

0 Kudos

If your workflow can be triggerd by an event then on SUMBIT button have an action . Here you can use CL_SWF_CNT_FACTORY=>CREATE_EVENT_CONTAINER and CL_SWF_EVT_EVENT=>RAISE to trigger the workflow event.

Thanks,

Vijetha.