‎2015 Jan 27 5:47 PM
Hi Experts,
I want to fetch WBS elements Hierarchy with object numbers and i used F.M BBP_PS_PROJECT_GET_LIST TO GET.
But bad thing is my performance is getting effected as i am having 20,000+ WBS to fetch data.
Instead of looping F.M can any one suggest how to get in a single select using tables.
Thanks for your support....
‎2015 Jan 28 6:34 AM
Hi Srikanth,
Parallel processing will improve performance when an FM is used inside a loop.
Google for it.
Thanks,
Anil
‎2015 Jan 28 6:43 AM
Hi,
you wont be able to get all the details in single select statement.Instead you can query on the following tables to get the relevant details.
PROJ - Project definition
PRPS - WBS element Details
AUFK - Network details
AFVC - Network Component Details.
Thanks!!
Suvarna
‎2015 Feb 09 5:07 AM
Hi, Thanks for your valuable suggestions.. I solved the problem myself. Closing the thread.