‎2007 Jul 05 11:11 AM
Hi friends,
In my program i have push button when i press that it should go to tcode'cje0' and there is parameter which is a report where we ennter the report name in that transation. I should fill that with rep name "112SAPKL", Than it should display the final screen.All the things should be done in the main program itself. When i press push button final should display.
Rewarded if useful.
Advance thanks
siva kumar.
‎2007 Jul 05 11:14 AM
Hi
Use SUBMIT to call the report
If you know the transaction code then use CALL transaction
Regards
Shiva
‎2007 Jul 05 11:13 AM
I forgot to say the parameter id of the parameter report in transaction 'cje0' is "REI'.
Thank You
‎2007 Jul 05 11:13 AM
Hi Siva,
Use SET PARAMETER...
And CALL TRANSACTION for your requirement.
Regards,
Atish
‎2007 Jul 05 11:16 AM
‎2007 Jul 05 11:23 AM
Hi Siva,
You first write some code, then we can suggest what is wrong in that.
Regards,
Atish
‎2007 Jul 05 11:14 AM
Hi
Use SUBMIT to call the report
If you know the transaction code then use CALL transaction
Regards
Shiva
‎2007 Jul 05 11:24 AM
Hi,
Check the following link:
http://www.sap-img.com/abap/how-to-call-one-report-to-another.htm
Regards,
Bhaskar