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_INTERNAL_ORDER_CREATE

Former Member
0 Likes
382

Hi Experts,

I am using the above BAPI to migrate data from source to target. Now the problem arising is that there is a checkbox called Planned Integrated Order which is not getting migrated. All the Values are stored in AUFK Table and the Plan integrated field is PLINT. Neither the BAPI_INTERNAL_ORDER_getdetail nor BAPI_INTERNAL_ORDER_CREATE fetches or uses this value.

Any help would be great...

Thank in advance guys.....

http://www.stechno.net/sap-notes.html?view=sapnote&id=372928 Link for refrence of a part solution

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
305

As written in Note 372928 - BAPI_INTERNAL_ORDER_CREATE: values from order type (direct link to OSS notes on sap.com bypassing farm)

The 'Integrated Planning' indicator and the object class are not part of the BAPI interface and must always be supplied from the order type.

You could try to use EXTENSIONIN parameter, adding PLINT to structure even if it is not a field created via SAP enhancement COOPA003, but this will only map to structure COAS and not KAUF, so you may be required to add some implicit enhancement around FORM map_user_fields of function group 2075.

Regards,

Raymond