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

Grid lines to columns

Former Member
0 Likes
467

Hi friends ;

My question is below sorry for bad english;

zheaders is a table, sample;

in zheaders = 1 a

2 b

3 c

4 d

this table lines ,

I want to this table lines shown ALV grid Field headers. I mean

source zheaders

alv grid = a b c d ... more in zheadres

values ....

Im try fields appending fieldcatalog but I dont succeed.

I hope so , tell problem rigth.

Regards;

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
444

Hi,

Take a look at the example program BCALV_TABLE_CREATE

regards,

Advait

2 REPLIES 2
Read only

Former Member
0 Likes
445

Hi,

Take a look at the example program BCALV_TABLE_CREATE

regards,

Advait

Read only

0 Likes
444

Thank you .

Solved