Application Development 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: 

How to display the contents of the classical report in the alv output

Former Member
0 Kudos

Hi All,

i have requirement like i am having 2 reports, one is classical report and other is an alv report.

now when i execute the alv report, on the output i need to create a button and when the button is pressed i need the contents (internal table) of the classical report to be displayed on the next screen.

is there any function module for this or any other solution.

regards,

raghu.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Use PF-STATUS and inside it you can code to display the contents of the internal table.

Regards,

P.S.Chitra

GauthamV
Active Contributor
0 Kudos

hi,

create a button on app tool bar and in ur logic when click user command for tht botton use submit statement and call ur classic report.

Former Member
0 Kudos

hi,

thanks for the replies.

but is there any function module for this.