<?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: Abap Page Down Error in C201 tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-page-down-error-in-c201-tcode/m-p/9580912#M1756430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is therre any one who knows exactly about Page Down Error in BDC for tcode : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Page Down Scenario : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Dev Server : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;In case of Recipe BDC :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;First it will take 10 records , then by entering page down it will show next 9 records with last 10 th record&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;This is working properly in case of any no of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;In Quality server :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;first 10 records it is taking perfectly , up to 12 th record it's coming perfectly , at 13th record , if I press page down , its going to first record (row no : 1.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;regarding this I'm checking in System configuration also ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Lokesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jul 2013 08:06:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-25T08:06:26Z</dc:date>
    <item>
      <title>Abap Page Down Error in C201 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-page-down-error-in-c201-tcode/m-p/9580909#M1756427</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 have a problem with page down .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the scenario is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at a time it will show 10 records..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After 10 th record i'm pressing =P+ ok code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but whenever i'm pressing page down it's going to first record and some times the cursor going to 12th record .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Suggest exact solution...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 05:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-page-down-error-in-c201-tcode/m-p/9580909#M1756427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-24T05:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Abap Page Down Error in C201 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-page-down-error-in-c201-tcode/m-p/9580910#M1756428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose you have done a BDC recording and the error is relevant to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the table control looks on the screen depends on the screen resolution. To make it independent of that, the below code is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_ctu_params type ctu_params &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_ctu_params-dismode = 'N'.&lt;/P&gt;&lt;P&gt;i_ctu_params-nobinpt = 'X'.&lt;/P&gt;&lt;P&gt;i_ctu_params-defsize = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'C201' USING BDCTAB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPTIONS FROM I_CTU_PARAMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the Insert Button in the below tab will always put the cursor on the first row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the values in the first row only no need for a page down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 06:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-page-down-error-in-c201-tcode/m-p/9580910#M1756428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-24T06:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Abap Page Down Error in C201 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-page-down-error-in-c201-tcode/m-p/9580911#M1756429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it problem of configuration ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working properly in Dev server and differently in Quality server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 07:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-page-down-error-in-c201-tcode/m-p/9580911#M1756429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-25T07:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Abap Page Down Error in C201 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-page-down-error-in-c201-tcode/m-p/9580912#M1756430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is therre any one who knows exactly about Page Down Error in BDC for tcode : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Page Down Scenario : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Dev Server : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;In case of Recipe BDC :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;First it will take 10 records , then by entering page down it will show next 9 records with last 10 th record&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;This is working properly in case of any no of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;In Quality server :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;first 10 records it is taking perfectly , up to 12 th record it's coming perfectly , at 13th record , if I press page down , its going to first record (row no : 1.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;regarding this I'm checking in System configuration also ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Lokesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 08:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-page-down-error-in-c201-tcode/m-p/9580912#M1756430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-25T08:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Abap Page Down Error in C201 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-page-down-error-in-c201-tcode/m-p/9580913#M1756431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mohammed ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stil Im facing this Issue ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Pls Suggest ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here upto now im trying with P+ Button after 10 Records,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other solution ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 12:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-page-down-error-in-c201-tcode/m-p/9580913#M1756431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-30T12:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Abap Page Down Error in C201 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-page-down-error-in-c201-tcode/m-p/9580914#M1756432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try using the insert button after entering the record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use the insert button above the table control it will put the cursor on the first row always.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Aug 2013 18:57:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-page-down-error-in-c201-tcode/m-p/9580914#M1756432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-31T18:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Abap Page Down Error in C201 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-page-down-error-in-c201-tcode/m-p/9580915#M1756433</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;&lt;/P&gt;&lt;P&gt;Tqs for ur valuable Suggestion ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I fixed this Issue my self , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Lokesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 11:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-page-down-error-in-c201-tcode/m-p/9580915#M1756433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-03T11:19:58Z</dc:date>
    </item>
  </channel>
</rss>

