cancel
Showing results for 
Search instead for 
Did you mean: 

Sender FCC with complex nested structure - FCC Configuration

Former Member
0 Kudos

Hi Guys,

I am working on a File-to-File Scenario using FCC at sender side. I need to configure FCC for this .

The structure below is nested.

Can anyone help me with the FCC Configuration for this structure.?

Souce structure :

ROD_DT

num_orders

test_mode

order_x

order_id

order_date

mfg_id

catalog_id

first_name

last_name

recipient

message

address1

address2

address3

city

state

zip

country

country_code

phone

subtotal

tax

shipping

total

shopatron_total

fulfiller_total

shipment_id

additional_info

in_store_pickup

express_shipping

express_shipping_flag

express_shipping_text

express_shipping_arrival

discount

discount_description

discount_percentage

discount_total

language_id

currency_id

ship_type

packing_list

num_items

items

item_x

item_id

quantity

price

part_number

fulfiller_total

shopatron_total

options

option_x

FCC Configuration:

Recordset Structure =

Header.fieldNames =

Header.fieldSeparator =

Header.endSeparator =

Body.fieldNames =

Body.fieldSeparator =

Body.endSeparator =

Any help in this regard is highly appreciated

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Your structure hierarchy is not clear. Tell us which node is at which level.

Btw, you can follow some examples:

/people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem

/people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns

Regards

Former Member
0 Kudos

Hello ,

Check this out which gives the example for FCC

http://help.sap.com/saphelp_nw04/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/frameset.htm

HTH

Rajesh

Shabarish_Nair
Active Contributor
0 Kudos

Note that the maximum nesting level that is supported in FCC is as below;

<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>

So if your nesting exceeds 2 levels ... FCC is not possible.