En caso de que estés trabajando en un sistema SCM/EWM, puedes verificar el módulo de función
/SCWM/DYNPRO_ELEMENTS_CLEAR, hace exactamente eso, limpia todos los elementos en la pantalla actual.
Básicamente lo que hacen es llamar a
CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = iv_repid TABLES selection_table = lt_seltab EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.
esto probablemente satisfará tu necesidad.