cancel
Showing results for 
Search instead for 
Did you mean: 

DMEEx XML how to not delete spaces in atom/node

aleksi
Explorer
0 Kudos

Hi everyone,

Currently facing an issue when I try to add constant spaces on a node in the XML.

My requirement is to apply 5 spaces to the output. I have debugged program SAPFPAYM and saw that the spaces were being applied to the fields.
But when i try to print in F110 the added spaces are removed.

I have also tried replacing the spaces with Alt+255 but when checked on notepad++ it shows this symbol:

aleksi_2-1715579764346.png

Output: 

aleksi_1-1715579606203.jpeg

expected: 

aleksi_0-1715579592379.jpeg
Thanks in advance

View Entire Topic
Sandra_Rossi
Active Contributor
0 Kudos

It's how works the XML viewer: it displays one character instead of several characters.

But the XML contains several characters (you'll see them if you display via "View as Source").

aleksi
Explorer
0 Kudos

Hi Sandra,

Yes, i have also check on Notepad++ that it doesnt show the spaces i've implemented. However what i did notice while debugging is that when the atom has a specified length, it will run through a series of code that will condense the field. I set the length to 0 and the spaces have appeared.