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.