DtvLong dal_exi_dtv ()

Exits DataView correctly from within a userexit.

Input Parameters Significance
none -

Output Parameters Significance
none -

Return Code Significance
1 return value unequal to zero from "EXIT" userexit
2 trash-basket still contains records
3 records are still being edited

Before dal_exi_dtv can finally leave DataView, the following actions and checks are performed:

Attention! If, for any reason, you want to leave DataView from within a self-defined application-specific userexit, you will have to apply the dal_exi_dtv userexit as sub-routine in order to exit DataView in a controlled way.