Application Development and Automation 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: 
Read only

Fetch description form text table

Former Member
0 Likes
791

hi ,

i have a requirement.

i have a text table

i need the description values corresponding to the values in the text table.

if i do a 'select * ' into the text table, i don't get the description field VTEXT. How do i fetch the description as well?

2 REPLIES 2
Read only

Former Member
0 Likes
497

Hi,

First check if the link for the text table-main table exsts..

If so, You can put a select query on the main table and get the description,,

You can check MARA and MAKT(text table) for the requirement..(if you select MARA..you get the description)...Only thing is the LINK between the tables..needed

Regards

Shiva

Read only

rejish_balakrishnan
Contributor
0 Likes
497

Hi,

First of all the 2 tables needs a relationship.In both table primarykey fields should be same.Use that primary key for retrieving description along foreign ket table .