‎2007 Dec 07 6:00 AM
This is typical proble in ALV report output. When the user enter a value in the selection screen it is searching the database for the corresponding value. If the value is existing in the database (it is checking in two different tables for the same value) it is displaying the corresponding record. But when the user enters a value which is not existing in database the alv report gives all the record as the output. How to solve this problem.
‎2007 Dec 07 6:04 AM
‎2007 Dec 07 6:10 AM
Hi,
u just check your coding and give the 'WHERE IN CONDITION ' at the time of data selection for perticular output.
so after doing this u get only output perticulr your selection and if it is not in your database ALV display no data.
Try this and reply me.