SAP Update Sales Order - Scheduling Items Problem
If we want to update item quantities and delivery date of sales order which is created SD_SALESDOCUMENT_CREATE function or VA01 transaction code, via SD_SALESDOCUMENT_CHANGE function, it adds new scheduling line for every different delivery date . Actually we want the program to update sales order’s current delivery date with up-to-date delivery date and item quantities . I can suggest a solution after my extensive researches: LOGIC_SWITCH parameter
Another solution is using BAPI_SALESORDER_CHANGE function which is more up-to-date function than SD_SALESDOCUMENT_CHANGE function. I think up-to-date solutions must be usually preferred by SAP customers. As a result up-to-date solutions are produced for blocking some problems which is encountered in daily work actions .









