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: 

missing field VTEXT in table TVLS

Former Member
0 Kudos

HI,

Im using table TVLS for one of requirement. Whenever i view its table contents i can see the field VTEXT which carries the description. However the table definition doesnt contain this field , and the compiler gives me syntax error whenever i use this field in my script.

Any clue what is happening.

Bye

1 ACCEPTED SOLUTION

former_member404244
Active Contributor
0 Kudos

Hi,

Use the text table TVLST...u can see it from se11

give the table ->TVLS and then dsiplay->In the menu select GOTO->text table->U will arrive at TVLST.

Regards,

Nagaraj

3 REPLIES 3

kiran_k8
Active Contributor
0 Kudos

Mac,

Text descriptions wil be maintianed in the table TVLST.

Open the table in SE12

press Ctrlshiftf11 ie graphics

Now in the pop up screen you will get see the table name TVLS,select it and click on FOREIGN KEY TABLES where you can find TVLST which carries the descriptions but you can see the description when going to SE12>>TVLS but to fetch that description you need to use TVLST and not TVLS.

Thanks,

K.Kiran.

former_member404244
Active Contributor
0 Kudos

Hi,

Use the text table TVLST...u can see it from se11

give the table ->TVLS and then dsiplay->In the menu select GOTO->text table->U will arrive at TVLST.

Regards,

Nagaraj

0 Kudos

thanks a lot !