<?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 form name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-name/m-p/2109435#M440615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;       Plz any one suggest me How to know the form name for Production Order Picking list?i have a progam name,but i have tried from NACE,TNAPR and TTXFP tables also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any one suggest me the way to proceed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2007 08:45:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-29T08:45:00Z</dc:date>
    <item>
      <title>form name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-name/m-p/2109435#M440615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;       Plz any one suggest me How to know the form name for Production Order Picking list?i have a progam name,but i have tried from NACE,TNAPR and TTXFP tables also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any one suggest me the way to proceed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 08:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-name/m-p/2109435#M440615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T08:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: form name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-name/m-p/2109436#M440616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just search in that prog for OPEN_FORM. put a break-point there and check the form name ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 08:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-name/m-p/2109436#M440616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T08:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: form name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-name/m-p/2109437#M440617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to transaction SE37. open FM OPEN_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  check co_perform-active &amp;lt;&amp;gt; true. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put the break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is getting triggered from any transaction.Run the transaction. It will stop at this point Check the value of FORM here it will give you the form name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your print program is Executable then execute your program and in FM OPEN_FORM check the form name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will search only for the Sapscript form for the smartforms you have to chek in NACE transaction .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 08:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-name/m-p/2109437#M440617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T08:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: form name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-name/m-p/2109438#M440618</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;On the editor screen click &amp;lt;b&amp;gt;Control+G&amp;lt;/b&amp;gt;.  now u will get a popup window.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this Check the &amp;lt;b&amp;gt;Main Program radio button&amp;lt;/b&amp;gt;.. and give the string a OPEN_FORM. and press enter...&lt;/P&gt;&lt;P&gt;&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;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 08:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-name/m-p/2109438#M440618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T08:49:31Z</dc:date>
    </item>
  </channel>
</rss>

