cancel
Showing results for 
Search instead for 
Did you mean: 

SPROXY inbound interface performance issue on Commit time in Tcode -STAD

former_member824993
Discoverer
0 Kudos
284

We have SPROXY inbound interface performance issue.

I have checked the STAD data and it was showing commit time was taking time 12 Sec.

Why this commit time is 12 sec???

This problem is happening when requests are coming in bulk. When we are going to run manually it will take only 1 sec for same input.

At the code level we are using BAPI_SALESORDER_SIMULATE to calculate the pricing preparing header data, item and partner data in the driver program for BAPI. No commit is present inside the code.

Please help.

image-11.png

Accepted Solutions (0)

Answers (1)

Answers (1)

JamesZ
Product and Topic Expert
Product and Topic Expert
0 Kudos

For oracle database, are you able to see "log file sync" event?
Normally if commit slow, we could see "log file sync" event or similar log evet, then it is indication about redo log writting speed, in this case, please ensure the file system where online redo log reside must fast enough.