‎2004 Aug 24 9:49 AM
Hi,
i am using this statement to get output of report in memeory list. I believe witht this syntax called program's output should not be displayed but i am getting the output everytime i use this. can anybody help me?
SUBMIT (p_prgnam)
WITH SELECTION-TABLE i_rspar
EXPORTING LIST TO MEMORY AND RETURN.
‎2004 Aug 24 10:27 AM
Hallo Yashpal,
your code looks correct. How does the called report actually generate the output? Is it generated simply with the "WRITE" statement or is it an ALV-List?
Gerard.
‎2004 Aug 24 10:27 AM
Hallo Yashpal,
your code looks correct. How does the called report actually generate the output? Is it generated simply with the "WRITE" statement or is it an ALV-List?
Gerard.
‎2004 Aug 26 11:12 AM
‎2004 Aug 26 12:18 PM
‎2004 Aug 26 3:37 PM
Hi,
What i think it depends on the selection screen of program that is being called.
Regards,
amit
‎2004 Aug 31 6:49 AM
‎2004 Aug 31 8:55 AM
‎2004 Oct 05 8:31 AM
Hi experts,
I have a similar issue. I have done same thing but on a report painter report (developed using GRR2). I used the G_program_name fm to get the executable programe name. then I used the submit (prog_name) exporting list to memory and return. I get the same problem and also I am not able to retrieve the report from memory using list_from_memory.
Is there any other way I can capture output of the report painter reports?
regards
‎2004 Oct 05 8:41 AM
Hi,
For Executing report painter reports and getting the data back for manipulation check out the following FM.
CRIF_RW_WEB_CALL_REPORT
Regards
Raja
‎2008 Nov 21 4:43 PM
How do you pass parameters or a variant to this FM (crif_rw_web_call_report)?
I want to run a nightly job that executes a report painter report (with a selected variant or parameters) and dumps that data to a file.
‎2011 Jun 28 5:42 PM
Hi Durairaj,
Edited by: lucascosta on Jun 28, 2011 6:48 PM
Edited by: lucascosta on Jun 28, 2011 6:48 PM
‎2011 Jun 28 5:47 PM
Hi Durairaj,
I read about this function crif_rw_web_call_report, for Report Painters, and I need a lot to know what parameters to pass.
I have looking for, but so far, I don't found a exemple or something that guide me to use the function.
If you could, please, share an exemple, would be grateful.
I need this for a generic datasource.
Thank you.
Lucas