<?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: LAYOUT  commands in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/layout-commands/m-p/1004751#M77447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems you have to rewrite the DEFINE statment as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFINE &amp;amp;mysymbol&amp;amp; = &amp;amp;SPELL-WORD&amp;amp; (with out quotes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information please read&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/d1/803279454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/d1/803279454211d189710000e8322d00/content.htm&lt;/A&gt; - PERFORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/d1/8031d0454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/d1/8031d0454211d189710000e8322d00/content.htm&lt;/A&gt; - DEFINE&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>Sat, 27 Aug 2005 09:33:08 GMT</pubDate>
    <dc:creator>Vinod_Chandran</dc:creator>
    <dc:date>2005-08-27T09:33:08Z</dc:date>
    <item>
      <title>LAYOUT  commands</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layout-commands/m-p/1004749#M77445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see i am ok with the subroutine end.&lt;/P&gt;&lt;P&gt;But how can i call it from the layout? what should i define there in parameter option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing this coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 	DEFINE &amp;amp;SPELL-WORD&amp;amp; = '&amp;amp;mysymbol&amp;amp;'&lt;/P&gt;&lt;P&gt; 	PERFORM AMT_WORDS IN PROGRAM ZSUBROUTINE1&lt;/P&gt;&lt;P&gt; 	USING &amp;amp;REGUD-SWNES&amp;amp;&lt;/P&gt;&lt;P&gt; 	USING &amp;amp;SPELL-WORD&amp;amp;&lt;/P&gt;&lt;P&gt; 	ENDPERFORM&lt;/P&gt;&lt;P&gt; 	&amp;amp;mysymbol&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not getting the required result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2005 09:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layout-commands/m-p/1004749#M77445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-27T09:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: LAYOUT  commands</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layout-commands/m-p/1004750#M77446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see i am ok with the subroutine end.&lt;/P&gt;&lt;P&gt;But how can i call it from the layout? what should i define there in parameter option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing this coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFINE  '&amp;amp;mysymbol&amp;amp;' = &amp;amp;SPELL-WORD&amp;amp; &lt;/P&gt;&lt;P&gt;PERFORM AMT_WORDS IN PROGRAM ZSUBROUTINE1&lt;/P&gt;&lt;P&gt;USING &amp;amp;REGUD-SWNES&amp;amp;&lt;/P&gt;&lt;P&gt;USING &amp;amp;mysymbol&amp;amp;&lt;/P&gt;&lt;P&gt;ENDPERFORM&lt;/P&gt;&lt;P&gt;&amp;amp;mysymbol&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not getting the required result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2005 09:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layout-commands/m-p/1004750#M77446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-27T09:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: LAYOUT  commands</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layout-commands/m-p/1004751#M77447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems you have to rewrite the DEFINE statment as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFINE &amp;amp;mysymbol&amp;amp; = &amp;amp;SPELL-WORD&amp;amp; (with out quotes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information please read&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/d1/803279454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/d1/803279454211d189710000e8322d00/content.htm&lt;/A&gt; - PERFORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/d1/8031d0454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/d1/8031d0454211d189710000e8322d00/content.htm&lt;/A&gt; - DEFINE&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>Sat, 27 Aug 2005 09:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layout-commands/m-p/1004751#M77447</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-08-27T09:33:08Z</dc:date>
    </item>
  </channel>
</rss>

