cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to File scenario

Former Member
0 Kudos

Hi,

My final output file is like:

Emptyline

record1

record2

record3

record4

Emptyline

record1

record2

record3

record4

Emptyline

record1

record2

record3

record4

....................and so on

How i can i get that empty line?Do i need to configure it in the file content conversion during comm channel monitoring?

Please help me on this

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi deepak,

Check out this link:

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

In FCC, you have something like NameA.endSeparator. In you FCC, pive the value as 'n1''n1' (i.e. 2 newline seperators)

Regards

Arpil

Reward poins for useful answer

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Deepak,

There are two approaches:

1) You can use XSLT mapping to insert an empty line between your records.

2) You can put a node by the name 'EmptyLine' and insert a line throught it.

Thanks,

Varun

former_member8655
Active Participant
0 Kudos

Hi Deepak

Yes, you have to configure that in the file receiver adapter. You can use NameA.endSeparator config parameter and pass new character twice for the empty line.

Regards

Mitesh Parekh