‎2009 Nov 06 6:20 PM
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.
‎2009 Nov 06 6:50 PM
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
‎2009 Nov 16 9:35 AM
Hi,
Can you post the FM your are using? You may be using the FM with incomplete inputs.
Regards,
Viknesh