<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Creating a Function module to send XML Byte String in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-function-module-to-send-xml-byte-string/m-p/1238909#M141562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try FMs&lt;/P&gt;&lt;P&gt;RSWAD_TABLECONTENT_TO_XML&lt;/P&gt;&lt;P&gt;SMUM_XML_CREATE&lt;/P&gt;&lt;P&gt;SAP_CONVERT_TO_XML_FORMAT&lt;/P&gt;&lt;P&gt;CRM_BSP_DESIG_XML_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Mar 2006 05:07:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-09T05:07:17Z</dc:date>
    <item>
      <title>Creating a Function module to send XML Byte String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-function-module-to-send-xml-byte-string/m-p/1238907#M141560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create a Function module to get XML byte string.The internal table is dynamic coloums based on how many data selected as a importparameter.from the internal; table data I have to create a XML byte string as a output.Pl help me to proceed further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 22:24:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-function-module-to-send-xml-byte-string/m-p/1238907#M141560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T22:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Function module to send XML Byte String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-function-module-to-send-xml-byte-string/m-p/1238908#M141561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i have your question right you need to convert an internal table of unknown type to an xml string then to a byte string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data xmlString type string.
data xmlXString type xstring.
call transformation id
   source
      table = internalTableYouWantToExport
   result
      xml xmlString.

export xmlString to data buffer xmlXString.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xmlString has the xml of the table and xmlXString contains the byte representation of the string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 01:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-function-module-to-send-xml-byte-string/m-p/1238908#M141561</guid>
      <dc:creator>former_member10945</dc:creator>
      <dc:date>2006-03-09T01:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Function module to send XML Byte String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-function-module-to-send-xml-byte-string/m-p/1238909#M141562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try FMs&lt;/P&gt;&lt;P&gt;RSWAD_TABLECONTENT_TO_XML&lt;/P&gt;&lt;P&gt;SMUM_XML_CREATE&lt;/P&gt;&lt;P&gt;SAP_CONVERT_TO_XML_FORMAT&lt;/P&gt;&lt;P&gt;CRM_BSP_DESIG_XML_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 05:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-function-module-to-send-xml-byte-string/m-p/1238909#M141562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-09T05:07:17Z</dc:date>
    </item>
  </channel>
</rss>

