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

error in bapi

Former Member
0 Likes
542

Hi All,

I need to create a consignment issue order and it should refer to the parent consignment order when the goods consumed.

I create with reference to the parent consignment order and relevant information in header, item and partner in this bapi

BAPI_SALESORDER_CREATEFROMDAT2

I also put the parent order in ref_doc and also its line item but I still got error like

Sales Document was not changed.

What can I do.

Thank you.

4 REPLIES 4
Read only

messier31
Active Contributor
0 Likes
522

hi,

chek if u r passing ' ' in ORDER_HEADER_INX(update field) indicating create document...

Enjoy SAP.

Pankaj Singh.

Read only

Former Member
0 Likes
522

Hi,

Which field in order_header_inx? passing what there? you mean ' '?

Can tell?

Thank you.

Read only

messier31
Active Contributor
0 Likes
522

Hi,

In Import parameter <b>ORDER_HEADER_INX</b> there is field call <b>UPDATEFLAG</b>. Following entries are valid and must be entered for respective

task.

' ' : Create a new sales document ( ' ' = SPACE )

I: Create a new sales document

U: Change an existing sales document

😧 Delete an existing sales document

Enjoy SAP.

Pankaj Singh

Read only

Former Member
0 Likes
522

hi,

why ' ' and 'I' also create new? by default it is ' '?

thanks