2014 Jun 11 10:54 AM
Hi All,
I have trying to increase the performance of report for PO Mass closer.
Basically its using a Z FM to connect from one ECC system to SRM system with RFC enabled.
Please let me know the suggestions or actions needed as i have already gone through the TCODE ST05 and checked its performance.
2014 Jun 11 12:11 PM
Not enough information to give meaningful feedback.
Where does the process run, in ECC or SRM?
What does it change in ECC and SRM, I assume the final delivery and invoice indicators?
In any case, you should run an ABAP trace (SAT or as part of ST12) for the process and look at the few items that consume the most net processing time. ST05 can only find DB bottlenecks, whereas the problem might be internal table handling or slow RFC connection, for example.
Thomas
Hi All,
I have trying to increase the performance of report for PO Mass closer.
Basically its using a Z FM to connect from one ECC system to SRM system with RFC enabled.
Please let me know the suggestions or actions needed as i have already gone through the TCODE ST05 and checked its performance.
2014 Jun 11 12:11 PM
Not enough information to give meaningful feedback.
Where does the process run, in ECC or SRM?
What does it change in ECC and SRM, I assume the final delivery and invoice indicators?
In any case, you should run an ABAP trace (SAT or as part of ST12) for the process and look at the few items that consume the most net processing time. ST05 can only find DB bottlenecks, whereas the problem might be internal table handling or slow RFC connection, for example.
Thomas
2014 Jun 11 3:24 PM
I managed to dig more and find the issue is with FM OLE_FLUSH_CALL.
Can anyone plz suggest me what would be the alternative to improve the performance of the program.