‎2009 Feb 23 10:41 AM
Hi Experts,
I have two independent reports report1 and report2. now i want to embed two reports on same selection screen. I want to divide screen into two parts, first part will contain buttons for example but1 and but2. on click of but1 i should display report1 on second part similarly with but2 display report 2. can we devide screen vertically.
‎2009 Feb 23 10:55 AM
Hai Mohammad,
It is difficult to split the selection screen into two parts.Instead you should use subscreen concepts.
Here your requirement can be done.
Regards
‎2009 Feb 23 11:13 AM
hi asif ,
refer the below link it might me help you .
[http://sample-code-abap.blogspot.com/2008/06/displaying-two-alv-grid-on-screen.html]
regards
chinnaiya
‎2009 Feb 23 11:58 AM
hi,
creat two custom control in the screeen.u can place it any where u like.call the report seperately
‎2009 Feb 23 12:01 PM
Hi,
I want to call transaction on click of but1 similarly another transaction on click of but2. is it possible to call transaction using custom control