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

ABAP Module to process Excel File

Former Member
0 Likes
880

Hello:

Does anyone have a sample ABAP module that will read an Excel file? I need to read an Excel file and extract the information in each column as a field that is either fixed length in some columns or variable in some columns and it will be delimited by each column.

Thanks,

Nick F.

Hello:

Does anyone have a sample ABAP module that will read an Excel file? I need to read an Excel file and extract the information in each column as a field that is either fixed length in some columns or variable in some columns and it will be delimited by each column.

Thanks,

Nick F.

4 REPLIES 4
Read only

Former Member
0 Likes
848

Where's the problem in using FM GUI_UPLOAD if you are doing it from your desktop?

Read only

former_member221770
Contributor
0 Likes
848

Nick,

If the Excel file is saved as a Tab Delimited Text File, you can use FM "GUI_UPLOAD" like syd_oz said.

or you can see the following link:

Hope this helps.

Cheers,

Pat.

Read only

Former Member
0 Likes
848

Hi Nick,

I think this Fm will help you

<b>ALSM_EXCEL_TO_INTERNAL_TABLE.</b>

Try it.

Regards,

Viswanath Babu

Read only

Former Member
0 Likes
848

Hi Nick,

just search for 'Excel' in forum and you will get

more than you want

thanks

surjit