‎2006 Mar 07 6:26 AM
can we call a report program in an module pool program.
If so explain it.
‎2006 Mar 07 6:31 AM
Hi suganya,
<b>Simple
(I suppose u want to call the report/program
on the click of a button/something
ie. in PAI)</b>
1. Use SUBMIT Program.
2. U can use extensions of this syntax.
3. If u use just
submit program,
it will not display the selection-screen,
instead it will directly execute it.
4. Hence, use like this.
<b>submit zam_temp00 via selection-screen..</b>
regards,
amit m.
‎2006 Mar 07 6:31 AM
Hi suganya,
<b>Simple
(I suppose u want to call the report/program
on the click of a button/something
ie. in PAI)</b>
1. Use SUBMIT Program.
2. U can use extensions of this syntax.
3. If u use just
submit program,
it will not display the selection-screen,
instead it will directly execute it.
4. Hence, use like this.
<b>submit zam_temp00 via selection-screen..</b>
regards,
amit m.
‎2006 Mar 07 6:36 AM
u can use <b>SUBMIT</b> statement as suggested by amit
OR U CAN USE
<b>LEAVE TO LIST PROCESSING</b>
‎2006 Mar 07 6:39 AM