cancel
Showing results for 
Search instead for 
Did you mean: 

file2file receiver side

Former Member
0 Kudos

Hi All

In file to file scenario. In receiver side Iam trying to

get output as a text file. I changed message protocol to "File content conversion" and gave Record set structure name and all the parameters needed similar to the Sender Side Communication Channel as per the blog file2file part #2.

But result in the output file dispalys first column values only seperated by the given field separator.

Can any one plz help me in this regard and What I need to change.

Regards

Diva

Accepted Solutions (1)

Accepted Solutions (1)

former_member184619
Active Contributor
0 Kudos

the Msg type and Record set Structure should be same... if u have structure like

MT_Customer

-


Customer_File

-


Customer

-


Name

-


Phone

U need the following Settings for Reciver adapter

Recordset Structure :- Customer_File,Customer

Customer.fieldSeparator | ,

Customer.endSeparator | 'nl'

Customer_File.fieldSeparator | #

Try this one.

Reward if helpful

Cheers

Sachin

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

The content conversion on sender file adapter varies from the content conversion on the receiver file adapter .

Regards,

Bhavesh

former_member192798
Active Contributor
0 Kudos

Hi Devakar,

Go thro' this link for file content conversion parameters:-

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

Regards.

Praveen

Former Member
0 Kudos

Give us your target output xml structure and record set structure value you have given in receiver commn. channel

Regards,

Jai Shankar.