cancel
Showing results for 
Search instead for 
Did you mean: 

endSeparator: '0x0D''0x0A'

Former Member
0 Kudos

Hi,

I am using file content conversion with fixed width in my receiver file communication channnel.

In the endSeparator, I am using '0x0D''0x0A'. This is end separator is not working.

Your help will be appreciated.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member190389
Active Contributor
0 Kudos

Hi you are trying to append Carriage return and Line feed right?

How did you come to know that it is not getting appended. Do you see any characters there?

u can try using 'nl'

Former Member
0 Kudos

I want a space at the end of the record and a new line.

So 'nl' will not work.

Former Member
0 Kudos

Mukesh,

'0x20' should work. Give it a try!

Cheers,

Sarat.

GabrielSagaya
Active Contributor
0 Kudos

try with

Record.endSeparator='0x20'

0x20 is for space

Former Member
0 Kudos

Check this:

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

To include a line break following the closing character, you must explicitly define it by attaching ´nl´ (including the quotation marks) to the string.

So you will have to specify 'nl' also with '0x20'

Thanks,

Beena.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

What exactly u want as ur end seperator???

If u want to Next Line then try 'nl'

Thanks,

Mahi

Former Member
0 Kudos

Thanks for the reply.

I want a space at the end of my record.