Hi,
i try to initialize the filtervalues which were set by the user. i use in the onInputProcessing:
CALL METHOD CL_HTMLB_MANAGER=>SET_FILTER_ROW_VALUE EXPORTING REQUEST = request ID = 'MyTableViewID' COLUMN_INDEX = col_index VALUE = ' '.
This takes no effect to the filter. In the browser you dont see any changes. I am wondering because here we have to do with the "request" Isnt it that i have to change the "response".
Maybe someone has similar experieneces with initializing the filter.
thorsten
Add a comment