Application Development 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: 

Reg: No Data In database view

Former Member
0 Kudos
145

I have created a database view with three tables T001K , TKA02, T001W.

The view is consistent. But it doesnt return any data. I have checked it that common records exist between these three tables. What else could be the problem ?

Kindly help.

Regards,

Sri

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos
106

Hi Srivijaya,

It must be the conditions. The conditions may be wrong.

Regards,

Ravi

5 REPLIES 5

former_member181962
Active Contributor
0 Kudos
107

Hi Srivijaya,

It must be the conditions. The conditions may be wrong.

Regards,

Ravi

0 Kudos
106

I dont think so . i have checked the conditions.

0 Kudos
106

I dont think so . i have checked the conditions.The same view exists in SAP system. It gives me data there. But doesn't give me data in the customer system.

0 Kudos
106

can you show your conditions?

0 Kudos
106

Hello Ravi ,

The issue got solved. One of the conditions in the view was to check for null values. Null values seem to be represented in diff ways in diff database versions.

Thankyou.