Skip to Content
0
Apr 22, 2014 at 07:54 AM

Parallel Processing

48 Views

Hi,

Call BAPI using Parallel Processing with below code

CALL FUNCTION 'BAPI_********'

STARTING NEW TASK va_task DESTINATION 'NONE'

PERFORMING process ON END OF TASK


RECEIVE RESULTS FROM FUNCTION 'BAPI_********''

IMPORTING

return = wa_return.

need display results in output screen.

1) Return parameter valve not coming to call FM. unable to pass parameters to perform.

if write in receive it is triggering after output screen display.

How to handle error records here. Please give solutions dont past any links.