cancel
Showing results for 
Search instead for 
Did you mean: 

Carriage Return in NACHA - BOA US

Former Member
0 Kudos

Hello Everyone,

I have generated NACHA BOA DME file but end of each line we are having a <CR> and on the next line we are having <CR/LF> which is causing problem to upload into BOA.

We need to get rid of the first <CR> and it should have <CR/LF> which will upload successfully into BOA.

Any ideas how we can remove the first <CR>

CR - Carriage Returen

LF - Line feed

Thanks,

Srini

Accepted Solutions (1)

Accepted Solutions (1)

former_member198032
Active Contributor
0 Kudos

Hi,

the CR/LF is already included in the definition of the tree in TA

DMEE. See node GrpHdr/PmtInf/Dbtr, Tabstrip 'Source' on the right side,

field 'Constant' with a value of ##.

Please remove all these entries manually, save and activate the tree.

  I think these ## entries are due to an upload problem of the file into

TA DMEE.

If not, in transaction DMEE exists a Badi to modify the output file.

Please have a look to the notes 520219 and 558902.

Also below notes may be helpful for you:

1671535 - DMEE XML file with CR after each end day

1483694 - Payment Medium Workbench file in UTF-8 with line break

Regards,

Cristiano

Former Member
0 Kudos

Hi Cristiano,

Thank you for your reply.

I'm not using DMEE tree. I'm using events 00 to 40 with the standard function modules to fill the structure.

Any more ideas please?

Thanks,

Srini

former_member198032
Active Contributor
0 Kudos

I am not sure, but may these notes can help you.

109689RFFOCH_P:Closing lines w/ CR/LF for telecommunicatn
318407RFFOCH_U: Closing lines w/ CR/LF for telecommunicatn
788110RFFOGB_T: Each record should end with LF.
178342Gener. QA reporting tool: File with CR/LF at end of line

Regards,

Cristiano

former_member198032
Active Contributor
0 Kudos

Hi,

also just found this note:

788907     Lines end with '#' in a file created in Windows

Former Member
0 Kudos

Hi Cristiano,

Thank you for your reply.

We have resolved this by creating a sample function module "Z_FI_PAYMEDIUM_SAMPLE_21" and added in the event "21". In the function module I have added a code to space the carriage return.

Thanks,

Srini

Answers (0)