Application Development and Automation 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: 
Read only

Batch Input VA01 Performance Urgent.!!!

Former Member
0 Likes
665

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.

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
611

Hi,

you can try create sales order (VA01) using BAPI.

ie instead of using CALL TRANSACTION use Call BAPI

Thanks

aRs

4 REPLIES 4
Read only

Former Member
0 Likes
611

Consider rewriting and using IDOCs, then you can parallel process them

Read only

Former Member
0 Likes
611

Thanks Chris,

Read only

former_member194669
Active Contributor
0 Likes
612

Hi,

you can try create sales order (VA01) using BAPI.

ie instead of using CALL TRANSACTION use Call BAPI

Thanks

aRs

Read only

Former Member
0 Likes
611

Thanks and regards.