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 report layout

Former Member
0 Likes
853

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,

5 REPLIES 5
Read only

Former Member
0 Likes
817

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

Read only

Former Member
0 Likes
817

are these the rows or columns??

Read only

0 Likes
817

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,

Read only

Former Member
0 Likes
817

Hi

Check out the following links:

Hope this helps

Regards,

Jayanthi.K

Read only

Former Member
0 Likes
817

thanks