2014 May 09 11:30 AM
Hi everyone,
Can any one please tell me if there is any function module to convert from code page A to code page B.
i.e, for example, ansi to unicode.
I came accross sap note related to sapiconv. But i want to know if there is any function module or class metthod.
Hi everyone,
Can any one please tell me if there is any function module to convert from code page A to code page B.
i.e, for example, ansi to unicode.
I came accross sap note related to sapiconv. But i want to know if there is any function module or class metthod.
2014 May 09 11:51 AM
Hi,
Please check Funtion grp SLST. I am not sure how much it will be useful to you.
Regards
Sachin
2014 May 09 12:03 PM
Hi San,
This may help you .
1) SAPICONV described in SAP note 752859
2) Report RSCP_CONVERT_FILE as per SAP note 747615
3) OPEN dataset ... ENCODING NON-UNICODE ... in programs running in ABAP Unicode systems.
2014 May 09 12:09 PM
Hi Manoj,
Thank for the reply.
I have already gone through this, but I want to know if there is a function module available.
2014 May 09 12:26 PM
hi san,
Did you try the below method's.
Standard code page conversion API is class CL_ABAP_CONV_X2X_CE (or CL_ABAP_CONV_OUT_CE)
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |