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

upload sheet

Former Member
0 Likes
565

Hi

I need to upload an excel sheet into a ztable,but I wanted to give heading in the excel sheet like material no,plant, sales org etc.

How can I avoid the heading row alone from being uploaded? please let me know.

Thanks in advance.

Rinky

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
498

Upload all the data into internal table, then simply delete the first line of it.

delete itab index 1.

Regards,

Rich Heilman

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
499

Upload all the data into internal table, then simply delete the first line of it.

delete itab index 1.

Regards,

Rich Heilman

Read only

0 Likes
498

thanks a lot rich

Read only

Former Member
0 Likes
498

Hi,

If you using the function module TEXT_CONVERT_XLS_TO_SAP pass in the parameter I_LINE_HEADER as 'X'.

Thanks,

Naren