Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV Report Problem

Former Member
0 Likes
346

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.

2 REPLIES 2
Read only

Former Member
0 Likes
329

solved it myself.

Thank you.

Read only

Former Member
0 Likes
329

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.