cancel
Showing results for 
Search instead for 
Did you mean: 

Blank Line at the end of csv file

Former Member
0 Kudos

Hi,

The scenario: Proxy to File.

Problem:when I trigger the file in R3 system,it is getting populated at the receiver system,but the file is coming with a blank line at the end of the file.

previously it was working fine,just added 2 fields as per new requirement.

Accepted Solutions (0)

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

You might also want to check the below thread. I think fixedLengthTooShortHandling=cut might help too.

http://scn.sap.com/thread/3152116

former_member184681
Active Contributor
0 Kudos

Hi,

This is because FCC only works with some certain types of XML structures, see more details here: http://help.sap.com/saphelp_nwpi71/helpdata/en/44/686e687f2a6d12e10000000a1553f6/content.htm.

In order to fix this, you will have to define these new fields as Recordset Structures, with endSeparator = '0' as FCC attribute. See more details for identical problem here: .

Hope this helps,

Greg