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

Excel file

Former Member
0 Likes
522

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.......

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
499

hi,

check this note.

sap note 1115435.

Read only

Former Member
0 Likes
499

And Also Check The Below Statistics.

Total Questions:  86 (74 unresolved)

Read only

Former Member
0 Likes
499

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.

Read only

santosh_kumarm
Participant
0 Likes
499

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