2008 May 19 1:11 PM
Hi.... All...
Thank you very much for your visiting...
here iam having one report...
in that iam having... two internal tables in my report...
one is for to get list output display....
second one is for to pass in the importparameters of GUI_DOWNLOAD function module...means to get excelsheet file...
( I think you can catch the point why two instead of one....One reason is...yes exatly then we can get required field sin the file instead of all the fields)
So here my problem is ...
i can get page headers, entries in my excel sheet as like in list output...
BUT
how can i get that grand total values( are in list output for two fields) in excel sheet???
i want them as just like in list output(bottom of report)...
where i have to write coding part...
if i use append statement i was going in to runtime error...
(Let me know if you want any forther clarification....!!)
Thank you,
Naveen.i
Edited by: Naveen Inuganti on May 19, 2008 5:45 PM
2008 May 19 1:17 PM
while populating second internal table .. populate the SUM
also ... and download using Download functions ...
2008 May 19 1:17 PM
while populating second internal table .. populate the SUM
also ... and download using Download functions ...
2008 May 19 1:26 PM
Hi...
Can you send me the detail answer...
because iam already tried with sum, caluculations and append stetement...
please suggest me with detailed answer...
Thank you.
Naveen.I