Hello,
We have a custom WDA app, where in for SEARCH functionality, we used the SEARCH GUIBB, well. now I need to enhance this custom app, in such a way that, I need to manipulate the user entered selection criteria, I mean, changing the user entered input data, deleting some input data etc...
For this I checked the FEEDER CLASS's GET_DATA method, but this method is triggering very 1st time and just before getting out from ABAP logic, hence here in GET_DATA I don't have chance to manipulate the user entered input / selection criteria data
Pls. let me know how can we manipulate the user entered input data?
Thank you