Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

GRAND TOTALS_DOWN LOADING

naveen_inuganti2
Active Contributor
0 Likes
495

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
467

while populating second internal table .. populate the SUM

also ... and download using Download functions ...

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

2 REPLIES 2
Read only

Former Member
0 Likes
468

while populating second internal table .. populate the SUM

also ... and download using Download functions ...

Read only

0 Likes
467

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