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