Hi,
I have a requirement to create an ALV report which has to display some static text on each page. In the format below, the line item texts and sub total texts will be the same for each page. Each page displays data for one company code. The company code should be displayed on the top of page.
Line Items Sub totals Amounts
Line item 1 Amt1
Line item 2 Amt2
Line item 3 Amt3
Sub total 1-3
Line item 4 Amt4
Line item 5 Amt5
Sub total 1-5
Total
1. How to display the same item texts on each page? Can I use text symbols to avoid hard coding?
2. How do I get sub totals?
3. Display company code on top of page according to the viewed page?
any sample code greatly appreciated.
Thanks,
MJ