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

Search Help

Former Member
0 Likes
412

Hi,

I included two text fields (T171T-BZTXT and T188T-VTEXT) in a Z table with their respective matchcode to be used in SM30 transaction.

However, the values listed when F4 is pressed are duplicated probably due multi-language feature.

Question: How could I fix it using the sy-langu to determine which language will be used?

Michel Khouri

4 REPLIES 4
Read only

uwe_schieferstein
Active Contributor
0 Likes
388

Hello Michel

You could try to add the language field to your search help and set its <b>default = 'SY-LANGU'.</b>

Regards

Uwe

Read only

0 Likes
388

Hi Uwe,

Thanks for your feedback.

But this is the point: where I can do it?

Michel

Read only

0 Likes
388

Hello Michel

Scroll the table control with the search help parameter to the <b>right </b>an you will see a column <b>Default</b>.

Either you have to enter SY-LANGU or 'SY-LANGU'.

Regards

Uwe

Read only

0 Likes
388

I'm sorry but it didn't work.

In fact, what I need is: based on the BZIRK value completed by user, search help gets its respective description T171T-BZTXT (basead on SY-LANGU) automatically and completes the record on SM30 transaction.

Is is possible?

Michel