cancel
Showing results for 
Search instead for 
Did you mean: 

When should message protocol be FILE CONTENT CONVERSION

Former Member
0 Kudos

HI one and all,

What doubt keeps haunting me is when should message protocol be selected FILE CONTENT CONVERSION.

for what format of sender information IS THIS USED ?

Ur answer is awaited.

Thanking you,

Ranjith.

Accepted Solutions (1)

Accepted Solutions (1)

justin_santhanam
Active Contributor
0 Kudos

Ranjith,

Consider the below cases u are sending XML file as

<?xml version="1.0" encoding="UTF-8"?>

<ns0:Test_MT xmlns:ns0="urn:test">

<EmpProfile_Msg>

<Empno>1001</Empno>

<EmpName>J</EmpName>

<DepartmentName>SAP</DepartmentName>

</EmpProfile_Msg>

</ns0:Test_MT>

But while writing the output u need the file as

1000 , J, SAP

Then u have to go for File Content Conversion at the Receiver adapter.

Similarly ,consider the other way around u are sending the file input as

1000 , J, SAP and u want XML , then u have to do FCC in sender adapter.

Hope it clears!!!

Best regards,

raj.

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Ranjith,

When you need Text file at receiver side, Then you have to go for File Content Conversion(FCC) or Java Mapping is required.

http://help.sap.com/saphelp_nw04s/helpdata/en/d2/bab440c97f3716e10000000a155106/frameset.htm

thanks & Regards

Harsha

**<i>Reward Points if found useful</i>**

Former Member
0 Kudos

Thanks to all of you....

To a large extent my doubt is clarified..

Regards,

Ranjith.T

Former Member
0 Kudos

Tavidisetty,

Message Protocol FILE is used whenever you are writing or picking the XML file. If you want to write or read a fixed length file or csv file then you will use FILE CONTENT CONVERSION. This all depends upon your requirements.

Regards,

---Satish

Former Member
0 Kudos

hey

we use FCC for sender if we are getting Flat file and need to send this to receiver,whereas on receiver side we use FCC if we need to convert a XML into Flat file.

Thanx

Ahmad

Former Member
0 Kudos

When you want to convert XML to a text type file (dat/txt etc) in a specific layout.