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

To read mutiple Excel files from application server

Former Member
0 Likes
456

Hi,

How to read multiple Excel files into internal tables from application server .

If only one file we can use Function Module 'ALSM_EXCEL_TO_INTERNAL_TABLE'.

But if there are multiple files how to read them.

Hi,

How to read multiple Excel files into internal tables from application server .

If only one file we can use Function Module 'ALSM_EXCEL_TO_INTERNAL_TABLE'.

But if there are multiple files how to read them.

2 REPLIES 2
Read only

Former Member
0 Likes
421

to read files From application server we dont use 'ALSM_EXCEL_TO_INTERNAL_TABLE'

We use OPEN DATASET filename

READ

CLOSE DATASET

Read only

Former Member
0 Likes
421

Hi Parnith,

We use the OPEN DATASET concept for the Application server Upload/Downlaod, we use this function module for the Presentation server

Regards

Sudheer