DtvLong dal_wdh_rol_tra ()

Writes all temporarily deleted records selected in the trash-basket widget back into their original tables (rollback).

Input Parameters Significance
none -

Output Parameters Significance
none -

Return Code Significance
0 no error

When calling this function from within a userexit the record-dirty-flag of the records to be rolled back in the trash-basket widget must be set to + (i.e. mark as selected) using the function dal_mas_set_drt_rec. Additionally you have to activate the trash-basket widget with dal_wdg_set_act (dal_wdg_ret_tra ()). Afterwards you can call dal_wdh_rol_tra.