cancel
Showing results for 
Search instead for 
Did you mean: 

File to File scenario

Former Member
0 Kudos

Hi,

assuem that it is a file to file scenario and I dont want the ( Recordset )message payload to be diaplayed in SXMB_MONI. can anybody expain me wt parameters need to be set ?

Thx,

sofia

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hay Sofia,

the parameters are written in the other posts but make sure you read

/people/alessandro.guarneri/blog/2007/02/21/sap-xi-acting-as-a-huge-file-mover

and you can get compression and decompression scripts in:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/05/03/additionaltipsforusingXIasahugefiletransfer%28withbatchscripts%29&

Have a good one,

Uri Lifshitz.

Former Member
0 Kudos

Yes You can do that, Check my example in the following

I am doing the scenarios File-File with FCC. My source file is as follows. But it is not picking the Empty lines which are there in the source file

So My structure as follows:

MT_BNK01 1..1

RECORD 0..Unbound

--Record_data 0..Unbound

So in the Sender CC i written as follows

Recordset Structure:: RECORD,1

FCC paramtetrs as follows

RECORD.fieldNames RECORD_DATA

RECORD.fieldSeparator '0x0D''nl'

<b>ignoreRecordsetName true</b> Importatnt one

Best Regards,

Vijay

Former Member
0 Kudos

File sender

FCC -> ignoreRecordSetName = true.

<b>Cheers,

*RAJ*</b>

Former Member
0 Kudos

Hi,

We can't have it without Recordset.

Check this link for detail information.

http://help.sap.com/saphelp_nw2004s/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/frameset.htm

Vasanth.

Former Member
0 Kudos

Hi Sofia,

Refer this blog..

/people/alessandro.guarneri/blog/2006/10/13/get-rid-of-recordset-node

might help you..

vasanth