Application Development 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: 

probelm with FM ALSM_EXCEL_TO_INTERNAL_TABLE

Former Member
0 Kudos

hi friends,

i have one interesting issue.

I have one excel file with 3 fields Country, comm.code and description.

when i'm using ALSM_EXCEL_TO_INTERNAL_TABLE Fm to upload the excel file into int. table, the Hungarian characters present in that are converted into junk characters.

I have changed my settings to HU language and even logged in HU language.

Then also i have the same issue.

Please help me in regard of this.

Early reply would help me close the issue ASAP.

Thanks in advance,

Praveen

6 REPLIES 6

Former Member
0 Kudos

try to change the data type of that field in internal table.

reward if useful.

0 Kudos

hi Pawan,

should it be char or ...

Please advise...

/Praveen

hymavathi_oruganti
Active Contributor
0 Kudos

it should be character

0 Kudos

sorry Pawan,

its still the same prob..

Thanks

Praveen

Former Member
0 Kudos

<b>ALSM_EXCEL_TO_INTERNAL_TABLE </b> instead of this

use

<b>FILE_READ_AND_CONVERT_SAP_DATA</b>

this ll solve ur issue..

0 Kudos

sorry friends,

I have treid this also but its not working..

Thanks

Praveen