‎2007 Jun 14 8:40 PM
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
‎2007 Jun 14 8:53 PM
Hello Michel
You could try to add the language field to your search help and set its <b>default = 'SY-LANGU'.</b>
Regards
Uwe
‎2007 Jun 14 8:57 PM
Hi Uwe,
Thanks for your feedback.
But this is the point: where I can do it?
Michel
‎2007 Jun 14 9:00 PM
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
‎2007 Jun 14 9:47 PM
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