InterviewSolution
Saved Bookmarks
| 1. |
We Have A Problem With Bapi_salesorder_change. We Need To Change A Position In A Sales Order But When We Fill The Structures Bapi Does Not Change The Sales Order. What Should We Do? |
|
Answer» You MUST fill the update structures properly. The order header needs to read “order_header _ inxupdateflag = 'U',”. The item must read “order_item_inx = 'U'.” Each field TOUCHED in “order_item_ in” needs to have an 'X' in the CORRESPONDING field of “order_item_inx.” You must fill the update structures properly. The order header needs to read “order_header _ inxupdateflag = 'U',”. The item must read “order_item_inx = 'U'.” Each field touched in “order_item_ in” needs to have an 'X' in the corresponding field of “order_item_inx.” |
|