iwf_del_lis

This userexit cannot be used with the Java Client browser! In Java Client, to delete objects form the browser, please use the function PrpMenu/DeleteObject.

Temporarily deletes all selected records in the mask of the active widget and copies them into the trash basket


Usage as:

On_Select userexit in Select menus/button-areas or On_Event userexit in element selection state.


Explanation:

Prior to the deleting process, DataView checks for the delete privilege, the record locking, and the existence of depending elements for each selected record. If a selected record may not be deleted, DataView issues a warning in the message window and cancels the delete process. If the mask in the active widget contains elements of data base tables in the foreign format, DataView will not check for record locking or the existence of depending elements.

Example: In DataView itself the userexit is used for the standard function delete in the Select menu.