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

CK74 Batch Input performance issue

Former Member
0 Likes
1,335

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

3 REPLIES 3
Read only

Former Member
0 Likes
1,022

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.

Read only

Former Member
0 Likes
1,022

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

Read only

0 Likes
1,022

You might try running different sessions in parallel; however you could run into locking issues.

Rob