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: 

Search help with view - text table handling

Former Member
0 Kudos
140

Hi,

I have a table A with text table AT.

Since I have to filter records from table A out based on a certain criteria, I join it in a database view to a table B.

But when I use the database view as a selection method in the search help, it does not recognize the "text table" anymore.

Now I tried the following: I created a help view on my database view, to join the text table and put a condition for SY-LANGU on the language field. But it doesn't work correctly. If some values are not translated in the current language, than they are shown empty. instead when using a simple table with text table, it will fallback to another language (e.g. english) and not show an empty record.

Any ideas?

Regards,

Bruno

1 REPLY 1

0 Kudos
74

Sorry, I made a mistake. The fallback logic was in our code, not in the search help. So it will work with a help view.