<?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: Regarding Module Pool Programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/2184195#M464865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the PAI module i have written the code:&lt;/P&gt;&lt;P&gt;  CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;      LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN 'ENTR'.&lt;/P&gt;&lt;P&gt;      SET CURSOR FIELD TEXT2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the screen has two i/p fields TEXT1 and TEXT2. If I enter some value in TEXT1 and press keyboard "Enter" the the cursor should have gone to the TEXT2 field. But its not working. Waiting for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pulokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2007 15:48:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-20T15:48:04Z</dc:date>
    <item>
      <title>Regarding Module Pool Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/2184193#M464863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;            I have developed a screen in a module pool program. In this screen if user enters some value in an i/p field of the screen and then presses the keyboard button "Enter" the the cursor position will go the next i/p field of the same screen. what should i do to achieve the above requirement? Eagerly waiting for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pulokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 15:18:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/2184193#M464863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T15:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Module Pool Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/2184194#M464864</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;Use SET CURSOR FIELD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.SET CURSOR FIELD f. &lt;/P&gt;&lt;P&gt;2. SET CURSOR LINE line. &lt;/P&gt;&lt;P&gt;3. SET CURSOR col line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Sets the cursor dynamically in display (screen program or list). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variant 1 &lt;/P&gt;&lt;P&gt;SET CURSOR FIELD f. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additions: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ... OFFSET off &lt;/P&gt;&lt;P&gt;2. ... LINE lin &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Places the cursor dynamically at the start of the field g which is specified in the field f. You must specify the name of the field in uppercase letters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;L Appana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 15:23:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/2184194#M464864</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2007-04-20T15:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Module Pool Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/2184195#M464865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the PAI module i have written the code:&lt;/P&gt;&lt;P&gt;  CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;      LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN 'ENTR'.&lt;/P&gt;&lt;P&gt;      SET CURSOR FIELD TEXT2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the screen has two i/p fields TEXT1 and TEXT2. If I enter some value in TEXT1 and press keyboard "Enter" the the cursor should have gone to the TEXT2 field. But its not working. Waiting for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pulokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 15:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/2184195#M464865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T15:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Module Pool Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/2184196#M464866</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;Check for sy-ucomm of Enter code in PAI code&lt;/P&gt;&lt;P&gt;and then get cursor field f (First field).&lt;/P&gt;&lt;P&gt;Check this field not to be initial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; then set cursor field fnew (New Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;P&gt;Reward if helpful &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 15:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/2184196#M464866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T15:50:54Z</dc:date>
    </item>
  </channel>
</rss>

