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

uploading XL sheet into fieldstring

Former Member
0 Likes
367

Hi Experts,

I have a problem in uploading an excel sheet into SAP, here i need the uploaded data into a field string insted of an internal table.

For this i tried using FMs 'TEXT_CONVERT_XLS_TO_SAP' and 'ALSM_EXCEL_TO_INTERNAL_TABLE'.

but i was unable to solve my problem. plz some one help me in this regard, please provide some sample code for this.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
339

Hi Mythri,

When you using Function modules 'TEXT_CONVERT_XLS_TO_SAP' OR 'ALSM_EXCEL_TO_INTERNAL_TABLE'. This will read the data from the excel sheet and pass it into an internal. Now your inernal table holds the records pass them into each variable and concatenate the variables that will form your string.

Cheers!!

VEnk@

Hi Experts,

I have a problem in uploading an excel sheet into SAP, here i need the uploaded data into a field string insted of an internal table.

For this i tried using FMs 'TEXT_CONVERT_XLS_TO_SAP' and 'ALSM_EXCEL_TO_INTERNAL_TABLE'.

but i was unable to solve my problem. plz some one help me in this regard, please provide some sample code for this.

Thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
340

Hi Mythri,

When you using Function modules 'TEXT_CONVERT_XLS_TO_SAP' OR 'ALSM_EXCEL_TO_INTERNAL_TABLE'. This will read the data from the excel sheet and pass it into an internal. Now your inernal table holds the records pass them into each variable and concatenate the variables that will form your string.

Cheers!!

VEnk@