cancel
Showing results for 
Search instead for 
Did you mean: 

Adding extra line at receiver CC

gagandeep_batra
Active Contributor
0 Kudos

Hi Frnds..

I have  strange question:that:

My scenario is proxy to file with FCC and my receiver system is on NFS which is on Linux(Unix) & I am on PO 7.31

at receiver file side it is adding extra line when i am using endseprator as 'nl' but when i use endseprator as '0x0D' then it is not adding  extra line.

But my question is  '0x0D' is value for Carriage return not for line feed then how it is showing me as line feed?

i use following  values for my FCC and it is working fine for me.

Regards

Gagan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gagan,

As separator you can use any ASCII character defined as Hexa info like '0xHH' with HH = Hexa code.

Here's a list of ASCII and HEXA.

See Help.sap.com

Moreove, you can use:

-  '0x0D' as return.

-  '0x0A' as new line (so 'nl')

That's why in some document (old) we sometime see both: '0x0D''0x0A'

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

regards.

Mickael