cancel
Showing results for 
Search instead for 
Did you mean: 

Connector (3.0) truncating last line feed character from string

Former Member
0 Kudos

Hello Experts,

I have a RFC returning string with line feed character at the end of the string but when retreived at sap .nco in .NET application it is trucated automatically.

Any possible support doucumentation or justification of this behaviour by connector ??

For e.g.-

RFC test case on SAP box I can see following -

RFCreturn being the export paramenter having value :                text1#text2#text3#

in .NET environment:

returnstring =    function.GetString("RFCreturn")

returnstring having value :     text1\ntext2\ntext3                      (no \n at the end)

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Jitesh,

You've detected a bug. Will be fixed with next NCo patch level.

Best regards,

Markus

Former Member
0 Kudos

Hi Markus,

is this bug also present in SAP NCo 2.0 and when will be the next patch level for NCo 3.0 available ?

Should we open a new customer message for this issue ?

Kind regards

Roman

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Roman,

Don't kwno whether it exists in 2.0 as well - but 2.0 isn't supported any more anyway. When the next patch level will be released is not yet clear. There are currently open issues worked on and fixes for them should be part of that next patch as well.

The fix for your issue is already implemented.

Best regards,

Markus

Answers (0)