‎2006 Nov 09 4:27 AM
Hi,
I got an ALV grid object.In this i want to display the output in the format below:
i retrieved the data, so i need example for displaying the output.
material text 2/10 9/10 16/10 23/10 ......
0001 reorder 450
stock 800 600 400 350
ussage 50 40 60 50
warning *** ***
0002 ...................
the dates are dynamic, based on the select options.
Thanx in advance.
‎2006 Nov 09 4:55 AM
Have a look at below links. It contains sample code for alv grid.
http://www.erpgenie.com/abap/controls/alvgrid.htm#Complete%20code%20for%20the%20ALV%20grid%20example
http://www.sap-img.com/abap/sample-programs-on-alv-grid.htm
http://sap.niraj.tripod.com/id64.html
Also have a look at below for OO alv grid:
http://help.sap.com/saphelp_erp2004/helpdata/en/0a/b5533cd30911d2b467006094192fe3/frameset.htm
I hope it helps.
Best Regards,
Vibha
*Please mark all the helpful answers
‎2006 Nov 09 5:08 AM
Hi Vidya ,
u can create internal table based on the Input data by using dynamic table creation Logic.But in ALV u cannt display Inter table as u mentioned below.
bcos U will map internal table values with ALV grid field cata.So by using ALV hirarchy u can achieve this one.
check sample program of Alv in se 38 ,search terms are BALV*
regards
Prabhu