<?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 modulepool cursor position issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-cursor-position-issue/m-p/12785738#M2024045</link>
    <description>&lt;P&gt; i am facing some cursor postion issue in module pool that the cursor moves to the first box (delivery) when input grid is full it should move to next line of the grid could you please help me for this&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;MODULE next_line OUTPUT.&lt;BR /&gt;IF ok_code = 'ENTER'. &lt;BR /&gt;*Validate the entered value &lt;BR /&gt;*If OK increase curosr value by 1 and Set the Cursor to next line. &lt;BR /&gt; gv_lin = gv_lin + 1. &lt;BR /&gt;SET CURSOR FIELD 'WA_SOL-PRODUCT' LINE gv_lin. " VEKP_VENUM is table control field name &lt;BR /&gt;*Else &lt;BR /&gt;*Display an Error message &lt;BR /&gt; ENDIF. &lt;BR /&gt;ENDMODULE.&lt;BR /&gt;MODULE next_line INPUT.DATA: l_ok TYPE sy-ucomm. &lt;BR /&gt; IF ok_code = 'ENTER'. &lt;BR /&gt;*gv_lin = gv_lin + 1. &lt;BR /&gt;SET CURSOR FIELD 'WA_SOL-PRODUCT' LINE gv_lin. " VEKP_VENUM is table control field name &lt;BR /&gt;*Validate the entered value &lt;BR /&gt;*If OK increase curosr value by 1 and Set the Cursor to next line. &lt;BR /&gt;*Else &lt;BR /&gt;*Display an Error message &lt;BR /&gt; ENDIF. &lt;BR /&gt;ENDMODULE.&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 21 Sep 2023 12:24:13 GMT</pubDate>
    <dc:creator>161199</dc:creator>
    <dc:date>2023-09-21T12:24:13Z</dc:date>
    <item>
      <title>modulepool cursor position issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-cursor-position-issue/m-p/12785738#M2024045</link>
      <description>&lt;P&gt; i am facing some cursor postion issue in module pool that the cursor moves to the first box (delivery) when input grid is full it should move to next line of the grid could you please help me for this&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;MODULE next_line OUTPUT.&lt;BR /&gt;IF ok_code = 'ENTER'. &lt;BR /&gt;*Validate the entered value &lt;BR /&gt;*If OK increase curosr value by 1 and Set the Cursor to next line. &lt;BR /&gt; gv_lin = gv_lin + 1. &lt;BR /&gt;SET CURSOR FIELD 'WA_SOL-PRODUCT' LINE gv_lin. " VEKP_VENUM is table control field name &lt;BR /&gt;*Else &lt;BR /&gt;*Display an Error message &lt;BR /&gt; ENDIF. &lt;BR /&gt;ENDMODULE.&lt;BR /&gt;MODULE next_line INPUT.DATA: l_ok TYPE sy-ucomm. &lt;BR /&gt; IF ok_code = 'ENTER'. &lt;BR /&gt;*gv_lin = gv_lin + 1. &lt;BR /&gt;SET CURSOR FIELD 'WA_SOL-PRODUCT' LINE gv_lin. " VEKP_VENUM is table control field name &lt;BR /&gt;*Validate the entered value &lt;BR /&gt;*If OK increase curosr value by 1 and Set the Cursor to next line. &lt;BR /&gt;*Else &lt;BR /&gt;*Display an Error message &lt;BR /&gt; ENDIF. &lt;BR /&gt;ENDMODULE.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Sep 2023 12:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-cursor-position-issue/m-p/12785738#M2024045</guid>
      <dc:creator>161199</dc:creator>
      <dc:date>2023-09-21T12:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: modulepool cursor position issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-cursor-position-issue/m-p/12785739#M2024046</link>
      <description>&lt;P&gt;Please use a correct tag such as &lt;A href="https://answers.sap.com/tags/833755570260738661924709785639136" target=""&gt;ABAP Development&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 12:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-cursor-position-issue/m-p/12785739#M2024046</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-09-21T12:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: modulepool cursor position issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-cursor-position-issue/m-p/12785740#M2024047</link>
      <description>&lt;P&gt;Look at SAP provided samples in &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/abentable_control_abexas.htm"&gt;online help&lt;/A&gt; or reports such as DEMO_DYNPRO_TABCONT_LOOP or search forum (FAQ).&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 12:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-cursor-position-issue/m-p/12785740#M2024047</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-09-21T12:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: modulepool cursor position issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-cursor-position-issue/m-p/12785741#M2024048</link>
      <description>&lt;P&gt;SET CURSOR is the correct way to position cursor. Based on your current input, impossible to help you more, sorry, please clarify.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 08:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-cursor-position-issue/m-p/12785741#M2024048</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-09-22T08:41:12Z</dc:date>
    </item>
  </channel>
</rss>

