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

bapi_internalorder_getdetail

Former Member
0 Likes
1,533

I am using bapi - bapi_internalorder_getdetail to fetch internal orders. For certain orders, my bapi is returning data, but for some its giving an error - order does not have business object type. what does it mean? type - e, code- KO030

I am using bapi - bapi_internalorder_getdetail to fetch internal orders. For certain orders, my bapi is returning data, but for some its giving an error - order does not have business object type. what does it mean? type - e, code- KO030

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,162

Internal order are associated to Business Object BUS2075, other types or order are associated to other BO.

I suppose you called the BAPI with some maintenance, production or any not allowed type of order which must be read with another BAPI like BAPI_ALM_ORDER_GET_DETAIL.

Hint: Check AUFK-AUTYP must be 01 or 02 for an internal order

Regards,

Raymond

Read only

0 Likes
1,162

thank you, it helped

only 01 are internal orders