cancel
Showing results for 
Search instead for 
Did you mean: 

IW42 transaction slow

kishore_soma
Active Participant
0 Kudos

Hi experts,

We have a small problem in production server.

IW42 transaction is taking much time about 15 to 20 minutes to save the orders.

We are using SAP ECC 5.0, LINUX and oracle

Kindly suggest

Thnx in advance

Regards,

Kishore

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey,

the first thing you should do is to figure out where is the buttle-nack:

ABAP/DB.

in transaction SE30, you can see the distribution of the time of ABAP vb DB.

sometimes, it is recommanded to run the same transaction twice, in order to

see the times when rows of the relevant table are already loaded to the buffer.

former_member204746
Active Contributor
0 Kudos

start an SQL trace (ST05)

analyze it to see where it blocks.