2009 Aug 12 2:56 PM
Hello folks,
I am facing problems while uploading the file to application server.
The problem is i am having some special characters in the internal table and then when i am uploading to application server it is printing as #.
I need the Special characters not #...
Please let me know how to over come this.
Regards,
Raj
2009 Aug 12 3:02 PM
Hi,
What is the encoding type you are using in the open dataset statement? Check if its working for UTF-8.
OPEN DATASET p_file FOR OUTPUT in text mode ENCODING utf-8.
Regards,
Vik
Hello folks,
I am facing problems while uploading the file to application server.
The problem is i am having some special characters in the internal table and then when i am uploading to application server it is printing as #.
I need the Special characters not #...
Please let me know how to over come this.
Regards,
Raj
2009 Aug 12 3:02 PM
Hi,
What is the encoding type you are using in the open dataset statement? Check if its working for UTF-8.
OPEN DATASET p_file FOR OUTPUT in text mode ENCODING utf-8.
Regards,
Vik
2009 Aug 12 3:06 PM
Hi,
Thanks for ur reply
This is what iam using
OPEN DATASET l_fpath FOR OUTPUT IN LEGACY TEXT MODE CODE PAGE '1100'.
Regards,
Raj
2009 Aug 12 3:11 PM
HI,
I have used the same syntax as u specified and it worked fine..
Thanks a lot for solving in no time...
Regards,
Raj
2009 Aug 12 3:24 PM
HI,
Plesae follow this link https://www.sdn.sap.com/irj/scn/advancedsearch?query=uploadingfilefromapplicationserver
Regards,
pravin
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |