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

Using structure table in ALV grid

usersant077
Explorer
0 Likes
1,199

Hi,
Can someone please share the right way to use a structure type table as a table in alv grid?
a sample code would be very helpful,

Thank you very much...!

4 REPLIES 4
Read only

FredericGirod
Active Contributor
1,012

I don't understand what is the problem with the "structure type table" ?

examples will depends of the ALV type you would like to use

SALV_DEMO_TABLE_SIMPLE for SALV ( you have a lot of examples: SALV_DEMO* )

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,012

Can you explain what is a "structure type table"? What difficulty do you have to display a "table in alv grid"?

Read only

usersant077
Explorer
0 Likes
1,012

When trying to use s staructure table in the same way I'm using a DB table in the select, I'm getting this error message - " "x" is not declared as a table, projection view, or database view in ABAP Dictionary or does not exist in an active version. "

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,012

Please show your code.