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 to Internal Table

Former Member
0 Likes
527

Hi all,

I need to uploaded data from excel to internal table. Excel is having 6 columns, in which i column is having 300 char length. When i am using EXCEL_TO_INTERNAL_TABLE, only 50 char length of the above field is coming.

how can i get the entire field. is there any other function module which downloads entire data from excel to internal table. if yes please provide which parameters should i pass.

Its very urgent.

Please help.

Thanx in Advance.

Subhani.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
457

Hi,

You can use the ALSM_EXCEL_TO_INTERNAL_TABLE function module

Here is the example program

Regards

Sudheer

2 REPLIES 2
Read only

Former Member
0 Likes
457

use function modules:

ALSM_EXCEL_TO_INTERNAL_TABLE

ZRFC_EXCEL_TO_INTERNAL_TABLE

reward points pleASE

Read only

Former Member
0 Likes
458

Hi,

You can use the ALSM_EXCEL_TO_INTERNAL_TABLE function module

Here is the example program

Regards

Sudheer