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

Getting a list by using SUMIT

Former Member
0 Likes
462

Hi all,

I'm using SUBMIT in order to get a list from internal table.

I need to display this list as F4 values selected in a screen field.

I want to get the list without displaying the report on screen, still the report is displayed.

I use it as follows:

SUBMIT zreport WITH SELECTION-TABLE SELTAB

EXPORTING LIST TO MEMORY

AND RETURN.

As written in the help for this command using the EXPORTING LIST TO MEMORY prevents the report from beeing diaplyed on screen.

Still, the report is displayed.

any ideas?

Thanks,

Hagit

2 REPLIES 2
Read only

Former Member
0 Likes
426

Hi Hagit

Try using the "TO SAP-SPOOL" option

Regards,

Arun

Read only

0 Likes
426

Hi,

I don't want to send the list to spool, it opens the printer screen definitions.

I wan't it to be transparent to the user - to call the report and display it as an F4 popup.

Hagit