cancel
Showing results for 
Search instead for 
Did you mean: 

WDA: How can I use an inputfield which supports multiple languages?

Former Member
0 Kudos

Hi,

Here is my scenario:

I want to have an inputfield which should support different language, and I want to combine it with a text table to provide different language version.

The input field is like:

Label <u>the value text</u>

the database table:

table A

MANDT PK

valueID PK

table B

MANDT PK

valueID PK

langu PK

valueText

table B is table A's text table.

How could I bind the inputfield, and how could I provide a search helpl for it?

Thanks

Swee Hu

Accepted Solutions (1)

Accepted Solutions (1)

former_member183804
Active Contributor
0 Kudos

Hello Swee Hu,

a input field bound to text. There is no intpretation like language by the field itself. Of course the ABAP runtime will use the logon language for any according operation on it.

If your request is to display the same text after a language has been chosen you can model this by the WD-Context like this:

node language

node textinfo

After the parent node lead selection has been changed to the according language the textinfo child node can be set accordingly. If you bind the attributes of the child node textinfo to the label and input field this could solve such a requirement.

Best Regards

Klaus

Former Member
0 Kudos

Hi Klaus,

Thank you for your suggestion.

But I want to avoid this kind of operation, while to use the DDIC facility.

I have tried using search help, it works.

Best Regards

Swee Hu

Answers (0)