cancel
Showing results for 
Search instead for 
Did you mean: 

Incoming file (with arabic in one field) to RFC ..file to RFC scenario

Former Member
0 Kudos

Hi All,

Below is a sample file comng form a ftp

<?xml version="1.0" ?>

- <catalog>

- <book id="bk101">

<author>سليم</author>

<title>XML Developer's Guide</title>

<genre>Computer</genre>

<price>44.95</price>

<publish_date>2000-10-01</publish_date>

<description>An in-depth look at creating applications with XML.</description>

</book>

</catalog>

This has to be sent to a BAPi via RFC adapter...

Can this be done through XI?? Im not sure if the arabic content will go through

Need help on this pls...

Regards,

Teja

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Ravindra ,

I tried that arabic character and was easily able to process it through PI from RWB and got posted in ECC also via RFC thus no issues .

Regards,

Saurabh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Yeah arbic content can easily been exchanged through PI .

first try normally however if you face any data distoration issue then just used encoding utf-16 . if you are directly picking the XML then you can use encoding using XMLananomyzer bean for using any other encoding that UTF 8 .

Regards,

Saurabh