cancel
Showing results for 
Search instead for 
Did you mean: 

DMEE - Space required in XML tag

Former Member
0 Kudos
3,234

Hi,

We have an issue with payments in XML format. Actually the bank has an issue with some payments we send in XML format. The bank requires in some cases a space for XML element EndToEndId. Standard behaviour of SAP (SAP ECC 6.0) is the when we try to pass a space the field is filled like:

<EndToEndId />

However, the bank requires it be filled like:

<EndToEndId > </EndToEndId>

Is the banks requirement possible? If yes, how can I achieve that element EndToEndId is filled like <EndToEndId > </EndToEndId>?

I have tried several options to fill this element with a (constant) space but unfortunately none of them succeeded. We also tried it with an exit but it didn't worked. In all attempts the field is filled like <EndToEndId />.

Thanks in advance,

M. Sener

View Entire Topic
0 Kudos

Hi Leo,

Sooooooo so many thanks for your help!

I meet the same requirement and solve it in this way!!!!!!

Kind regards,

Lv

0 Kudos

Hi Lv,

Please provide the solution you used to create empty tag in DMEE XML file. I

7666946389