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

Performance improvement in a function module

Former Member
0 Likes
535

Hi All,

I am using SAP 6.0 version. I have a function module to retrive the PO's . for just 10,000 records its taking long time.

Can any one sugguest the ways to improve the performance.

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
374

Moderator message - Welcome to SCN.

But

Moderator message - Please see before posting

Just 10,000 records? The first rule in performance improvement is to reduce the amount of selected data. If you cannot do that, it's going to take time.

I wouldn't bother with a BAPI for so many records. Write some custom code to get only the data you need.

Tob

Read only

Former Member
0 Likes
374

Hi,

Can you post the FM your are using? You may be using the FM with incomplete inputs.

Regards,

Viknesh