<?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: Open Form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/3705753#M892277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still facing problem of SY-SUBRC = 9, I am requesting &lt;/P&gt;&lt;P&gt;all , please help me , it is very urgent..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing this problem, when i am going to save the transaction, at that time,my print program will be called , at the time open_form is calling I am getting sy-subrc - 9. But when I am going directly issuing output, I am not facing any problem.&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;vinesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Siddivinesh Jogu on Apr 9, 2008 10:55 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2008 05:05:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-09T05:05:31Z</dc:date>
    <item>
      <title>Open Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/3705748#M892272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the my code for open_form function module, here the problem is I am not getting any popup, what we get regularly . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE c_x TO e_itcpo-tdnewid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE c_x TO e_itcpo-tdimmed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE c_x TO e_itcpo-tdpreview. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'OPEN_FORM'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      device                      = c_printer&lt;/P&gt;&lt;P&gt;      dialog                      = c_space&lt;/P&gt;&lt;P&gt;      form                        = c_fonam&lt;/P&gt;&lt;P&gt;      language                    = c_d&lt;/P&gt;&lt;P&gt;      OPTIONS                     = e_itcpo&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      canceled                    = 1&lt;/P&gt;&lt;P&gt;      device                      = 2&lt;/P&gt;&lt;P&gt;      form                        = 3&lt;/P&gt;&lt;P&gt;      OPTIONS                     = 4&lt;/P&gt;&lt;P&gt;      unclosed                    = 5&lt;/P&gt;&lt;P&gt;      mail_options                = 6&lt;/P&gt;&lt;P&gt;      archive_error               = 7&lt;/P&gt;&lt;P&gt;      invalid_fax_number          = 8&lt;/P&gt;&lt;P&gt;      more_params_needed_in_batch = 9&lt;/P&gt;&lt;P&gt;      spool_error                 = 10&lt;/P&gt;&lt;P&gt;      OTHERS                      = 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 10:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/3705748#M892272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T10:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Open Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/3705749#M892273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think dere is some prblm in ur exporting parameters....&lt;/P&gt;&lt;P&gt;if u could tell the parameter values...it would help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;winnie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 10:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/3705749#M892273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T10:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Open Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/3705750#M892274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the dialog parameter set it as 'X' instead of space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'OPEN_FORM'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;device = c_printer&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dialog = 'X'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;form = c_fonam&lt;/P&gt;&lt;P&gt;language = c_d&lt;/P&gt;&lt;P&gt;OPTIONS = e_itcpo&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;canceled = 1&lt;/P&gt;&lt;P&gt;device = 2&lt;/P&gt;&lt;P&gt;form = 3&lt;/P&gt;&lt;P&gt;OPTIONS = 4&lt;/P&gt;&lt;P&gt;unclosed = 5&lt;/P&gt;&lt;P&gt;mail_options = 6&lt;/P&gt;&lt;P&gt;archive_error = 7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 10:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/3705750#M892274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T10:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Open Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/3705751#M892275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richa/ALL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now, I am getting the popup, but here the problem is , when I am running the transaction VT02, this print program will trigger, but here, it is going to dump, after OPEN_FORM, i am getting sy-subrc =9 ..Please let me know , what would be the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 10:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/3705751#M892275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T10:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Open Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/3705752#M892276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to avoid dump, check sy-subrc just after open_form i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call function 'OPEN_FORM'&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;---.&lt;/P&gt;&lt;P&gt;If sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, if sy-subrc = 9 then some parameters might be missing. &lt;/P&gt;&lt;P&gt;Try to comment out parameter ITCPO as it seems to me that some parameters are missing while passing the Print information. If it works then you need to check this structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set it on the dialog screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 11:10:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/3705752#M892276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T11:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Open Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/3705753#M892277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still facing problem of SY-SUBRC = 9, I am requesting &lt;/P&gt;&lt;P&gt;all , please help me , it is very urgent..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing this problem, when i am going to save the transaction, at that time,my print program will be called , at the time open_form is calling I am getting sy-subrc - 9. But when I am going directly issuing output, I am not facing any problem.&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;vinesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Siddivinesh Jogu on Apr 9, 2008 10:55 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 05:05:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/3705753#M892277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T05:05:31Z</dc:date>
    </item>
  </channel>
</rss>

