<?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 BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963365#M395829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FEBMKA-KWBTR(15),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is table control field, (15) means 15th row in a table control. check ur program&lt;/P&gt;&lt;P&gt;to handle table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Feb 2007 10:02:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-19T10:02:28Z</dc:date>
    <item>
      <title>Regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963364#M395828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am facing a problem in BDC. I am not sure about OK_Code funda used here, as I am just modifying the program;  I dont know why OK_CODE '&amp;lt;b&amp;gt;=P+&amp;lt;/b&amp;gt;' is used here.&lt;/P&gt;&lt;P&gt;Error while running the BDC is: &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Field FEBMKA-KWBTR(15) is not an input field&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field is of length 13 in the mentioned table but in the program has been &lt;/P&gt;&lt;P&gt;assigned length 15 as it was needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 09:59:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963364#M395828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T09:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963365#M395829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FEBMKA-KWBTR(15),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is table control field, (15) means 15th row in a table control. check ur program&lt;/P&gt;&lt;P&gt;to handle table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 10:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963365#M395829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T10:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963366#M395830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK_CODE is your sy-ucomm if u go to any screen program - attributes u will find thhe element list last variable as OK_CODE, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FEBMKA-KWBTR(15) its not pointing to the lenght but to the no of rows in the table control, it should be that there are 14 rows in the TC and you are trying to pouplate the 15 the row,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=P+ is the OK_CODE for page down, see by all screen 'A' mode to see if your =P+ is working or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 10:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963366#M395830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T10:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963367#M395831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;P+ means page down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding &amp;lt;b&amp;gt;Field FEBMKA-KWBTR(15) is not an input field&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me the tcode for which u are creating a BDC. and whether u have used recording method to create program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because it seems that the field which u are using in ur program does not exists in that screen or that field is display only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 10:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963367#M395831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T10:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963368#M395832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After you assign the OK code you need to specify the screen again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 10:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963368#M395832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T10:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963369#M395833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The T/Code used here is FF67 of FI module.&lt;/P&gt;&lt;P&gt;In a screen there (named DISPLAY MANUAL BANK STATEMENT) there is a field &lt;/P&gt;&lt;P&gt;called Amount (FEBMKA-KWBTR) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Till now no error was detected as the no. of rows did not exceed,&lt;/P&gt;&lt;P&gt;now that it has exceeded the length of the screen, this error is flashing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Amit Srivastava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 11:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963369#M395833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T11:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963370#M395834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;got ur problem..&lt;/P&gt;&lt;P&gt;Earlier there were lesser no of rows in the input file&lt;/P&gt;&lt;P&gt;may be similar or lesser  in number than the fields visible in the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution:...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose the no of rows visible in the screen are 14,&lt;/P&gt;&lt;P&gt;then u have to take a variable and after every 14th entry u shud call p+ (page down) and for the fifteenth entry the screen field name will be &lt;/P&gt;&lt;P&gt;FEBMKA-KWBTR(01) again.so u shud generate the screen field FEBMKA-KWBTR at run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie&lt;/P&gt;&lt;P&gt;var1 = 'FEBMKA-KWBTR('&lt;/P&gt;&lt;P&gt;var2 = variable (1 to 14)&lt;/P&gt;&lt;P&gt;var3 = ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and concatenate var1 var2 var3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 10:48:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963370#M395834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T10:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963371#M395835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 11:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1963371#M395835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T11:38:32Z</dc:date>
    </item>
  </channel>
</rss>

