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

Arabic Text problem in Excel

pavanm592
Contributor
0 Likes
3,377

Hi All,

I am downloading my data using GUI_DOWNLOAD FM into Excel ,

Here the issue is in excel the Arabic text is displayed as # ,

I have gone through the scn and worked on some suggestions given like to add code page

tab delimiter etc... but could get the desired output..

can anyone suggest me the way to get the Arabic text correct in Excel.

Thanks,

Pavan

13 REPLIES 13
Read only

Former Member
0 Likes
2,212

Insufficient information. You should rename the excel file to .txt and upload it here.

Read only

Former Member
0 Likes
2,212

This message was moderated.

Read only

0 Likes
2,212

Hi Kushi,

I have used CODEPAGE = '1100' and '8700' but it don't see any change in the output,

Thanks

Pavan

Read only

Former Member
0 Likes
2,212

Hi Pavan,

Could you please describe shortly about how ,where is the data being retrieved to the program?

whether you are performing any conversions?

what kind of encoding used ?

it would help me to understand and give you the useful inputs to achieve the desired output

Regards,

Prakash

Read only

0 Likes
2,212

Hi Prakash,

I have my data in internal table where one of the field contains some long text in which there is some

Arabic words,

the problem is i am not using any conversions but those Arabic texts in that field are displayed as # in Excel.

Thanks

Pavan

Read only

Aiolos
Active Participant
0 Likes
2,212

Hi Pavan,

please check the upload/download code setting in sap front end.

Read only

ThangaPrakash
Active Contributor
0 Likes
2,212

Hello Pavan,

Use the function module "NLS_GET_FRONTEND_CP" to find the correct code page based on the language, pass the code page determined from this function module to the GUI_DOWNLOAD.

Regards,

Thanga

Read only

ThangaPrakash
Active Contributor
0 Likes
2,212

Try to download the file in different extension .txt, there might be problem in your local system,

the excel software installed in your system is not arabic compatible, if so install arabic language add on in your system and try again.

Regards,

Thanga

Read only

Former Member
0 Likes
2,212

I am repeating my 3 days old reply.


Insufficient information. You should rename the excel file to .txt and upload it here.

Read only

0 Likes
2,212

Hi Manish,

my requirement is to download the table data to Excel not in Text format, for that i used GUI_DOWNLOAD, in the table i have a string field where it contains some Arabic words the main problem is those words are printed as #.

Thanks

Pavan

Read only

former_member226419
Contributor
0 Likes
2,212

Hi,

Put your file on application server and then use FM 'NLS_GET_FRONTEND_CP' to find the correct code page based on the language, pass the code page determined from this function module to the GUI_DOWNLOAD.

BR

Sumeet

Read only

ThangaPrakash
Active Contributor
0 Likes
2,212

Have you enabled Unicode check in the attributes of your program ??

Regards,

TP

Read only

Former Member
0 Likes
2,212

Is this necessary to download in only excel.. ? Recently when we download the Arabic text to text file or Excel.. it used to download reversed string of Arabic text.

As a alternative.. I would suggest you to create a spool and then download the result into PDF.using RSTXPDFT4.

Thanks,

Rajesh