Hi,
I am calling custom report B from my report A..
I can not edit report B
I dont want to display output of report B.
I have written code as below:-
SUBMIT B
EXPORTING LIST TO MEMORY
WITH s_rdate EQ p_wmdate
WITH p_gapno EQ s_lidd-low
AND RETURN.
1) I tried to write 'EXPORTING LIST TO MEMORY' in all positions in above code but still report B is displaying it's output which I don't want.
so please guide me.
2) Another question is I want to access final output Internal table of report B in my report A. I have to write code on that Itab in my report A.
Plese tell me code.
Title was edited by:
Alvaro Tejada Galindo