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

how to pass table data into below code for alv

laxman_sankhla3
Participant
0 Likes
441

hi

i want to pass table data into alvgrid

i dont know how to pass table data.

here instead of passing ABC into internal table

i want to pass table data .

please help me

ialv-test1 = 'ABC'.

form get_data.

ialv-test1 = 'ABC'.

ialv-test2 = 'DEF'.

append ialv.

ialv-test1 = 'GHI'.

ialv-test2 = 'JKL'.

append ialv.

ialv-test1 = '123'.

ialv-test2 = '456'.

append ialv.

endform

thanks in advanced.

2 REPLIES 2
Read only

Former Member
0 Likes
412

Dear Laxman,

It would be fine if you go through few erxamples ...

Go to SE80 ...

Enter package/development class as 'SLIS'.

see samples ... all type of ALV samples you will be able to see.

*REWARD if this helps.

Read only

Former Member