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

ABAP QUERY

Former Member
0 Likes
335

Hi friends,

i am facing a problem in ABAP query on Production server.

when test in QS it is working fine.

But when i will run in Production server i am getting this message.

"NO DATA WAS SELECTED"

but there data is available.

Please help me its veru urgent

thanks,

kumar

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
316

Check data in all the tables which you have used in the join.

If you have used inner join than you must have at least one record in each table for the where condition otherwise that data will not show up in the query.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
316

Hi kumar,

May be there is data in table but in select query u will compare with some fields in where condition check that values are passing are not? Check whether The selection screen field values which u give as input are there in the table or not.

Just keep a beak-point at selection query and see what are the values are coming and in the fields. Just go to debug sceen once u ll get to know what is the problem kumar.

<b>Reward for useful answers </b>

regards,

sunil kairam.