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: 

'Foreign Key text, requires additional LANG field'

neXo
Participant
0 Kudos

Hello There!

I have been connecting tables without problems. But, in the last one, when compiling the system returns the following message: "Foreign Key text, requires additional LANG field". I do not understand what the system needs.

Can anyone help me out? Thanks in advance!

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor

A text table contains usually the client (if client specific), key of the main table, a language code, and the text in this language.

  • If you do not handle the language, you should not need a text table.
  • Look at the multiple standard text table of your system.
4 REPLIES 4

raymond_giuseppi
Active Contributor

A text table contains usually the client (if client specific), key of the main table, a language code, and the text in this language.

  • If you do not handle the language, you should not need a text table.
  • Look at the multiple standard text table of your system.

manuel_roldan e.g. T005T being the text table of T005 (countries)

0 Kudos

Thank you Sandra!

0 Kudos

Thank you Raymond!