Hi Everyone,
The below statement is working fine with normal list output
SUBMIT ztest_list AND RETURN EXPORTING LIST TO MEMORY
WITH p_kunnr = p_kunnr .
But I am using the above statement to submit a program which is displaying the output in ALV grid.
I don't want the output to be displayed.
I only want the list to be exported to the memory.
Other wise I want the output internal table to be uploaded to a memory without displaying any output.
Edited by: Srinivasu Reddy on Jul 15, 2008 2:03 PM