Hi,
I have a problem while loading some 50000 data to transaction FTXP. I am using Call transaction methodology in my code with options
wa_opt-dismode = 'N'.
wa_opt-updmode = 'S'.
wa_opt-defsize = 'X'.
wa_opt-nobinpt = 'X'.
wa_opt-nobiend = 'X'.
wa_opt-racommit = 'X'.
I am inserting the bdcdata for each lineitem into it_bdcdata and outside the loop i am using the
CALL Transaction 'FTXP' using it_bdcdata
options wa_opt messages into it_msgtab.
when scheduling the code i am getting a dump with 'MEMORY_NO_MORE_PAGING'. Can anyone tell me how to solve this issue? is there any problem in setting the RACOMMIT to 'X' in the options. is there any BAPI for this tcode(Maintain TAX code)