Delete a Sales order processing document after being printed
You cant see the delete button anymore after printing the batch or the transaction even though it is just saved and not yet posted, so this is a simple query to switch the printing status of the batch or the document to initial status before printing. update SOP10100 set TIMESPRT = 0 where SOPNUMBE='<insert the SOP document>' After executing the query the delete button will appear in the action drop down list.