Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to use SUBMIT for transaction program?

Former Member
0 Likes
1,861

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.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
863

<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

4 REPLIES 4
Read only

Former Member
0 Likes
863

U can use Call Transaction

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
864

<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

Read only

Former Member
0 Likes
863

HI,

use CALL TRANSACTION 'MK01'.

use the transaction u want.

rgds,

bharat.

Read only

Former Member
0 Likes
863

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.