cancel
Showing results for 
Search instead for 
Did you mean: 

"flat file" at reciver side

Former Member
0 Kudos

Hi, Folks. If any one knows receiver end settings, to receive flat file data(no of records). Please explain me receiver settings

Regards,

Robert

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Robert,

As other guys mentioned it depends upon your requirements of the interface. You use different parameters for CSV file and fixed length file etc. So please check your requirements. Also see this help:

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

If you have any issuses please post back the receiver structure so that somebody can help you out.

Regards,

---Satish

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi ,

At receiver end you need to give only,

Row.fieldSeparator

Row.endSeparator

vikas_agarwal
Contributor
0 Kudos

Hi,

For the flat file data on the receiver side you have the do the FCC.

<i>it is csv format only I also maintain file content conversion parameters as

Row.fieldNames,

Row.fieldSeparator,

Row.endSeparator.</i>

Instead of these parameters you have to use these ones:

Row.addHeaderLine

Row.fieldSeparator

Row.endSeparator

Regards,

Vikas

Former Member
0 Kudos

Hi Jhon,

This might help you to configure your Receiver file adapter..

http://help.sap.com/saphelp_nw70/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm

vasanth

Former Member
0 Kudos

hi

John in which format ur require the file if it is csv format then give the message protocal as file content conversion and maintain file content conversion parameters as

Row.fieldNames,Row.fieldSeparator,Row.endSeparator etc.

Reward if helpful,

Regards,

Srinivas.D

Former Member
0 Kudos

Hi Srini:

It is csv format only I also maintain file content conversion parameters as

Row.fieldNames,

Row.fieldSeparator,

Row.endSeparator.

I mentioned only above what is that extra(etc). Send me any parameters Iam missing. Still What I need mention. Is there Any scenario on this please send it to me.

thx

rob.

justin_santhanam
Active Contributor
0 Kudos

John

Did u referred to the blog in my reply. If its not clear, give us ur structure, we can help you out.

Best regards,

raj.

Former Member
0 Kudos

Hi Raj:

Thanks for your reply. I need receiver end flat file configuration. In mapping also should I do any thing like 1 to unbounded.

Thanks,

ROB.

Former Member
0 Kudos

Hey

you need to do File content conversion on receiver side for this,and it depends upon the structure of the incoming message.

Thanx

Ahmad

justin_santhanam
Active Contributor
0 Kudos

John,

This blog will surely help u

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

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

Best regards,

raj.