<?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: Sapscript To XML in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-xml/m-p/5184213#M1199949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAP_CONVERT_TO_XML_FORMAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check  this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Convert to XML|https://forums.sdn.sap.com/click.jspa?searchID=22192829&amp;amp;messageID=5090311]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2009 06:04:20 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2009-02-12T06:04:20Z</dc:date>
    <item>
      <title>Sapscript To XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-xml/m-p/5184212#M1199948</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;          I need to convert one sapscript output to an XML File.Anybody worked on this, please help me with the solution&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 05:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-xml/m-p/5184212#M1199948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T05:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript To XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-xml/m-p/5184213#M1199949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAP_CONVERT_TO_XML_FORMAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check  this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Convert to XML|https://forums.sdn.sap.com/click.jspa?searchID=22192829&amp;amp;messageID=5090311]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 06:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-xml/m-p/5184213#M1199949</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-02-12T06:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript To XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-xml/m-p/5184214#M1199950</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;this function module can be a help to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'FB_CONVERT_FORM_TO_XML'
    EXPORTING
      i_formname             =  "--------&amp;gt;Give the form name
*   IMPORTING
*     E_XML                  =
*   EXCEPTIONS
*     NO_NAME                = 1
*     NO_FORM                = 2
*     NO_ACTIVE_SOURCE       = 3
*     CONVERSION_ERROR       = 4
*     ILLEGAL_FORMTYPE       = 5
*     GENERATION_ERROR       = 6
*     OTHERS                 = 7
            .
  IF sy-subrc &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sarvesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 06:05:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-xml/m-p/5184214#M1199950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T06:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript To XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-xml/m-p/5184215#M1199951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use these FM's. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAP_CONVERT_TO_XML_FORMAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FB_CONVERT_FORM_TO_XML&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below two function modules can be used to convert the data in an internal table to XML format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1: Convert to Data Object Model using &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'SDIXML_DATA_TO_DOM'&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Step 2: Conver to XML using &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'SDIXML_DOM_TO_XML'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 06:25:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-xml/m-p/5184215#M1199951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T06:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript To XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-xml/m-p/5184216#M1199952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSFORMATION st_trans &lt;/P&gt;&lt;P&gt;      SOURCE para = struc1 &lt;/P&gt;&lt;P&gt;      RESULT XML xml_tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;filename = 'fnale.xml'&lt;/P&gt;&lt;P&gt;FILETYPE = 'ASC'&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;data_tab = xml_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 06:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-xml/m-p/5184216#M1199952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T06:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript To XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-xml/m-p/5184217#M1199953</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;You can download smartforms into Local PC in a XML format. In the same way you can upload this XML format into Smartform. From the smartform editor itself you can call download option, if you are working in CRM 3.0 environment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In R3 also, you can download into XML format. However, it's not sure about uploading.and please refer to the program 'SF_XSF_DEMO'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 4.7 Enterprise, other have seen this utlity which is completey missing in 4.6c. There is functionality to downlaod a complete form or only a particular node. (Utilities -&amp;gt; Download form). It will create a XML file and save it in the hard disk. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 06:32:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-xml/m-p/5184217#M1199953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T06:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript To XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-xml/m-p/5184218#M1199954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Joan,&lt;/P&gt;&lt;P&gt;        what the value for st_trans .&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 06:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-to-xml/m-p/5184218#M1199954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T06:34:10Z</dc:date>
    </item>
  </channel>
</rss>

