<?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: Method to call a FORM dynamicly in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997251#M406218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move this value to some temp variable and then try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmp = zcplus_ctat1-za_uext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then perform (tmp)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2007 07:53:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-14T07:53:56Z</dc:date>
    <item>
      <title>Method to call a FORM dynamicly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997245#M406212</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;    Is there a method to call a form dynamicly? I need something to replace "PERFORM FORM1" to "PERFORM variable".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lilan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 06:59:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997245#M406212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T06:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Method to call a FORM dynamicly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997246#M406213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lilan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use PERFORM ( variable1 ) . Inside the paranthesis you can use variables, this variable can hold the subroutine name(form name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rengaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 07:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997246#M406213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T07:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Method to call a FORM dynamicly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997247#M406214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THe dynamic calls to subroutines are made using the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM ( &amp;lt;var&amp;gt; ).&lt;/P&gt;&lt;P&gt;where &amp;lt;var&amp;gt; is  the variable that is used to hold the form name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 07:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997247#M406214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T07:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Method to call a FORM dynamicly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997248#M406215</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;I used it like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    PERFORM ( zcplus_ctat1-za_uext ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i try to activate, I get the below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unable to interpret "ZCPLUS_CTAT1-ZA_UEXT". Possible causes of error:		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lilan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 07:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997248#M406215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T07:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Method to call a FORM dynamicly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997249#M406216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lilan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think its useful for u.&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF itab OCCURS 0,&lt;/P&gt;&lt;P&gt;          objid TYPE i,&lt;/P&gt;&lt;P&gt;          endda TYPE d,&lt;/P&gt;&lt;P&gt;       END OF itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS : &amp;lt;ttext&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-objid = 1.itab-endda = sy-datum.&lt;/P&gt;&lt;P&gt;APPEND itab.&lt;/P&gt;&lt;P&gt;itab-objid = 2.itab-endda = sy-datum.&lt;/P&gt;&lt;P&gt;APPEND itab.&lt;/P&gt;&lt;P&gt;itab-objid = 3.itab-endda = sy-datum.&lt;/P&gt;&lt;P&gt;APPEND itab.&lt;/P&gt;&lt;P&gt;itab-objid = 0.itab-endda = sy-datum.&lt;/P&gt;&lt;P&gt;APPEND itab.&lt;/P&gt;&lt;P&gt;itab-objid = 4.itab-endda = '20041212'.&lt;/P&gt;&lt;P&gt;APPEND itab.&lt;/P&gt;&lt;P&gt;itab-objid = 5.itab-endda = '99991212'.&lt;/P&gt;&lt;P&gt;APPEND itab.&lt;/P&gt;&lt;P&gt;itab-objid = 0.itab-endda = '99991212'.&lt;/P&gt;&lt;P&gt;APPEND itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR itab.&lt;/P&gt;&lt;P&gt;LOOP AT itab.&lt;/P&gt;&lt;P&gt;  WRITE : / itab-objid , itab-endda.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE :/.&lt;/P&gt;&lt;P&gt;DELETE itab WHERE endda+0(4) NE '9999' AND objid IS INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN 'PRINT' TO  &amp;lt;ttext&amp;gt;.&lt;/P&gt;&lt;P&gt;PERFORM &amp;lt;ttext&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  &amp;lt;ttext&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM &amp;lt;ttext&amp;gt;.&lt;/P&gt;&lt;P&gt;  LOOP AT itab.&lt;/P&gt;&lt;P&gt;    WRITE : / itab-objid , itab-endda.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " &amp;lt;ttext&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Navin Khedikar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 07:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997249#M406216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T07:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Method to call a FORM dynamicly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997250#M406217</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;In my code, the variable "zcplus_ctat1-za_uext" holds the name of the form that i need to call. so if I give it as PERFORM &amp;lt;zcplus_ctat1-za_uext&amp;gt;, it looks for a form with the name &amp;lt;zcplus_ctat1-za_uext&amp;gt;, which is not what i wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as an example, i have a form call "create1". so &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zcplus_ctat1-za_uext = 'create1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a way to call "CREATE1" using the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried both,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM &amp;lt;zcplus_ctat1-za_uext&amp;gt; &amp;amp; PERFORM ( zcplus_ctat1-za_uext ). Nither works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lilan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 07:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997250#M406217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T07:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Method to call a FORM dynamicly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997251#M406218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move this value to some temp variable and then try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmp = zcplus_ctat1-za_uext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then perform (tmp)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 07:53:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997251#M406218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T07:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Method to call a FORM dynamicly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997252#M406219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unable to interpret "tmp". Possible causes of error: Incorrect spelling&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 08:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997252#M406219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T08:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Method to call a FORM dynamicly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997253#M406220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this : &lt;/P&gt;&lt;P&gt;PERFORM (&amp;lt;fsubr&amp;gt;)[IN PROGRAM (&amp;lt;fprog&amp;gt;)][USING ... &amp;lt;pi&amp;gt;... ] &lt;/P&gt;&lt;P&gt;[CHANGING... &amp;lt;pi&amp;gt;... ] &lt;/P&gt;&lt;P&gt;[IF FOUND].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 08:07:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997253#M406220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T08:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Method to call a FORM dynamicly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997254#M406221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try jst :&lt;/P&gt;&lt;P&gt;perform (formname) IN PROGRAM (progname)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 08:16:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-to-call-a-form-dynamicly/m-p/1997254#M406221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T08:16:56Z</dc:date>
    </item>
  </channel>
</rss>

