Skip to Content
0
Feb 26, 2009 at 12:57 PM

XML document emty tags

31 Views

Hi .

I have a problem with the empty tags when I am generating the XML document.

The CALL TRANSFORMATION generates de end-tag without de start-tag (I know that is well formed) but we need that generates with start-tag.

For example generates:

<item>

<DATE>2008-11-28</DATE>

<SHIPID/>

u2026.

</item>

And we need:

<item>

<DATE>2008-11-28</DATE>

<SHIPID></SHIPID>

u2026.

</item>

We almost try with IF_XLM_DOCUMENT and behave the same.

Any suggestion?

Thanks and best regards

Spc