2007 May 08 11:52 AM
Hallow
i have xml string and I wont to move it to text page that u can see like
<b>Ex.1</b> I have a internal table with data from r3 (person_tab) and I use call transformation to move it to string <b>id_xml</b> but now I wont to move it to text file like in ex.1 and I dont now how ,in function gui_upload u need to use tables .
What can I do ?
regards
data:id_xml type string.
CALL TRANSFORMATION ('ID')
SOURCE itab = person_tab
RESULT XML <b>ld_xml</b>.
<b>Ex.1</b>
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sap="http://www.sap.com/abapxml" version="1.0">
<xsl:template match="//I_DATA">
<asx:abap xmlns:asx="http://www.sap.com/abapxml">
<asx:values>
<I_DATA>
<xsl:for-each select="DETAIL">
<I_DATA1>
<KEY1>
<xsl:value-of select="KEY1"/>
</KEY1>
<KEY2>
<xsl:value-of select="KEY2"/>
</KEY2>
<CONT>.........
2007 May 08 12:28 PM
plz some one can tell me
if i cant do that
regards
2007 May 08 12:06 PM
2007 May 08 12:28 PM
2007 May 08 12:47 PM
2007 May 08 1:46 PM
hi Durairaj Athavan Raja
i decleare itab type table of char 255
u have a better sugstion ?
my qustion is how i organize the file like ex.1 that i bring above
or i cant do that
regards
2007 May 08 1:54 PM
if you know the length use
itab type table of char 50000 or
itab type standard table of string.
Raja
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |