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

Calling an Report from Dialog program

Former Member
0 Likes
742

Hi friends

How can we call an Report program from an Dialog (Module pool) program ??

Thanks

Suren

3 REPLIES 3
Read only

Former Member
0 Likes
615

YOu can use the SUBMIT statement

submit <report name> with <parameters? and return.

Regards,

Ravi Kanth Talagana

Read only

Former Member
0 Likes
615

Hi,

You can make use of SUBMIT statement.

Please refer the link below:

http://www.sapdev.co.uk/reporting/rep_submit.htm

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
615

You can design a selection screen in your Dialog program and then submit report program from there using

submit <prog name> using

selection-screen '1000'

with 'your selection assignment'

and return.

do reward if helpful nad revert back if clarification required