cancel
Showing results for 
Search instead for 
Did you mean: 

Query regarding FCC parameters for recordset

Former Member
0 Kudos

Hello Xi gurus,

I have an interface where the FCC is used. The initial design suported for a recordset with a header, bond_100,bond_200,bond_500,bond_1000 & a trailer record.

Now enhancements are made to allow multiples records for each bond for single employee.

The previous recordset values are set to :

Header,Bond_100,Bond_200,Bond_500, Bond_1000,Trailer

It does not contain * or any value for number of occurances of records. What does it mean?

A single record for each or multiple records for each?

I wanna change it to single record for header & trailer and multiple records for rest all( bonds).

I tried to change it to:

Header,1,Bond_100,,Bond_200,,Bond_500,,Bond_1000,,Trailer

But getting error in rwb - as communication channel not initialised properly.

Can anyone sugest on this?

Are changes required to anyother parameters to reflect the above change?

Hoping for a quick response.

Abhijeet.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184543
Active Participant
0 Kudos

Hi,

Check these... All are regarding FCC...

http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

/people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change

/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC

/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC

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

/people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file - FCC

/people/harrison.holland5/blog/2006/12/20/xi-configuration-for-mdm-integration--sample-scenario - FCC - MDM

/people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp - FCC

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - FCC

/people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter - EOIO - File

http://help.sap.com/saphelp_nw04/helpdata/en/ee/c9f0b4925af54cb17c454788d8e466/frameset.htm - cc

http://help.sap.com/saphelp_erp2005vp/helpdata/en/95/bb623c6369f454e10000000a114084/content.htm - fcc cOUNTER

Thanks

Sanjo

Former Member
0 Kudos

Hello Sanjo,

Thx for imed reply. But in most of the blogs it is mentioned as 1 reflects 1 rec & * as multiple recs.I wanna know

1.If nothing is mentioned for this particular parameter then what does it mean?what is the default consideration? 1 occurance or mutiple.

2. I tried with Header,1,Bond_100,,Bond_200,,Bond_500, ,Bond_1000,Trailer,1

but it gives error in rwb as channel not initialised properly.

What changes should be done to this or any other para requires changes to reflect multiple entries for bonds.

Former Member
0 Kudos

Hi Abhijeet,

<i>>>>1.If nothing is mentioned for this particular parameter then what does it mean?what is the default consideration? 1 occurance or mutiple.

</i>

<b><i> Under Recordsets per Message, specify the number of recordsets to be grouped together in a message. This entry is optional. The default value is *. In the default setting, all recordsets are included in a message.</i></b>

http://help.sap.com/saphelp_nw04/helpdata/en/44/748d595dab6fb5e10000000a155369/frameset.htm

<i>>>>>2. I tried with Header,1,Bond_100,,Bond_200,,Bond_500, ,Bond_1000,Trailer,1

but it gives error in rwb as channel not initialised properly.</i>

In your case, the recordset you have defined seems to right, might be some other problem.

Regards,

Ramesh P

Message was edited by:

Ramesh Parashivamurthy

Former Member
0 Kudos

Hello Ramesh,

In my case i am configuring Receiver. The parameter mentioned by you

"Recordsets per Message" is available for sender channel only.

Sorry for not mentioning earlier that it is a receiver & not sender.

Answers (1)

Answers (1)

former_member184543
Active Participant
0 Kudos

Hi,

I think the aboe person has answered your query

this will be an additional help

/people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file

Thanks

Sanjo