<?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 regarding  print out in module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-print-out-in-module-pool-program/m-p/2007512#M409345</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;what sud i write as a code in sy-ucomm section for taking the print out from module pool(dialogue) program...plz explain me...thnx in advance. &lt;/P&gt;&lt;P&gt;the print button is coming but this button is not working.&lt;/P&gt;&lt;P&gt;can we get the print out directly from the dialogue program o/p screen with out using script or smartforms ,in my module pool o/p screen the vendor details is coming in the table controls but if i press print button the print is not coming what sud i do for this no body is helping me......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        ravi gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2007 11:56:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-23T11:56:07Z</dc:date>
    <item>
      <title>regarding  print out in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-print-out-in-module-pool-program/m-p/2007512#M409345</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;what sud i write as a code in sy-ucomm section for taking the print out from module pool(dialogue) program...plz explain me...thnx in advance. &lt;/P&gt;&lt;P&gt;the print button is coming but this button is not working.&lt;/P&gt;&lt;P&gt;can we get the print out directly from the dialogue program o/p screen with out using script or smartforms ,in my module pool o/p screen the vendor details is coming in the table controls but if i press print button the print is not coming what sud i do for this no body is helping me......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        ravi gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 11:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-print-out-in-module-pool-program/m-p/2007512#M409345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T11:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: regarding  print out in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-print-out-in-module-pool-program/m-p/2007513#M409346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using a smartform, then you have to fill all the necessary data to be printed and cal lthe smartform's function module in the PAI section.&lt;/P&gt;&lt;P&gt;If you are using the sap scripts, then you have to use the OPEN_FORM, WRITE_FORM CLOSE_FORM function modules to print the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can refer the examples print programs for scripts&lt;/P&gt;&lt;P&gt;RSTXEXP1&lt;/P&gt;&lt;P&gt;RSTXEXP2&lt;/P&gt;&lt;P&gt;RSTXEXP3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can refer the example print programs for smartfroms&lt;/P&gt;&lt;P&gt;SF_EXAMPLE_01&lt;/P&gt;&lt;P&gt;SF_EXAMPLE_02&lt;/P&gt;&lt;P&gt;SF_EXAMPLE_03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&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;&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 11:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-print-out-in-module-pool-program/m-p/2007513#M409346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T11:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: regarding  print out in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-print-out-in-module-pool-program/m-p/2007514#M409347</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;  Whether u r using the Default print icon in Tool Bar or Using&lt;/P&gt;&lt;P&gt;  a new Button.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u r using a new button means create the function code for this button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And follow this code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ur function code is 'PRINT' means.&lt;/P&gt;&lt;P&gt;okcode = sy-ucomm.&lt;/P&gt;&lt;P&gt;clear sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case okcode.&lt;/P&gt;&lt;P&gt;   when 'PRINT'.&lt;/P&gt;&lt;P&gt;       call function 'OPEN_FORM'.&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="4" type="ul"&gt;&lt;P&gt;parameters**&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;      call function 'WRITE-FORM'.&lt;/P&gt;&lt;P&gt;       ****&lt;STRONG&gt;paremeters&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;      call function 'CLOSE_FORM'.&lt;/P&gt;&lt;P&gt;      ****&lt;STRONG&gt;Parameters&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; hope it will helps to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 12:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-print-out-in-module-pool-program/m-p/2007514#M409347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T12:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: regarding  print out in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-print-out-in-module-pool-program/m-p/2007515#M409348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx bala,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             can we get the print out directly from the dialogue  program o/p screen with out using script or smartforms ,in my module pool o/p screen the vendor details is coming in the table controls   but if i press print button the print is not coming what sud i do for this no body is helping me......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 12:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-print-out-in-module-pool-program/m-p/2007515#M409348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T12:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: regarding  print out in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-print-out-in-module-pool-program/m-p/2007516#M409349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi Gupta, &lt;/P&gt;&lt;P&gt;"REgarding print out from module pool " . search the forum with this wording  u can get the answer . before posting plz use "search forum " option .u can easily get the ans.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Sreedhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 12:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-print-out-in-module-pool-program/m-p/2007516#M409349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T12:40:09Z</dc:date>
    </item>
  </channel>
</rss>

