<?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: scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/4383355#M1042680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two way through which you can convert sapscript into smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1)&lt;/P&gt;&lt;P&gt;This is basically a function module, called FB_MIGRATE_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can start this function module by hand (via SE37), or create a small ABAP which migrates all SAPscript forms automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2)&lt;/P&gt;&lt;P&gt;You can also do this one-by-one in transaction SMARTFORMS, under&lt;/P&gt;&lt;P&gt;Utilities -&amp;gt; Migrate SAPscript form.&lt;/P&gt;&lt;P&gt;You could also write a small batch program calling transaction SMARTFORMS and running the migration tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While Converting sapscript into smartforms,only layout has passed.But you have do all logic coding in your smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) Understand logic of sapscript program.&lt;/P&gt;&lt;P&gt;(2) Understand SAP script windows data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now make your technical Design Accordingly,and now do code accordingly for your smartforms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Aug 2008 13:51:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-21T13:51:23Z</dc:date>
    <item>
      <title>scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/4383353#M1042678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is process for convert from scripts to smart forms&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 13:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/4383353#M1042678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-21T13:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/4383354#M1042679</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;&lt;A href="http://help.sap.com/saphelp_crm50/helpdata/en/9d/9599386185c064e10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_crm50/helpdata/en/9d/9599386185c064e10000009b38f8cf/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 13:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/4383354#M1042679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-21T13:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/4383355#M1042680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two way through which you can convert sapscript into smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1)&lt;/P&gt;&lt;P&gt;This is basically a function module, called FB_MIGRATE_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can start this function module by hand (via SE37), or create a small ABAP which migrates all SAPscript forms automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2)&lt;/P&gt;&lt;P&gt;You can also do this one-by-one in transaction SMARTFORMS, under&lt;/P&gt;&lt;P&gt;Utilities -&amp;gt; Migrate SAPscript form.&lt;/P&gt;&lt;P&gt;You could also write a small batch program calling transaction SMARTFORMS and running the migration tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While Converting sapscript into smartforms,only layout has passed.But you have do all logic coding in your smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) Understand logic of sapscript program.&lt;/P&gt;&lt;P&gt;(2) Understand SAP script windows data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now make your technical Design Accordingly,and now do code accordingly for your smartforms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 13:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/4383355#M1042680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-21T13:51:23Z</dc:date>
    </item>
  </channel>
</rss>

