<?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 Dynamic Perform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-perform/m-p/7454937#M1553331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I pretend do create a table which will have names of several form's. I'll select those forms names and call them inside the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possbile to call a form using a field-symbol instead of the name ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FIELD-SYMBOLS &amp;lt;fs_routine&amp;gt; TYPE ANY.

ASSIGN 'F_TEST' TO &amp;lt;fs_routine&amp;gt;.

PERFORM &amp;lt;fs_routine&amp;gt;.


FORM F_TEST.
 BREAK-POINT.
ENDFORM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code above is just an example of what i want to do!&lt;/P&gt;&lt;P&gt;&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, 18 Nov 2010 17:46:14 GMT</pubDate>
    <dc:creator>danilo_henriques</dc:creator>
    <dc:date>2010-11-18T17:46:14Z</dc:date>
    <item>
      <title>Dynamic Perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-perform/m-p/7454937#M1553331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I pretend do create a table which will have names of several form's. I'll select those forms names and call them inside the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possbile to call a form using a field-symbol instead of the name ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FIELD-SYMBOLS &amp;lt;fs_routine&amp;gt; TYPE ANY.

ASSIGN 'F_TEST' TO &amp;lt;fs_routine&amp;gt;.

PERFORM &amp;lt;fs_routine&amp;gt;.


FORM F_TEST.
 BREAK-POINT.
ENDFORM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code above is just an example of what i want to do!&lt;/P&gt;&lt;P&gt;&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, 18 Nov 2010 17:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-perform/m-p/7454937#M1553331</guid>
      <dc:creator>danilo_henriques</dc:creator>
      <dc:date>2010-11-18T17:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-perform/m-p/7454938#M1553332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's simpler, you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data subr type string value 'F_TEST'.

perform (subr) in program ...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check F1 help for PERFORM statement for all details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 17:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-perform/m-p/7454938#M1553332</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-11-18T17:56:32Z</dc:date>
    </item>
  </channel>
</rss>

