2014 Mar 10 5:16 PM
HI experts,
I want to create a ALV report with split screen(without OOPS concept), i mean its a FI report with two headings i.e Liabilities and Assets having the same item data, I tried using most of the function modules of ALV, but no use, I want Liabilities and Assets two headers.
Hi Nisha
If you are not using OOPS....
You can use ALV Blocked list, With in that you can call Two grids
Check the following thread..
.
Thanks Rajlaxmi.
2014 Mar 11 5:32 AM
Hi Mayur,
Classes can be instantiated more than once, and hence can display multiple ALV grids in a single screen. There are many advantages if you use OOPS method.
Only other way around is "ALV list".
WRITE: <<liabilities header>>
LOOP on your Liabilities internal table and use WRITE statement.
Similarly for Assets.
Regards,
Nisha Vengal.
2014 Mar 11 7:04 AM
Hi,
Can you explain why not use cl_gui_splitter_container ?
Here is some code and I promise that it will not bite you....
Regards.
2014 Mar 15 3:51 AM
Hi Eitan Rosenberg,
Thank You, I Know it wont bite, but just was curious to know. If we can achieve it without using OOPS. Thanks for your help.
2014 Mar 15 3:53 AM
2014 Mar 11 7:09 AM
Hi Nisha
If you are not using OOPS....
You can use ALV Blocked list, With in that you can call Two grids
Check the following thread..
.
Thanks Rajlaxmi.
2014 Mar 15 3:52 AM
Hi Rajlaxmi,
Thankyou, I tried with blocked list it worked. Thank you.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |