‎2010 Nov 29 10:17 PM
Hi SDNers
I've created a Batch input (call transaction) in order to load additive costs for several materials/months. However, I realized that the performance is really poor. So I've been analyzing this issue and I found 314528 SAP note where it says that I should use tcode CK74 instead of CK74N. Also, It says that there is no BAPIS for these transactions.
Did you get a performance issue on this transaction? How did you solve it?
Thanks in advance for your help
Best Regards
Leonardo
‎2010 Nov 30 3:32 PM
Generally speaking, don't attempt Enjoy (suffix N) transactions codes with BDC sessions/call transaction processing. BDC might work, more likely will be a problem. Use the "old" transaction instead for this kind of update.
‎2010 Nov 30 7:18 PM
Hi,
Thanks for your answer. You're right. However, in this case. I used the tcode CK74.
Anyone had a similar performance issue?
Regards,
Leonardo
‎2010 Nov 30 7:25 PM
You might try running different sessions in parallel; however you could run into locking issues.
Rob