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

BDC File UPLOAD

Former Member
0 Likes
657

Hi all,

i used gui_upload to upload the file .But when i try to upload with header line it is reaing that header line including the data.what i have to do to read only data.

please suggest.

Thanks,

Hari.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
628

Hi Hari,

use the FM 'ALSM_EXCEL_TO_INTERNAL_TABLE'

Hi all,

i used gui_upload to upload the file .But when i try to upload with header line it is reaing that header line including the data.what i have to do to read only data.

please suggest.

Thanks,

Hari.

5 REPLIES 5
Read only

sachin_soni
Active Participant
0 Likes
628

Hi hari ,

UR question is not clear can u elaborate is more ?

regards,

sachin

Read only

Former Member
0 Likes
628

Hi,

Upload the XLS file by neglecting the header line.

Regards,

Suresh

Read only

Former Member
0 Likes
628

Hello hari,

what u can do is upload all tzhe contents of the file into itab.

then use

<b>READ TABLE ITAB INDEX 1.</b>

this will get the first line of the file.

Regards,

Vasanth

Read only

Former Member
0 Likes
628

Hi all,

My question is if i uploaded the file with out mentioning the header of that data field

it works fine if i mention the field name in the excel sheet as header it is reading the header line(field Titles) also.

please suggest,

Thanks,

Hari.

Read only

Former Member
0 Likes
629

Hi Hari,

use the FM 'ALSM_EXCEL_TO_INTERNAL_TABLE'