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

Po Mass closure programme

0 Likes
752

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.

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
713

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.

2 REPLIES 2
Read only

ThomasZloch
Active Contributor
0 Likes
714

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

Read only

0 Likes
713

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.