Method DELETE
Use
You can use this method to delete objects from the BRF transaction. This method must be implemented with new objects that have been implemented. In the method, the supermethod must be called and all CURRENT memories of the instance must be deleted.
Sample coding of class CL_CASE_EXPRESSION_MNT_BRF:
CALL METHOD super->if_maintenance_brf~delete.
CLEAR ms_brf136_cur.
CLEAR mt_brf137_cur.
CLEAR mt_brf261_cur.