Skip to Content
0
Dec 03, 2008 at 05:42 PM

Paralell RFC failure ?

26 Views

All,

I have custom RFC i need to call paralell RFC mode ( For Load balancing) I have declared RFC group in RZ12 as PB2B ( Destination Group)

CALL FUNCTION 'Y_B2B_UPDATE'
  STARTING NEW TASK V_TASK
  DESTINATION IN GROUP 'PB2B'
EXPORTING
  DOCNO         = V_DOCNO
TABLES  
  XB2B          = I_B2B[]
EXCEPTIONS 
 COMM_FAILURE   = 1
 SYS_FAILURE    = 2.

After executing this i am always get sy-subrc 2. . but if run without destination group then its working fine.

Any info?