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

How to filter data in search help selection method

former_member594288
Participant
0 Likes
606

Hi Everyone,

I need your inputs. I need to develop a search help with 4 fields that has to show only 'Y3' scenarios.But the 4th field is a text field in text table. I developed a view with Scenario = 'Y3' in where condition. upto here it's fine i am giving this view in selection method of search help but i am not able to give text table. How to link that text table to get text field.

Base table : TXPDSSCN need only Y3 scenario's

Text table : TXPDSSCNT

Regards,

Ravi

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
537

Create a view of type "help view" (that will do an outer join), which joins the two tables. Add the selection = SY-LANGU to select the texts from the current language.

Hi Everyone,

I need your inputs. I need to develop a search help with 4 fields that has to show only 'Y3' scenarios.But the 4th field is a text field in text table. I developed a view with Scenario = 'Y3' in where condition. upto here it's fine i am giving this view in selection method of search help but i am not able to give text table. How to link that text table to get text field.

Base table : TXPDSSCN need only Y3 scenario's

Text table : TXPDSSCNT

Regards,

Ravi

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
538

Create a view of type "help view" (that will do an outer join), which joins the two tables. Add the selection = SY-LANGU to select the texts from the current language.