The function module SD_SALESDOCUMENT_CREATE is used to create a sales order.Now in order to to create the sales order I am using the statement COMMIT WORK to create the sales order but this is throwing a Runtime Error: COMMIT_IN_POSTING.How do I create a sales order and update it in the database without using the COMMIT WORK statement.Please suggest some other method