‎2009 May 13 12:23 PM
hello,
I have created one FM.in that FM i am calling one zreport using submit statement as i want to access that zreport's internal table.so i have done that using IMPORT and EXPORT statement and i am getting values in my FM.
but my problem is when i execute that FM it stops and display the ALV output of zreport and then when i press back button it gives me FM's output.i dont want that ALV output.can anybody help me that how to omit this output screen?
regards
soniya s.
‎2009 May 13 12:27 PM
Hi,
Use option EXPORTING LIST TO MEMORY with statement SUBMIT.
Issa
‎2009 May 13 12:28 PM
‎2009 May 13 12:31 PM
Hi,
Use option EXPORTING LIST TO MEMORY with statement SUBMIT.
Regards,
Nikhil
Edited by: Nikhil Kayal on May 13, 2009 1:32 PM
‎2009 Aug 11 6:20 AM
i used if sy-tocode = 'program's tcode' then only alv display or else no.its working fine.
thanks.