Hello Thomas,
I need to make data searched only created by the user. how to make BUT000-CRUSER default in background in Search.
I have used the below insert, but the search options are been effected which are in display,
CALL METHOD Lv_QS->INSERT_SELECTION_PARAM
EXPORTING
IV_INDEX = '1'
IV_ATTR_NAME = 'CREATION_USER'
IV_SIGN = 'I'
IV_OPTION = 'EQ'
IV_LOW = sy-uname
Thank and Regards
Deva