<?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: Print program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-program/m-p/3945577#M943581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP provides a conversion for SAPscript into SMARTforms.&lt;/P&gt;&lt;P&gt;&lt;/P&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;&lt;/P&gt;&lt;P&gt;(1)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)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;&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award points of the answer is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can modify the print program for the sap script . But you need to make more changes than the one you mentioned below.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2008 18:59:43 GMT</pubDate>
    <dc:creator>former_member125661</dc:creator>
    <dc:date>2008-06-06T18:59:43Z</dc:date>
    <item>
      <title>Print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-program/m-p/3945575#M943579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have sap script print program and Sript(bill of lading). For same(bill of lading0 script I want to develop a new smart form.  Can I use the print program of script for smartform and add the smart form function module.  My main interest is to capture data selection from old print program. How can i leverage the data selection from old program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 18:10:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-program/m-p/3945575#M943579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T18:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-program/m-p/3945576#M943580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do it, but you may have to copy the print program and call the Smart form function module from the print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before calling, collect all the data that need to be printed either as internal table or structure and pass it to the smartform function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 18:59:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-program/m-p/3945576#M943580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T18:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-program/m-p/3945577#M943581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP provides a conversion for SAPscript into SMARTforms.&lt;/P&gt;&lt;P&gt;&lt;/P&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;&lt;/P&gt;&lt;P&gt;(1)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)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;&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award points of the answer is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can modify the print program for the sap script . But you need to make more changes than the one you mentioned below.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 18:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-program/m-p/3945577#M943581</guid>
      <dc:creator>former_member125661</dc:creator>
      <dc:date>2008-06-06T18:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-program/m-p/3945578#M943582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am planning to create my own smartform but for wanted to leverage the script print program. Specially the data selection part. Which is bit complex. Can I just just call the function modules for smart form at the end of script print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 21:37:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-program/m-p/3945578#M943582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T21:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-program/m-p/3945579#M943583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;copy bill of lading to bill of lading0 and do the necessary changes to bill of lading0 it will be the gud.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 21:44:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-program/m-p/3945579#M943583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T21:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-program/m-p/3945580#M943584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ofcourse you can do that.&lt;/P&gt;&lt;P&gt;Let your selection logic be same in your current print program you must be having a final internal table ie the table used for the display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just comment your program from the Open_form&lt;/P&gt;&lt;P&gt;Now create a smartform using smartform builder and activate it, it will generate a FM&lt;/P&gt;&lt;P&gt;Call that FM in your program and simply pass the internal table to the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover while upgrading from script to Smartform there is no question of changing selection logic untill it is needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2008 05:43:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-program/m-p/3945580#M943584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-07T05:43:28Z</dc:date>
    </item>
  </channel>
</rss>

