2007 Mar 02 3:49 PM
Dear experts,
Please, I am trying to create sales orders (VA01) with Batch Input (from a *.txt file), but when I execute the program in order to raise 17000 registries it is time 12 14 hours, the verify trace generated to ST05 view problem in the table CKMI1, the batch input uses transaction standard not like lowering time, the selects performance. The basis say z program but manipulate the table. As I can improve Performance ?
Thanks and regards.
2007 Mar 02 4:16 PM
Hi,
you can try create sales order (VA01) using BAPI.
ie instead of using CALL TRANSACTION use Call BAPI
Thanks
aRs
2007 Mar 02 3:51 PM
Consider rewriting and using IDOCs, then you can parallel process them
2007 Mar 02 4:03 PM
2007 Mar 02 4:16 PM
Hi,
you can try create sales order (VA01) using BAPI.
ie instead of using CALL TRANSACTION use Call BAPI
Thanks
aRs
2007 Mar 02 6:58 PM