Skip to Content
0
Sep 12, 2007 at 09:47 AM

Mapping problem due to FCC in sender file adapter

33 Views

Hi All

I am doing File( Flat File ) to RFC Scenario.it is working fine..

the problem comes in mapping with multiple records.

FCC at sender file adapter is used

my Data Type are :

Source DT Target RFC import parameter(table).

E2ED20* ITEM*

KEY VBELN

VBELN POSNR

E2E24* CHARG

KEY

POSNR

CHARG

<b>*->>multiple occurence

E2ED20 and E2E24 are 2 segment ,KEY is used in FCC to identify E2EDL20 & E2EDL24</b>

My source text file is like this :

E2EDL20 0200

E2EDL24 xyz

E2EDL20 0201

E2EDL24 abc

E2EDL24 efg

E2EDL24 mln

E2EDL20 0202

E2EDL24 gty

so the payload should be :

0200 xyz

0201 abc

0201 efg

0201 mln

0202 gty

in <i>FCC ignoer record set= true</i>

otherwise is not called...

i try to use split by value & use oneasmany , not helpfull.

in message mapping when i checked th field VBELN -> display queue

i am getting an array 0200

0201

0202 in white fields

thanks & regards

Ashutosh Rawat