<?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: Regarding layout open_form function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-layout-open-form-function-module/m-p/3652317#M879697</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;&lt;/P&gt;&lt;P&gt;if u r not giving the value to the dialog ...it will not take any screen to display the pop up...it u give  it then it will take the default screen and it will shown the pop up..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2008 14:25:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-04T14:25:30Z</dc:date>
    <item>
      <title>Regarding layout open_form function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-layout-open-form-function-module/m-p/3652316#M879696</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 getting sy-subrc eq 0. for below code.&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_x&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;  IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MESSAGE e206(zb).&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;One more thing when, we are passing dialog = c_x , weare getting popup to select print or printpreview, but when we are &lt;/P&gt;&lt;P&gt;giving dialog = c_space, it is not giving anypopup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out here&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 4, 2008 7:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 14:09:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-layout-open-form-function-module/m-p/3652316#M879696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T14:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding layout open_form function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-layout-open-form-function-module/m-p/3652317#M879697</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;&lt;/P&gt;&lt;P&gt;if u r not giving the value to the dialog ...it will not take any screen to display the pop up...it u give  it then it will take the default screen and it will shown the pop up..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 14:25:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-layout-open-form-function-module/m-p/3652317#M879697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T14:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding layout open_form function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-layout-open-form-function-module/m-p/3652318#M879698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siddivinesh,&lt;/P&gt;&lt;P&gt;The purpose of this parameter(Dialog) is to control whether a dialog box appears before output to the printer. The user can set various spool parameters for the output in this window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check function module documentation for more help. If it didn't help then u can try where used list of this FM. U can go to any program and check how they are using this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check below link also.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/erp2005_ehp_03/helpdata/EN/47/bb786c75e5e6499ea60111aaa659e2/frameset.htm" target="test_blank"&gt;http://help.sap.com/erp2005_ehp_03/helpdata/EN/47/bb786c75e5e6499ea60111aaa659e2/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 14:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-layout-open-form-function-module/m-p/3652318#M879698</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-04-04T14:34:18Z</dc:date>
    </item>
  </channel>
</rss>

