Skip to Content
0
Former Member
Jul 07, 2010 at 02:25 PM

FMDERIVE Slow with Call Transaction

65 Views

HI Everyone,

I am calling FMDERIVE using call Transaction but it is very very slow.

Can anyone advise on how to improve the speed>

Here is an extraxt of my code:

CALL TRANSACTION C_TCODE USING i_bdc_tab MODE z_ctm

update 'S' MESSAGES INTO i_msg_tab.

Here C_TCODE = FMDERIVER

i_bdc_tab is:

  • Batch input data for call transaction

data: begin of i_BDC_TAB occurs 0.

include structure BDCDATA.

data: end of i_BDC_TAB.

I will appreciate your help