Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

FMDERIVE Slow with Call Transaction

Former Member
0 Kudos

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

2 REPLIES 2

Former Member
0 Kudos

I think it may be easier to load the data to the FMDERIVE*** tables than doing BDC.

0 Kudos

Well,

This is a CATT program that is beeing used and this ticket has come to me to improve the performance.

I still have to find a way to solve this issue.

Thanks