Entering content frameBackground documentation Checks when Setting Deletion Flag for Document Locate the document in its SAP Library structure

If you set the deletion indicator for a document, BAdI method DELETE_CHECK (checks when setting deletion flag for document) is called.

In R/3 the deletion indicator ensures that a document is deleted in the following processing situations:

If you do not want to delete an existing object-document link for your object, you can initiate an exception message with this method. Create a message using the following template:

message e000(26) with 'TEXT' raising no_delete.

Leaving content frame