cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver File - FCC

Shabarish_Nair
Active Contributor
0 Kudos

Folks,

The understanding is that you need to have a flat XML without hierarchies at the receiver File adapter for a successful FCC.

<root>...

   <nameA>

         <value1>value</value1>

         <value2>value</value2>

         <value3>value</value3>

   </nameA>

   <nameB>

         <value4>value</value4>

   </nameB>

...

</root>...

Now has this understanding changed?

I 'think' I saw some blog or article on converting a hierarchical XML to a flat file on the receiver file adapter using the FCC parameters some time back.

Not sure about this. Does someone know or confirm if there is such a link?

Thanks folks,

Shabz

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
I 'think' I saw some blog or article on converting a hierarchical XML to a flat file on the 
receiver file adapter using the FCC parameters some time back.

Are you looking for this blog: /people/karthiknarayan.kesavan2/blog/2007/08/22/file-content-conversion-for-multi-hierarchical-structure

Regards,

Abhishek.

Shabarish_Nair
Active Contributor
0 Kudos

No Abhishek.

In this, the author is in any case creating the target MT as expected by the file adapters FCC parameters.

Also I am not a fan of the approach described in the blog.

Is there any other link ? Or was it just my imagination

Former Member
0 Kudos

> Is there any other link ? Or was it just my imagination

Even I also think, that is the blog which Abhishek provided or the [same kind of blog is this |http://www.riyaz.net/?p=263] which is from outside of SDN.

Regards,

Sarvesh

Shabarish_Nair
Active Contributor
0 Kudos

>

> > Is there any other link ? Or was it just my imagination

> Even I also think, that is the blog which Abhishek provided or the [same kind of blog is this |http://www.riyaz.net/?p=263] which is from outside of SDN.

>

>

> Regards,

> Sarvesh

Hmmm.... so guess it might have been just my imagination playing games

Thanks for the replies folks.

(just noticed that i hadn't marked the thread as a question so unable to provide points)

Former Member
0 Kudos

It's ok Vijay.

Former Member
0 Kudos

Hey ...

You are true... There is still limitation on receiver FCC...

So, I have (always)used an ABAP mapping to flatten my structure (not the exact code but similar to what has been mentioned in the weblog )

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417400)ID0189460050DB12714177844362848175End...

This will give u more flexibility in designing & working with XML's while using FCC.

I still use deep XML structures for FCC...

<Orders>

.<Order>

..<Header>

..</Header>

..<Lines>

...<Line_Detail>

...<Line_Detail>

..<Lines>

.</Order>

</Orders>

Regards,

Siva Maranani