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

alve display

Former Member
0 Likes
792

hi all,

I have a requirement where,

A report will be designed which will output the data contained in the custom table. The report will export into the standard ALV grid, with the ability to export to a spreadsheet format.Drill down functionality will be available in the report to allow the user to see the original document. the layout should be like in 3 parts:

1 column and 2 rows... can we do this without oo alv? how to go furhter?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
706

Hi poonam,

you can do ot with simple ALV as well as with oops ALV.

fill the data into an ITAB pass it to fm REUSE_ALV_GRID_DISPLAY

using rsselfield table u can get clicked value to get drill down.

Thanks,

Gaurav.

Edited by: gaurav.singh on May 4, 2010 8:47 AM

3 REPLIES 3
Read only

Former Member
0 Likes
707

Hi poonam,

you can do ot with simple ALV as well as with oops ALV.

fill the data into an ITAB pass it to fm REUSE_ALV_GRID_DISPLAY

using rsselfield table u can get clicked value to get drill down.

Thanks,

Gaurav.

Edited by: gaurav.singh on May 4, 2010 8:47 AM

Read only

0 Likes
706

i got it gaurav,.. but my question is the layout... its like i have 3 parts to display... with 1 column and 2 rows next to the column

Read only

Former Member
0 Likes
706

not solved