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

Investment program structure creation( IM22 )

Former Member
0 Likes
1,568

hi,

I need to create Investment program structure using data in excel sheet. For this , I am using BAPI BAPI_EXPENDITUREPROGTREE_CREAT . The heriarichy level in excel sheet is in order company code >> profit center >> cost center. But this BAPI is not allowing to update structure when for different company code, same profit center exist. for example, my structure contains a node 8000 >> 9500>>95123. when i am adding a node, let say 9000>> 9500>> 95123 then it is only inserting 9000.

Kindly suggest.

hi,

I need to create Investment program structure using data in excel sheet. For this , I am using BAPI BAPI_EXPENDITUREPROGTREE_CREAT . The heriarichy level in excel sheet is in order company code >> profit center >> cost center. But this BAPI is not allowing to update structure when for different company code, same profit center exist. for example, my structure contains a node 8000 >> 9500>>95123. when i am adding a node, let say 9000>> 9500>> 95123 then it is only inserting 9000.

Kindly suggest.

2 REPLIES 2
Read only

Former Member
0 Likes
1,006

Hi,

Kindly let me know what message your getting. Then i can test here.

Regards

Md.MahaboobKhan

Read only

Former Member
0 Likes
1,006

hi,

I am not getting any error .Problem is that BAPI is not creating the herarichy properly. It is creating a first node as 8000>>9500>>951234. but it is not adding a node 9000>9500>951234.It's just adding 9000 with no childs.