cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping

Former Member
0 Kudos

HI,

I am doing an interface, where files is sender.

but i dont have field seperator like commma or tab. i need to seperate fields by looking at field lengths exampls: field1= first 5 chars

field 2= 6th to 12th char

field 3- 13th to 18th char

how do i manage this in sender communcation channel for file parameters.

Regards,

Jeff

Accepted Solutions (0)

Answers (5)

Answers (5)

henrique_pinto
Active Contributor
0 Kudos

Next time you want to ask about it, refer to "FCC" or "File Content Conversion" in the subject, not mapping.

Regards,

Henrique.

Former Member
0 Kudos

It is a fixed length file u need to give fieldFixedLengths in the file sender communication channel

go through the below blog, its may helpful

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

VijayKonam
Active Contributor
0 Kudos

http://help.sap.com/saphelp_nw2004s/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm

Hi,

Go through the above link. yours is a fixed field length file structure as already mentioned by other friends above. You should be able to complete the scenario.

Vijay

Former Member
0 Kudos

Jeff,

Your file is nothing but a fixed lenght file. Give all your fieldfixedlengths in file sender communication channel.

---Satish

Former Member
0 Kudos

Hey

u need to use .fieldFixedLengths in the sender FCC.

thanx

ahmad