<?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: F110 - BDC ERROR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-bdc-error/m-p/3397012#M815692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Per my understand when the program is changing the 4th record in the table control then the transaction is not finding the field. Because 4th and 5 th records  are displayed after scrolling down. How do I handle this records? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;perform bdc_field       using 'F110V-NEDAT(04)' w_nedat2.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;perform bdc_field       using 'F110V-NEDAT(05)' w_nedat2. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Saya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2008 11:43:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-18T11:43:14Z</dc:date>
    <item>
      <title>F110 - BDC ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-bdc-error/m-p/3397010#M815690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Tcode - F110, when we submit Run Date and Identification, the templete pop-ups in the Parameter Tab. &lt;/P&gt;&lt;P&gt;I've reqirement to change all the values of &lt;/P&gt;&lt;P&gt;Next payment date (Next/p Date) field (based on selection perameter) in the Table Control under the Tab- Parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed the BDC program by recording the transaction F110. This program is changeing the first 3 line items and after that it is throughing an error 'screen does not find the filed' (Below is the program). Please help me in correcting this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Saya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------" /&gt;&lt;P&gt;perform bdc_dynpro   using 'ZSAPF110V' '0200'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR' 'F110V-LAUFI'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'  '=PABE'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F110V-LAUFD'  w_laufd.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F110V-LAUFI'     w_laufi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; End of screen 1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'ZSAPF110V' '0200'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE' '=CP'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR' 'F110C-BUDAT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F110C-BUDAT'  w_laufd.     &lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F110C-GRDAT'  w_nedat.        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; End of screen 2.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'ZSAPF110V' '1108'. &lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR' 'F110V-COPYD'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE' '=GO'.&lt;/P&gt;&lt;P&gt;perform bdc_field      using 'F110VCOPYD'  w_prdat.    &lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F110V-COPYI'  w_laufi.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F110V-XFKTV'  c_mark.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; End of screen 3.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;perform bdc_dynpro      using 'ZSAPF110V' '0200'.  &lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'  '=STA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR' 'F110C-BUDAT'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F110C-BUDAT'  w_laufd.     &lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F110C-GRDAT'  w_nedat.       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F110V-NEDAT(01)'  w_nedat2.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F110V-NEDAT(02)' w_nedat2.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F110V-NEDAT(03)' w_nedat2.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F110V-NEDAT(04)' w_nedat2.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F110V-NEDAT(05)' w_nedat2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; End of screen 4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLSPO1'  '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE' '=YES'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; End of screen 5.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;perform bdc_dynpro   using 'ZSAPF110V' '0200'. &lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR' 'F110V-LAUFD'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'  '=VOEX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro   using 'ZSAPF110V' '1106'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR' 'F110V-XSTRF'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'  '=EP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'F110V-XSTRF' c_mark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction c_trans using t_bdcdata mode 'N' update 'S' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 11:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-bdc-error/m-p/3397010#M815690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T11:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - BDC ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-bdc-error/m-p/3397011#M815691</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;Execute your call transaction in mode E and it will stop where the error occurs. This could give you some more information about what exactly is wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 11:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-bdc-error/m-p/3397011#M815691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T11:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - BDC ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-bdc-error/m-p/3397012#M815692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Per my understand when the program is changing the 4th record in the table control then the transaction is not finding the field. Because 4th and 5 th records  are displayed after scrolling down. How do I handle this records? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;perform bdc_field       using 'F110V-NEDAT(04)' w_nedat2.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;perform bdc_field       using 'F110V-NEDAT(05)' w_nedat2. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Saya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 11:43:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-bdc-error/m-p/3397012#M815692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T11:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - BDC ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-bdc-error/m-p/3397013#M815693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should program that scrolling in your BDC.&lt;/P&gt;&lt;P&gt;Page down = bdc_okcode  P+&lt;/P&gt;&lt;P&gt;( or even better - if available -  a menu option "go to -&amp;gt; item" )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 12:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-bdc-error/m-p/3397013#M815693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T12:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - BDC ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-bdc-error/m-p/3397014#M815694</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;Is there any way to get number of entries in the table control in my BDC program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Saya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 06:13:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-bdc-error/m-p/3397014#M815694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T06:13:30Z</dc:date>
    </item>
  </channel>
</rss>

