Se estiver trabalhando em um sistema SCM/EWM, você pode verificar o módulo de função
/SCWM/DYNPRO_ELEMENTS_CLEAR, faz exatamente isso, limpa todos os elementos na tela atual.
Basicamente o que ele faz é chamar
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.
isso provavelmente atenderá às suas necessidades.