cancel
Showing results for 
Search instead for 
Did you mean: 

Sender file Adapter without Key field

Former Member
0 Kudos

my File structure will be as follows

<HEADER>

<DATA1>

<DATA2>

<DATA3>

<HEADER>

<ITEM>

<ITEM1>

<ITEM2>

<ITEM3>

<ITEM>

WHERE i do have flat file will be as follows

10001,20081902,US

10,soda,1

30,soda,4

40,soda,5

10002,20081902,US

10,steel,1

30,steel,4

40,steel,5

how to pick this file using FCC from sendere flat file adapter without keyfields , and i can use fixed length also

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

used ABAP mapping and sloved

Former Member
0 Kudos

Hi,

I think, without "KeyField" not possible. Input structure contains single set of data,you have do with FixedLength. But multiple set of data, it not possible.

regards

Vijaykumar

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

with multiple nodes structure( like header and item in your case) you need to have a key field to process this file to a desidered structure using FCC.

Alternatively you can pick all these records as a single node type and classify it as header/items in your mapping by identifiing how each one differs frm other.

~SaNv...

Former Member
0 Kudos

thank you very much but is it possiable by doing in ABAP mapping if so please tell me how to do

thankingyou

Sridhar