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

Split screen on selection screen.

Former Member
0 Likes
1,146

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.

4 REPLIES 4
Read only

Former Member
0 Likes
673

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

Read only

Former Member
0 Likes
673

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

Read only

Former Member
0 Likes
673

hi,

creat two custom control in the screeen.u can place it any where u like.call the report seperately

Read only

0 Likes
673

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