‎2008 Jan 30 2:19 PM
In BAPI_salesorder_createfromdat2 what is the significance of importing parameter
order_header_inx.
What does 'X' signify???
‎2008 Jan 30 2:23 PM
Harshu Madap,
Just use transaction SE37 and read the FM documentation, it is explained quiet well!.
Regards,
John.
‎2008 Jan 30 2:23 PM
Harshu Madap,
Just use transaction SE37 and read the FM documentation, it is explained quiet well!.
Regards,
John.
‎2008 Jan 30 2:40 PM
Hi,
Extracted from Documentation:
Description
This paramter fulfills the following two tasks:
Controls processing functions with the value in the UPDATEFLAG field (change indicator).
The following entries are available:
' ' : Create a new sales document
I: Create a new sales document
U: Change an existing sales document
😧 Delete an existing sales document
Controls the field entry with checkboxes
If the UPDATEFLAG field has been activated, the system only copies those fields from the SALES_HEADER_IN parameter that have been activated with 'X'.
Thanks,
Sriram Ponna.