‎2007 Apr 11 12:56 PM
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.
‎2007 Apr 11 1:27 PM
hi,
chek if u r passing ' ' in ORDER_HEADER_INX(update field) indicating create document...
Enjoy SAP.
Pankaj Singh.
‎2007 Apr 11 1:45 PM
Hi,
Which field in order_header_inx? passing what there? you mean ' '?
Can tell?
Thank you.
‎2007 Apr 11 1:56 PM
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
‎2007 Apr 11 2:35 PM
hi,
why ' ' and 'I' also create new? by default it is ' '?
thanks