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: 

In EHP7 Charecter Encoding problem in ALV Report in Exel file

palash_mazumder
Participant
0 Kudos

Hi ABAP Guru,

There is a problem in ALV Report while this report takes a Exel print from local file button. The problem is when the data is other than English the exel content shows # in the place of original data. Suppose  the language is Russian the data shows in ALV Report perfect. But when take a Exel copy it convert to #.The problem arise after up gradation from EHP4 to EHP7.

I found in Debug mode when the exel is generated the FM GUI_DOWNLOAD called. There is a parameter CODEPAGE in  FM GUI_DOWNLOAD the data pass 4103 in EHP4.But in EHP7 no data passed in that CODEPAGE parameter from calling environment.

If I pass the 4103 data in debug mode the original language data is coming.

It seems to me this is an upgrade related issue. Is there any note??Please suggest me to apply the note.

The issue is global. Please help me


3 REPLIES 3

palash_mazumder
Participant
0 Kudos

Hi Experts

Can You please look in to the matter

0 Kudos

Hello Palash,

You can use the Function Module.

SAP_CONVERT_TO_CSV_FORMAT.

Refer the following link for further details

http://wiki.sdn.sap.com/wiki/display/ABAP/CSV+file

Hope this resolves your query. Reward if helpful.

Best Regards,

Jagraj Singh

0 Kudos

No,,, I can not use this FM.The problem is global and  FM GUI_DOWNLOAD is called in Standard code,I am asking about if there is any note.