cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to read Investment Program hierarchy from IM23

Former Member
0 Kudos

Hello Experts,

I have a requirement to read the Investment Management hierarchy in IM23 and populate the data in a custom table by writing an ABAP program.

The current solution I am having is by executing BAPI_INVPROGRAM_GET_LEAVES we can find the list of lowest level nodes and then for each of those nodes I need to query table IMPR to get the subsequent super nodes till the root node is reached. Querying the table IMPR in loop can be performance intensive.

Can you please propose a better solution to get the whole hierarchy data at one go.

Thanks

Arindam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I have read all the data from IMPR itself.

Answers (0)