‎2008 Apr 16 2:59 PM
Hi friends
How can we call an Report program from an Dialog (Module pool) program ??
Thanks
Suren
‎2008 Apr 16 3:00 PM
YOu can use the SUBMIT statement
submit <report name> with <parameters? and return.
Regards,
Ravi Kanth Talagana
‎2008 Apr 16 3:02 PM
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.
‎2008 Apr 16 3:05 PM
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