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

ALV Design

Former Member
0 Likes
325

Hi .

I want to copy an existing view to my internal table .How can we achieve it?

I want to display my alv report into no of pages? How can i do this?

Regards,

SSR.

Hi .

I want to copy an existing view to my internal table .How can we achieve it?

I want to display my alv report into no of pages? How can i do this?

Regards,

SSR.

1 REPLY 1
Read only

Former Member
0 Likes
278

Hi VIEW can be used like a table

declare a internal table type of view and write a select query for that

select data from view into table ur internal table where condition

it will get data into ur internal table