Skip to Content
0
Former Member
Feb 28, 2011 at 12:27 PM

time out error in fbl3n

367 Views

Hi ALL

i am getting the timeout error in production client but in development and quality its working fine. there are 30 thousands record

in it_items. can i remove this bte function module if yes how, pls guide me.

LOOP AT it_items.

MOVE-CORRESPONDING it_items TO s_rfpos.

CALL FUNCTION 'OPEN_FI_PERFORM_00001650_E'

EXPORTING

i_postab = s_rfpos

IMPORTING

e_postab = s_rfpos.

MOVE-CORRESPONDING s_rfpos TO it_items.

MODIFY it_items.

ENDLOOP.