‎2014 Mar 06 1:16 PM
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
‎2014 Mar 06 2:13 PM
Insufficient information. You should rename the excel file to .txt and upload it here.
‎2014 Mar 06 3:02 PM
‎2014 Mar 09 6:06 AM
Hi Kushi,
I have used CODEPAGE = '1100' and '8700' but it don't see any change in the output,
Thanks
Pavan
‎2014 Mar 06 3:22 PM
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
‎2014 Mar 09 6:09 AM
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
‎2014 Mar 09 7:49 AM
Hi Pavan,
please check the upload/download code setting in sap front end.
‎2014 Mar 09 5:17 PM
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
‎2014 Mar 09 5:21 PM
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
‎2014 Mar 09 5:28 PM
I am repeating my 3 days old reply.
Insufficient information. You should rename the excel file to .txt and upload it here.
‎2014 Mar 11 11:10 AM
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
‎2014 Mar 09 8:24 PM
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
‎2014 Mar 11 12:45 PM
Have you enabled Unicode check in the attributes of your program ??
Regards,
TP
‎2014 Apr 03 11:26 AM
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