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

Modifying Internal Orders

Former Member
0 Likes
523

Hi,

I was wondering if there was a BAPI for modifying internal orders. Specifically appropriations as done in KO02. I'm access this from the .Net connector though that may not make any difference. Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
491

Hi Aaron,

Try these

<b>BAPI_INTERNALORDER_CREATE</b> Create Internal Order From Transferred Data

BAPI_INTERNALORDER_GETDETAIL Display master data, status, and allowed business trans.for internal

BAPI_INTERNALORDER_GETLIST Display list of internal orders according to various criteria

Regards

Aneesh.

Read only

0 Likes
491

Aneesh,

I'm already using the former to create the order. I'm not certain how this helps me modify an existing order but perhaps I'm missing something about its use.

Aaron

Read only

0 Likes
491

Aaron,

Were you able to solve this? I have similar case here.

Thanks