cancel
Showing results for 
Search instead for 
Did you mean: 

FCC for multi Level Hierarchy at receiver side

Former Member
0 Kudos

Hi All,

My target structure is as below:

Record type 10-> File Header(0ne record) mandatory
Record type 20--> Transaction Header (0ne record)
  --->Record type 30--> Transaction Item (0ne or Many for each record type 20)
  ---->Record Type 50--> Transaction Payment (0ne record for each record type 20)
Record type 99--> File Footer(0ne Record) mandatory
Element Delimiter--> ,

I need to content convert it to flat file.I am not able to convert using the standard parameters of FCC. Need help

Thanks,

Loveena

Accepted Solutions (0)

Answers (2)

Answers (2)

smavachee
Active Contributor
0 Kudos

Node function "useOneAsMany" may helpful in this scenario, though it gets more complicated with increase in hierarchy and difference in occurrence.

Have a look at below link..


Refer this wonderful blog for similar kind of scenarios by Karthik..

http://scn.sap.com/people/karthiknarayan.kesavan2/blog/2007/08/22/file-content-conversion-for-multi-...

Hope it helps.!

Regards,

Sunil

Former Member
0 Kudos

Hi ,

Please go through the below link for sol.

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

Regards

Venkat