How to prevent changes of document structure when in locked status ?
Apr 17, 2018 at 05:07 AM|35 Views
Hi
We have a demand to prevent changes of a document structure when the included document info records (top DIR included) are locked i.e. status type "S". How can we stop the possibility to use CV12 to allow changes to our document structure ?
from standard point of view this kind of check could be achieved by BADI DOCUMENT_MAIN01 and method BEFORE_SAVE. Here you can check if the document is a BOM header and also the included BOM data.
Add comment