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

Heading Excel Sheet

Former Member
0 Likes
420

Hi

I want to output the some data to excel sheet.

But my requirement is that it should be displayed in such manner that first line should have the Heading i.e Name of the Excel Sheet.

Skip the second Row (empty)

In new Row : Again some data(text) skip some coloumns Data

in say G column.

Then the internal data ( which i am able to get)

I need only the data before the Internal Data output :

Eg:

ABC COMPANY LTD 12 Mar 08

BANK NAME Ref no: ###

3 REPLIES 3
Read only

Former Member
0 Likes
399

Hi Friend,

Which function module you are using....

In ALSM_EXCEL_INTERNAL_TABLE we have option from which to which row you wan to fetch from file.

try with that.

Regards

Krishnendu

Read only

piyush_mathur
Active Participant
0 Likes
399

Hi Dude...

Best way...Create on internal atbel with data type string.

Now first add you first line header.

After that append blank line.

Noe again append second header.

After that append blank line.

Aftet this loop on your internal table which contain date and pass the data into above internal table and download using GUI_DOWNLOAD FM.

Thanks

Piyush Mathur

Read only

Former Member
0 Likes
399

Thanks