2009 Jan 28 6:00 AM
Hi Expert,
Please help me.
I have develop a new alv report for my client. I have faceing problem in report layout.
The below is the layout, please advice me how can i design the layout using alv.
total no of hotel | Room available | Occupied room|
-
Hotel 1 |
-
Day |
-
Month |
-
Year |
-
Hotel 2 |
-
Day |
-
Month |
-
Year |
-
Hotel 3 |
-
Thanks in Advance.
Thanks & Regards,
Hi Expert,
Please help me.
I have develop a new alv report for my client. I have faceing problem in report layout.
The below is the layout, please advice me how can i design the layout using alv.
total no of hotel | Room available | Occupied room|
-
Hotel 1 |
-
Day |
-
Month |
-
Year |
-
Hotel 2 |
-
Day |
-
Month |
-
Year |
-
Hotel 3 |
-
Thanks in Advance.
Thanks & Regards,
2009 Jan 28 6:19 AM
hi,
check the standard report
RPR_ABAP_SOURCE_SCAN
BCALV_TEST_HTML_HEADER
goto se37.
give the FM name reuse_alv_grid_display.
press where used list button.
check program check box alone.
you will find list of standard programs with different layout using alv.
you can modify accourding to your requirement.
Edited by: guest on Jan 28, 2009 7:25 AM
2009 Jan 28 6:35 AM
2009 Jan 28 6:41 AM
Hi,
The hotel data like day, month, year are row and the calculation data are column.
like that:
row 1- Hotel1
row2- day calculation data for hotel1
row3- month calculation data for hotel1
row4- year calculation data for hotel 1
row 5- Hotel 2
row 6-day calculation data for hotel 2 and so on.
please help me.
Thanks & Regards,
2009 Jan 28 7:30 AM
2009 May 22 9:59 AM