‎2008 Jul 21 1:00 PM
having a problem with calling one Tcode for displaying report in A function module,
It is displaying the report perfectly, but it is not coming again in the Function Module, from This tcode of report display.
How I can solve the problem ?
Regards,
Study SAP
‎2008 Jul 21 1:03 PM
‎2008 Jul 21 1:03 PM
‎2008 Jul 22 6:57 AM
Thanks to all,
I have solved this problem, In my case I used "Leave to Transaction" Statement,
Regards,
Study SAP
‎2008 Jul 21 1:03 PM
Hi!
I hope you used the report this way:
SUBMIT zmyreport
...
AND RETURN. "don't forget this part
Regards
Tamá
‎2008 Jul 21 1:05 PM
I tested and it is working fine.
if you are trying using tcode. if program of transaction is executable program then ypu can use the submit and return option
FUNCTION ztest.
SUBMIT balvbt02 AND RETURN.ENDFUNCTION.
‎2008 Jul 21 1:07 PM
‎2008 Jul 21 1:13 PM
Hi
Instead of using "CALL TRANSACTION" use ....
Hope this would help you.
Murthy
Edited by: Kalyanam Seetha Rama Murthy on Jul 21, 2008 2:19 PM