Hi Imran,
Just like @deepika suggested, check the parameter.
Use
Data : ls_your_structure type struture_name.
lr_qs->get_selection_params( ls_your_structure).
Ifls_your_structure-Create_user is Initial.
lr_qs->add_selection_param( exporting iv_attr_name = 'CREATED_BY' iv_sign = 'I' iv_option = 'EQ' iv_low = LV_UNAME ).
Endif.
Hope it works
-Anish