cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow Forwarding is giving dump in webdypro.

Former Member
0 Kudos

Hello Experts,

I am working with some workflow tool with WD ABAP. And i want to forward workitem to another user and i m using

SWL_WI_DISPATCH funtion module for forwarding . But its giving me dump in my web dynpro application. If there any alternative FM for workflow forwarding from WD application please advice.

The error i am getting like below.

The following error text was processed in the system R3D : Screen output without connection to user.

The error occurred on the application server AUSR3DEVDC02_R3D_00 and in the work process 1 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Function: RH_TASK_AGENTS_SEARCH of program SAPLRHW0

Function: SWL_WI_DIALOG_FORWARD of program SAPLSWL3

Function: SWL_WI_DISPATCH of program SAPLSWLD

Method: FORWARD of program /1BCWDY/88CYALX665AYO7GJA2M1==CP

Method: IF_DETAILS~FORWARD of program /1BCWDY/88CYALX665AYO7GJA2M1==CP

Method: ONACTIONACTION of program /1BCWDY/88CYALX665AYO7GJA2M1==CP

Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/88CYALX665AYO7GJA2M1==CP

Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP

Method: IF_WDR_ACTION~FIRE of program CL_WDR_ACTION=================CP

Method: DO_HANDLE_ACTION_EVENT of program CL_WDR_WINDOW_PHASE_MODEL=====CP

Thanks,

Satya

Edited by: satya pujahari on Jun 15, 2010 1:01 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

use SWW_WI_FORWARD

Former Member
0 Kudos

Thanks..but all the parameter i have to pass except WI_ID, bcuz i am getting some dump " Incorrect parameter with CALL FUNCTION ".

Thanks,

Satya

Former Member
0 Kudos

Closing Thread.