cancel
Showing results for 
Search instead for 
Did you mean: 

Content Conversion in File Adapter

Former Member
0 Kudos

Hi All

Can anyone tell me that in case of content conversion file adapter , up to what level (the deepness in hirerachy) the content conversion is possible both at sender communication channel and at receiver communication channel side.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks you all for the help.

Former Member
0 Kudos

Hi

A maximum of 3 hierachy level will be supported in FCC

Shabarish_Nair
Active Contributor
0 Kudos
<documentName>...

   <recordset>

<NameA>

<field-nameA1>field-value</field-nameA1>

<field-nameA2>field-value</field-nameA2>

<field-nameA3>field-value</field-nameA3>

</NameA>

<NameB>

<field-nameB1>column-value</field-nameB1>

<field-nameB2>column-value</field-nameB2>

<field-nameB3>column-value</field-nameB3>

</NameB>

   </recordset>

   ...

   <recordset>

...

   </recordset>

</documentName>

That is the XML taken from SAP help and that is exactly the maximum level. Note that documentName is nothing but your MT name.