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

Conversion from unicode to non-unicode

Former Member
0 Likes
407

Hi Experts,

Data is send from SAP ECC 6.0 to an external system through EDI. Since , external system is an non-unicode, and SAP is unicode, there is an conversion requried from unicode to non-unicode.

Kindly, suggest me different ways the conversion is possible apart from file interface techniques.

Regards,

M.Saravanan

1 REPLY 1
Read only

vincentlim826
Product and Topic Expert
Product and Topic Expert
0 Likes
361

You cna consider RFC (Remote Function Call)

See below links:

http://help.sap.com/saphelp_47x200/helpdata/en/79/c554b2b3dc11d5993800508b6b8b11/frameset.htm

See SAP Notes:

#647495 RFC for Unicode ./. non-Unicode Connections

#547444 RFC Enhancement for Unicode ./. non-Unicode Connections

#814707 Troubleshooting for RFC connections Unicode/non-Unicode

cheers,

Vincent