cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding FCC

Former Member
0 Kudos

hi,

im doing the FCC scenario i.e. my sender message protocol is File Content Conversion

and my reciever message protocol is also FCC.

im giving the input like

vinay,banda,116737,9/10/1987,A2,ASE,HYD

kiran,kagitha,116736,5/6/1988,A2,ASE,HYD

naganna,mopuri,116888,1/1/1987,A2,ASE,PUNE

dharani,nalapagari,116740,5/5/1987,A2,ASE,MNG

and im getting out only firt line i.e.

vinay banda 116737 9/10/1987 A2 ASE HYD

so what could be the problem....?

where I went wrong?

can please tell me....

thanks in advance

Sharath

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Thanks all

Former Member
0 Kudos

Hi ,

Please check the target file structure which should be 0..unbounded.and also in the Channel while doing FCC , you need to specify the recordset structure value as "ROW, * "

Here Row is the Node of the File Structure.

Regards,

Praveen kalwa

Edited by: praveen kalwa on May 21, 2009 1:35 PM

former_member556412
Active Participant
0 Kudos

Hi,

Check for the occurrence of the root node for both receiver and sender.

Please refer to this link

http://help.sap.com/saphelp_nw04/helpdata/EN/e3/94007075cae04f930cc4c034e411e1/content.htm

Regards,

bhanu.

Former Member
0 Kudos

Thanks all.

my prblm resolved.

sunilchandra007
Active Contributor
0 Kudos

Hi,

Please check your target structure should have occurance 0..unbounded.

Also, The occurance of each subnode should be unbounded in Recordset Structure.

i.e <subnode>,*

Regards,

Chandra

Former Member
0 Kudos

Hi,

Apart from the recordset structure, The data type should be defined in such a way so that it can accommodate multiple line items.which mean a root node has to be define where in occurance has to be 0..unbounded.

Thanks,

Kiran

Former Member
0 Kudos

Hi ,

Please check with the occurence for record it should be as * in recordset structure in fcc parameters.

.

Refer to this blog for fcc parameters:

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2