‎2008 Dec 31 4:45 AM
Hi experts,
I added a download button in an application tool bar.
when i click the button i want to download the complete output....
the output contains the subtotal title etc.,
the output is an different internal table....
how can i download the total and all........
help me please.......
‎2008 Dec 31 4:55 AM
‎2008 Dec 31 4:58 AM
And Also Check The Below Statistics.
Total Questions: 86 (74 unresolved)
‎2008 Dec 31 4:59 AM
Hi,
u want to download the total and subtotal,
If it is customized PF-status then u have write logic to download to excel file after displaying the report with total and sub total.
or give ok code = '%PC' to ur download button.it might help u.
otherwise goto export button--->spread sheet. it'll give the subtotal and total.
‎2008 Dec 31 5:53 AM
Hi Manjula,
Use function module MS_EXCEL_OLE_STANDARD_DAT to download data from output list to Excelsheet. Call the function module when you click on the Button.
Hope this shall be useful to you.
Regards
Santosh Kumaar.M