Application Development 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: 

internal order to investment program

Former Member
0 Kudos

Dear All.

I want to find a link between internal order & investment program, investment program position attached to same internal order.

Kindly tell me the table for the same or any other ay out........

Thanks & regards,

Krutika

1 ACCEPTED SOLUTION

Former Member

Hello,

the little late answer to your question is the table IMZO. It links the investment program / positions to internal orders. I found this thread while searching for my own problem which is quite the same:

In my WebDynpro for ABAP investment planning tool I'm using the FM BAPI_INTERNALORDER_CREATE to create internal orders as a result of the planning process. This BAPI is similiar to the transaction ko01 except that I can't assign an investment program / position to my internal order (this is also pointed out in the help to the BAPI/FM).

But how can I assign an investment program / position to my internal order NOT using an ABAP insert/update statement on the table IMZO (which links the internal orders and investment programs/positions).

Does anybody know a FM or BAPI I could use? I really don't like the idea of a self made insert/update into a sap table...

Thank you in advance,

Christian Bracht

1 REPLY 1

Former Member

Hello,

the little late answer to your question is the table IMZO. It links the investment program / positions to internal orders. I found this thread while searching for my own problem which is quite the same:

In my WebDynpro for ABAP investment planning tool I'm using the FM BAPI_INTERNALORDER_CREATE to create internal orders as a result of the planning process. This BAPI is similiar to the transaction ko01 except that I can't assign an investment program / position to my internal order (this is also pointed out in the help to the BAPI/FM).

But how can I assign an investment program / position to my internal order NOT using an ABAP insert/update statement on the table IMZO (which links the internal orders and investment programs/positions).

Does anybody know a FM or BAPI I could use? I really don't like the idea of a self made insert/update into a sap table...

Thank you in advance,

Christian Bracht