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

ABAP list display doubt

Former Member
0 Likes
527

Hi ABAP guru's,

I have a new requirement , in report i have Two internal tables populated with data . when iam executing program. data in the first internal table should be displayed ( suppose 1st internal table has 10 records). In the output list screen i kept one button in toolbar . buy pressing that i need second internal table should be displayed from next line. that is second internal table should be displayed from (suppose )11th line of same list output.

2nd internal table should not displayed immediatley after executing program. once i press button in toolbar. 2nd internal table should be displayed below the first internal table.

please reply soon.

Points guaranteed.

Thanks®ards,

Hemanth.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
510

Hi Hemanth,

Yes it is possible using interactive reporting. Just print the both internal table data again once user presses the button.

Regards,

Atish

3 REPLIES 3
Read only

Former Member
0 Likes
511

Hi Hemanth,

Yes it is possible using interactive reporting. Just print the both internal table data again once user presses the button.

Regards,

Atish

Read only

Former Member
0 Likes
510

Hi atish ,

Thanks for quick reply, but my requirement is not that, I should not go to secondary list , i have to display the 2nd internal table in the same list. below the the 1st internal table but after i push the button in menu.

I hope someone reply's the my query. points are gauranteed.

Thanks&regards,

Hemanth

Read only

0 Likes
510

Hi Hemanth,

This is only as a part of coding. For end user it will look as you are just refreshing the output.

I think this can only be achieved using interactive kind of reporting.

Regards,

Atish