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: 

Retrieving data from custom Variant Table

eharrington
Discoverer
0 Kudos

I am working with a custom variant table that has Material, Shape, and Part_ID in it.  I used CARD_TABLE_READ_ENTRIES to take that data and put it into an internal table type VTENTRIES. Now how can I get the data out of that internal table, and be able to display it as three columns instead of three rows? I will be outputting it to an ALV grid as well.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Can you please provide the screenshot of the data which you are getting.

0 Kudos

0 Kudos

Hi Eric,

If you want to transpose the value from row to column, you can use RTTS method. Please find the document below.

Regards

Rajkumar Narasimman

0 Kudos

I am going to go through this and give it a try...

Thanks Raj

Message was edited by: Eric Harrington I am very much a newbie with ABAP, going through this RTTS document and its really confusing to me.  I just can't get how I can take the VTVALUE column, which has the actual data and split that that into three different columns:      Material       Shape       Part_ID