‎2007 Nov 25 9:55 AM
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
‎2007 Nov 25 10:01 AM
‎2007 Nov 26 7:41 AM
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