‎2007 Jul 12 2:00 PM
Hello,
Please help me with following requirement.
I need to pass selection screen values from ZReport to transaction F.01 and collect displayed data output in internal table in ZReport and use internal table for further processing.
Please let me know,
1) How to use SUBMIT with transaction code or modulepool program (<b>remember I don't want to submit report program</b>)?
2) How to collect F.01 output data and bring back to Zreport ?
Thanks in advance.
‎2007 Jul 12 2:09 PM
<i>to transaction F.01 and collect displayed data output in internal table</i>
F.01 is a report program and should be called using the SUBMIT statement, you will not achieve your goal using CALL TRANSACTION. By using the SUBMIT statement, it is possible to retrieve the output of the called program into an internal table of your zreport.
Regards,
Rich Heilman
‎2007 Jul 12 2:05 PM
‎2007 Jul 12 2:09 PM
<i>to transaction F.01 and collect displayed data output in internal table</i>
F.01 is a report program and should be called using the SUBMIT statement, you will not achieve your goal using CALL TRANSACTION. By using the SUBMIT statement, it is possible to retrieve the output of the called program into an internal table of your zreport.
Regards,
Rich Heilman
‎2007 Jul 12 2:10 PM
HI,
use CALL TRANSACTION 'MK01'.
use the transaction u want.
rgds,
bharat.
‎2007 Jul 12 2:11 PM
Hi ab,
1. How to collect F.01 output data and bring back to Zreport
The data (of output) can be collected,
for display purpose.
We cannot get the full data, which makes sense.
2. The data shall be collected, in a printable format only,
ie. with vertical lines, horizontal lines (if any) etc.
regards,
amit m.