cancel
Showing results for 
Search instead for 
Did you mean: 

File content conversion.

r_s_kulkarni11
Participant
0 Kudos


Hi All,

I need a help on FCC parameters as the below structure looks little confusing to me.....

I mean how to handle the unbounded conditions for multiple times?

Thanks in advance.

Regards,

Rahul Kulkarni

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

HI Rahul,

The receiver FCC doesnt support nested structures like Shabarish mentioned in his blog

You would need to do an extra mapping to get a strucuture similar that pointed in the documentation:


<root>...

<nameA>

<value1>value</value1>

<value2>value</value2>

<value3>value</value3>

</nameA>

<nameB>

<value4>value</value4>

</nameB>

...

</root>...

It isn't easy, you can follow Shabarish blog to try to get the appropriated format.

Regards.

Answers (2)

Answers (2)

r_s_kulkarni11
Participant
0 Kudos

Hello Guys,

I tis fine with me even if we ignore all the fields starting from rundate till status code.

Please let me know your suggestions.

r_s_kulkarni11
Participant
0 Kudos


Hello All,

I need this for receiver file content conversion as I want to convert the XML to CSV format.

Former Member
0 Kudos

Hi Rahul

Have a look at below thread

former_member191435
Contributor
0 Kudos

Hi Rahul,

Please check below link

You can use normally.. what you will do the reciver fcc.

XI/PI: File Content Conversion for Complex Structures

http://wiki.scn.sap.com/wiki/display/XI/FCC+For+Hierarchical+Structure+in+Receiver+Channel

Thanks,

Sreenivas