<?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: Forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/forms/m-p/2233909#M480962</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;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN_FORM is besically to to call a form,the number of time you r calling the OPEN_FOM ,means that many time you r calling the SAP script form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That might be the same form or the different form.generally we never call the same form again and again so it may be four different kind of forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2007 10:26:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-26T10:26:43Z</dc:date>
    <item>
      <title>Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/forms/m-p/2233906#M480959</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;  Suppose a driver program is calling function module 'OPEN_FORM' 4 times as fallows.&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;           APPLICATION        = 'TX'                    &lt;/P&gt;&lt;P&gt;            ARCHIVE_INDEX      = TOA_DARA               &lt;/P&gt;&lt;P&gt;            ARCHIVE_PARAMS     = ARC_PARAMS             &lt;/P&gt;&lt;P&gt;           device             = lvf_device              &lt;/P&gt;&lt;P&gt;           dialog             = ' '                     &lt;/P&gt;&lt;P&gt;           form               = tnapr-fonam             &lt;/P&gt;&lt;P&gt;           language           = nast-spras              &lt;/P&gt;&lt;P&gt;           options            = lvs_itcpo               &lt;/P&gt;&lt;P&gt;            MAIL_SENDER        = LVS_SENDER             &lt;/P&gt;&lt;P&gt;            MAIL_RECIPIENT     = LVS_RECIPIENT          &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;           APPLICATION        = 'TX'                    &lt;/P&gt;&lt;P&gt;            ARCHIVE_INDEX      = TOA_DARA               &lt;/P&gt;&lt;P&gt;            ARCHIVE_PARAMS     = ARC_PARAMS             &lt;/P&gt;&lt;P&gt;           device             = lvf_device              &lt;/P&gt;&lt;P&gt;           dialog             = ' '                     &lt;/P&gt;&lt;P&gt;           form               = tnapr-fonam             &lt;/P&gt;&lt;P&gt;           language           = nast-spras              &lt;/P&gt;&lt;P&gt;           options            = lvs_itcpo               &lt;/P&gt;&lt;P&gt;            MAIL_SENDER        = LVS_SENDER             &lt;/P&gt;&lt;P&gt;           MAIL_RECIPIENT     = LVS_RECIPIENT   &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;          form    = 'ZWBUK_ITBMESSAGE'          &lt;/P&gt;&lt;P&gt;          dialog  = ' '                         &lt;/P&gt;&lt;P&gt;          options = lvs_itcpo.                  &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        = lvf_device            &lt;/P&gt;&lt;P&gt;          dialog        = ' '                   &lt;/P&gt;&lt;P&gt;          form          = 'ZWBUK_ITBMESSAGE'    &lt;/P&gt;&lt;P&gt;          language      = nast-spras            &lt;/P&gt;&lt;P&gt;          options       = lvs_itcpo             &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this how can find that how many forms my driver program is calling and what r their names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;subhani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 10:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/forms/m-p/2233906#M480959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T10:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/forms/m-p/2233907#M480960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u are calling only 2 Forms , check parameter FORM.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 10:07:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/forms/m-p/2233907#M480960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T10:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/forms/m-p/2233908#M480961</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;either form names are written hard coded in code or it is done the way u are showing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may run transaction NACE and select appropriate application area say i select V1 for sales in my system ..then click OUTPUT TYPES ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There further select ..say i select output type CASH SALES ..it would show which program(driver ) is used for this output type and which smartform it calls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        shweta  soni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 10:14:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/forms/m-p/2233908#M480961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T10:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/forms/m-p/2233909#M480962</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;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN_FORM is besically to to call a form,the number of time you r calling the OPEN_FOM ,means that many time you r calling the SAP script form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That might be the same form or the different form.generally we never call the same form again and again so it may be four different kind of forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 10:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/forms/m-p/2233909#M480962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T10:26:43Z</dc:date>
    </item>
  </channel>
</rss>

