<?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: Problem in calling multiple sapscript form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-multiple-sapscript-form/m-p/6809979#M1468809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Dranel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use option button for select perticular script form.&lt;/P&gt;&lt;P&gt;with it just open any form of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if opt_1 eq 'X'&lt;/P&gt;&lt;P&gt;         CALL FUNCTION 'OPEN_FORM'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;           DEVICE                            = 'PRINTER'&lt;/P&gt;&lt;P&gt;           DIALOG                            = 'X'&lt;/P&gt;&lt;P&gt;           FORM                              = 'REPORT1'&lt;/P&gt;&lt;P&gt;           LANGUAGE                          = SY-LANGU.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;         CALL FUNCTION 'OPEN_FORM'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;           DEVICE                            = 'PRINTER'&lt;/P&gt;&lt;P&gt;           DIALOG                            = 'X'&lt;/P&gt;&lt;P&gt;           FORM                              = 'REPORT2'&lt;/P&gt;&lt;P&gt;           LANGUAGE                          = SY-LANGU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main widow with element is here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'CLOSE_FORM'.&lt;/P&gt;&lt;P&gt;is the last statement. you can use this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you to call multiple sap script form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nayan Lad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Mar 2010 03:22:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-27T03:22:43Z</dc:date>
    <item>
      <title>Problem in calling multiple sapscript form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-multiple-sapscript-form/m-p/6809978#M1468808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Morning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I developed a program using SAPscript form. In the program i need to call the sapscript form 4 times with different label but with same content so that different receiver will have a copy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me regarding with my problem?. &lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads,&lt;/P&gt;&lt;P&gt;dranel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Mar 2010 03:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-multiple-sapscript-form/m-p/6809978#M1468808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-27T03:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in calling multiple sapscript form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-multiple-sapscript-form/m-p/6809979#M1468809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Dranel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use option button for select perticular script form.&lt;/P&gt;&lt;P&gt;with it just open any form of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if opt_1 eq 'X'&lt;/P&gt;&lt;P&gt;         CALL FUNCTION 'OPEN_FORM'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;           DEVICE                            = 'PRINTER'&lt;/P&gt;&lt;P&gt;           DIALOG                            = 'X'&lt;/P&gt;&lt;P&gt;           FORM                              = 'REPORT1'&lt;/P&gt;&lt;P&gt;           LANGUAGE                          = SY-LANGU.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;         CALL FUNCTION 'OPEN_FORM'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;           DEVICE                            = 'PRINTER'&lt;/P&gt;&lt;P&gt;           DIALOG                            = 'X'&lt;/P&gt;&lt;P&gt;           FORM                              = 'REPORT2'&lt;/P&gt;&lt;P&gt;           LANGUAGE                          = SY-LANGU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main widow with element is here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'CLOSE_FORM'.&lt;/P&gt;&lt;P&gt;is the last statement. you can use this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you to call multiple sap script form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nayan Lad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Mar 2010 03:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-multiple-sapscript-form/m-p/6809979#M1468809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-27T03:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in calling multiple sapscript form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-multiple-sapscript-form/m-p/6809980#M1468810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Nayan Lad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already did what you told but instead that the sapscript form is  appeared only the screen for printer appear and go back to the select-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again thank you.,&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;dranel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Mar 2010 06:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-calling-multiple-sapscript-form/m-p/6809980#M1468810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-27T06:36:03Z</dc:date>
    </item>
  </channel>
</rss>

