<?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>Question Re: How to Migrate SAPScript to Smartforms? in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/how-to-migrate-sapscript-to-smartforms/qaa-p/2235114#M968902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As found in forum -&lt;/P&gt;&lt;P&gt;Smart Forms provides a migration tool for this purpose which migrates layout and texts of a SAPscript form to a Smart Form. It does not migrate SAPscript form logic of the print program. Using Smart Forms, this logic is described by the tree structure of the Form Builder. The effort involved in migrating it depends on the complexity of the print program.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3035629"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2007 04:18:07 GMT</pubDate>
    <dc:creator>amit_khare</dc:creator>
    <dc:date>2007-05-10T04:18:07Z</dc:date>
    <item>
      <title>How to Migrate SAPScript to Smartforms?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-migrate-sapscript-to-smartforms/qaq-p/2235113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;i migrated PO form MEDRUCK into Smartforms....but i'm getting only the layouts(Windows) but there is no text or no data in any of the window... i read from a book if we migrate there will be text files which was there in SAPScript. Is it true..? or any config have to be done?&lt;/P&gt;&lt;P&gt;please send me the answer......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 04:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-migrate-sapscript-to-smartforms/qaq-p/2235113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T04:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Migrate SAPScript to Smartforms?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-migrate-sapscript-to-smartforms/qaa-p/2235114#M968902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As found in forum -&lt;/P&gt;&lt;P&gt;Smart Forms provides a migration tool for this purpose which migrates layout and texts of a SAPscript form to a Smart Form. It does not migrate SAPscript form logic of the print program. Using Smart Forms, this logic is described by the tree structure of the Form Builder. The effort involved in migrating it depends on the complexity of the print program.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3035629"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 04:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-migrate-sapscript-to-smartforms/qaa-p/2235114#M968902</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-05-10T04:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Migrate SAPScript to Smartforms?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-migrate-sapscript-to-smartforms/qaa-p/2235115#M968903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;SAP provides a conversion for SAPscript documents to SMARTforms. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is basically a function module, called FB_MIGRATE_FORM. 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;You can also do this one-by-one in transaction SMARTFORMS, under &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Utilities -&amp;gt; Migrate SAPscript form. &lt;/P&gt;&lt;P&gt;&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;Please close the thread if problem is solved. Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 04:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-migrate-sapscript-to-smartforms/qaa-p/2235115#M968903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T04:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Migrate SAPScript to Smartforms?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-migrate-sapscript-to-smartforms/qaa-p/2235116#M968904</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;1.when ever u r changing the form u have to call the smartform form u r driver program..&lt;/P&gt;&lt;P&gt;2.u have to configue the output type in NACe if u r usng message control.&lt;/P&gt;&lt;P&gt;3. check in NACe whether u have configured or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to call the smartform u have to use like this.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      formname           = fp_c_formname&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      fm_name            = fp_v_fm_name&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      no_form            = 1&lt;/P&gt;&lt;P&gt;      no_function_module = 2&lt;/P&gt;&lt;P&gt;      OTHERS             = 3.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE e107 WITH fp_c_formname.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  CALL FUNCTION fp_v_fm_name&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      archive_index      = toa_dara&lt;/P&gt;&lt;P&gt;      archive_parameters = arc_params&lt;/P&gt;&lt;P&gt;      control_parameters = fp_st_control_parameters&lt;/P&gt;&lt;P&gt;      user_settings      = space&lt;/P&gt;&lt;P&gt;      output_options     = fp_st_output_options&lt;/P&gt;&lt;P&gt;      wa_vbdkr           = fp_st_vbdkr&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      job_output_info    = l_it_ssfcrescl&lt;/P&gt;&lt;P&gt;      job_output_options = l_it_ssfcresop&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      it_item            = fp_it_item_final&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      formatting_error   = 1&lt;/P&gt;&lt;P&gt;      internal_error     = 2&lt;/P&gt;&lt;P&gt;      send_error         = 3&lt;/P&gt;&lt;P&gt;      user_canceled      = 4&lt;/P&gt;&lt;P&gt;      OTHERS             = 5.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 04:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-migrate-sapscript-to-smartforms/qaa-p/2235116#M968904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T04:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Migrate SAPScript to Smartforms?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-migrate-sapscript-to-smartforms/qaa-p/2235117#M968905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;checK the below document may be helpful for you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the background info from SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9d/9599386185c064e10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9d/9599386185c064e10000009b38f8cf/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1. Access the initial screen. Choose Tools&amp;gt;Forms printout&amp;gt;Smart Forms (transaction SMARTFORMS) from the SAP Easy Access Menu. The dialog window SAP Smart Forms: Initial Screen appears.&lt;/P&gt;&lt;P&gt;Step 2. Name the form. In the Form Field, enter field name you want to give, for example ZTF_GR_## (based on your company standard starting with Z to identify this as a customized form, where &amp;#147;##&amp;#148; is the group number).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3. Access the migrate function. Go to Utilities&amp;gt;Migrate SAPscript Form. In the dialogue window enter the SAPscript form name, for example Y_SAPSCRIPT_STD. Choose the Check button.&lt;/P&gt;&lt;P&gt;Step 4. View the migrated layout. On the screen that appears, the SAPscript form is migrated into a rough Smart Form . Click on Form Painter to see an overview of the form layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following steps for mass migration or simultaneous migration of multiple SAPscript forms: Step 1. Run the mass migration program. In Reporting (transaction SE38), select the program SF_MIGRATE and execute it (Figure 3). Select the names and the language of the SAPscript forms and click the execute icon. The system creates the Smart Forms named for the SAPscript forms plus the extension SF. It displays a list of the migrated forms.&lt;/P&gt;&lt;P&gt;Step 2. Make changes (if necessary). To change and adapt a form, go to transaction SMARTFORMS. Then activate the changed Smart Form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the SAPscripts are converted, whether in Smart Forms or Smart Styles, you should clean up any errors made during the conversion process, in terms of attributes, window alignment, or syntax errors. Cleaning up errors during conversion is often standard procedure, as SAPscript might have used local logic. Errors may occur when a field displayed is extracted or manipulated to display and doesn&amp;#146;t exist, or fields exist but appear with no values. Errors may also arise in ABAP syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1. Define the Import Parameter. Double-click on the Global Settings&amp;gt; Form Interface from the navigation menu&lt;/P&gt;&lt;P&gt;Step 2. On the Import Tab, enter the import structure information. For example, enter Parameter Name (table name, such as LIKP), Type Assignment: Type, Reference Type (table name), Optional (or Mandatory); Pass Val: (Passing value indicator). This must be done for all the data retrieved from the SAP tables.&lt;/P&gt;&lt;P&gt;Step 3. Remove irrelevant or unnecessary windows. To delete a navigational menu node, right-click on the node, and select Delete. Since you start with windows in SAPscript, there might be redundant windows created for text.&lt;/P&gt;&lt;P&gt;Step 4. Set the first page. Delete the NEXT page node on the menu tree. Double-click on the first page node. In the General Attributes tab, change the Next Page value to FIRST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 5. Delete the DETAIL frame window. Expand the MAIN window and delete all its text nodes.&lt;/P&gt;&lt;P&gt;Step 6. Adjust the text nodes. Click on the text nodes and let the system fit the text.&lt;/P&gt;&lt;P&gt;Step 7. Save and check the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz reward points if helpful or if it solves ur query.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chinmay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 06:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-migrate-sapscript-to-smartforms/qaa-p/2235117#M968905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T06:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Migrate SAPScript to Smartforms?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-migrate-sapscript-to-smartforms/qaa-p/2235118#M968906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;thanks for all of you....but i didnt get answer for my question.... when i migrate i'm getting only windows....in windows nothing is there...not even text......so i want to know when you all migrate the text comes or you also jus getting the windows..... &lt;/P&gt;&lt;P&gt;can anyone send me the screen shots of migration......i need for MEDRUCK.....&lt;/P&gt;&lt;P&gt;rewards given for those who send....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 14:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-migrate-sapscript-to-smartforms/qaa-p/2235118#M968906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T14:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Migrate SAPScript to Smartforms?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-migrate-sapscript-to-smartforms/qaa-p/2235119#M968907</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;only the texts and winodws gets copied i.e. layout. BOX FRAMES cannot be copiedInternal tables need to be declared in global definition of the smartforms.Write the code in initialization tab of global definition &amp;amp; only keep the workarea values in the required windows .Tables are created easily in smartforms so you need to remove any table values,spacings which were used earlier in the script&lt;/P&gt;&lt;P&gt;Incase you are declaring the structure in driver programthen in case of smartforms you can paste the same in types tab of global definition.&lt;/P&gt;&lt;P&gt;These are main things you need to take care of while migrating from script to form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember:.Only use conversion if your sap script is very simple and not a complex one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 06:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-migrate-sapscript-to-smartforms/qaa-p/2235119#M968907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T06:40:34Z</dc:date>
    </item>
  </channel>
</rss>

