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: 

Text table for KNA1-REGIO

former_member1330001
Participant
0 Kudos

Hi Friends,

I need to retrieve the REGIO codes as well as the description in a drop down list. I checked out the t005s table where we get the BEZEI field while displaying the entries. But if i try to use this field t005s-BEZEI it throws an error. What could be wrong? How they maintain such a field?

Prompt replies would be rewarded.

Thanks in advance.

Tamilarasan.L

6 REPLIES 6

Former Member
0 Kudos

There is no BEZEI field in T005s. You can use T005 to get description of REGIO code.

Regards,

Abraham

Former Member
0 Kudos

Get the description from T005U instead where BLAND = KNA1-REGIO and LAND1 = KNA1-LAND1.

Solved!

former_member221770
Contributor
0 Kudos

Tamilarasan,

Try T005U.

Cheers,

Pat.

Former Member
0 Kudos

Hi

You can find the values in T005T table.

Regards,

Baburaj

Former Member
0 Kudos

For any table if you want to find the related text table , just display the table in SE11. Then from menu select Goto -> Text Table. This will bring the text table .

Try for T005S and you will get T005U .

Cheers

0 Kudos

Sanjay,

It does not work for <u>all</u> tables though. For eg. T001. Goto->Text table will only work if a language dependent "Text Table" has been defined in the system for the table in question.

Cheers,

Syd.