cancel
Showing results for 
Search instead for 
Did you mean: 

sending multiple records one by one

Former Member
0 Kudos

Hello friends,

the source file data :

+abcd

++item

+++000|ZCQ|0000100013|0000100013|0000100013|

+++001|12345||1|45DB011B-CC|45DB011B-CC||100|

+++002|12345||1|45DB011B-CC|45DB0|11B-CC||100|

the target side data should be

+RFC

++<seg1>

+++<item>

++++data

++<seg2>

+++<item>

++++000|ZCQ|0000100013|0000100013|0000100013|

++<seg2>

+++<item>

++++001|12345||1|45DB011B-CC|45DB011B-CC||100|

++<seg2>

+++<item>

++++002|12345||1|45DB011B-CC|45DB0|11B-CC||100|

FCC parameters given :

ignoreRecordset:true

endseperator : nl

please help me how do I do this?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In FCC Parameters u will to give recordsetPermesage value 1.If u give it is * then it will pick all the messages at atime.

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

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

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

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

/people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

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

/people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30

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

/people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter

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

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

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

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

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

Check Above links for FCC.

Regards,

Phani

Reward points if Helpful

nisarkhan_n
Active Contributor
0 Kudos

in the Sender File adapter give the recordsetPermesage Value ==1 it will pick process the records in 1 recod per mesage..

Former Member
0 Kudos

Nisar,

it worked without that

I jus achieved this by just field seperator

anyways, thanks