<?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: Filling selection extension using bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-selection-extension-using-bdc/m-p/1009621#M78575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;During BDC the line item will work like no of lines visible...&lt;/P&gt;&lt;P&gt;actual line item  | table controls lines&lt;/P&gt;&lt;P&gt;10 | 1&lt;/P&gt;&lt;P&gt;20 | 2&lt;/P&gt;&lt;P&gt;30 | 3&lt;/P&gt;&lt;P&gt;30 | 4&lt;/P&gt;&lt;P&gt;50 | 5&lt;/P&gt;&lt;P&gt;60 | 6&lt;/P&gt;&lt;P&gt;70 | 7&lt;/P&gt;&lt;P&gt;80 | 8&lt;/P&gt;&lt;P&gt;here insert on page down ok-code &lt;/P&gt;&lt;P&gt;90 | 1&lt;/P&gt;&lt;P&gt;100 | 2&lt;/P&gt;&lt;P&gt;110 | 3&lt;/P&gt;&lt;P&gt;120 | 4&lt;/P&gt;&lt;P&gt;130 | 5&lt;/P&gt;&lt;P&gt;140 | 6&lt;/P&gt;&lt;P&gt;150 | 7&lt;/P&gt;&lt;P&gt;160 | 8&lt;/P&gt;&lt;P&gt;here insert on page down ok-code &lt;/P&gt;&lt;P&gt;170 | 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while coding we hv to do code for table control line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;P&gt;gv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2005 06:56:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-29T06:56:27Z</dc:date>
    <item>
      <title>Filling selection extension using bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-selection-extension-using-bdc/m-p/1009620#M78574</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;&lt;/P&gt;&lt;P&gt;I'm trying to call a transaction with a big number (&amp;gt;8) of selection-entries.&lt;/P&gt;&lt;P&gt;To do this I'm trying to fill a bdcdata table, somewhat like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;m_bdc:
  'SAPMM08N' '0100' 'X' 'BDC_OKCODE' '%001',
  'SAPLALDB' '3000' 'X' 'BDC_OKCODE' 'ACPT',
  'SAPLALDB' '3000' ' ' 'RSCSEL-SLOW_I(01)' '9100376753',
  'SAPLALDB' '3000' ' ' 'RSCSEL-SLOW_I(02)' '9100376754',
  'SAPLALDB' '3000' ' ' 'RSCSEL-SLOW_I(03)' '9100376755',
  'SAPLALDB' '3000' ' ' 'RSCSEL-SLOW_I(04)' '9100376756',
  'SAPLALDB' '3000' ' ' 'RSCSEL-SLOW_I(05)' '9100376757',
  'SAPLALDB' '3000' ' ' 'RSCSEL-SLOW_I(06)' '9100376758',
  'SAPLALDB' '3000' ' ' 'RSCSEL-SLOW_I(07)' '9100376759',
  'SAPLALDB' '3000' ' ' 'RSCSEL-SLOW_I(08)' '9100376714',
  'SAPLALDB' '3000' ' ' 'BDC_CURSOR' 'RSCSEL-SLOW_I(01)',
  'SAPLALDB' '3000' ' ' 'BDC_OKCODE' 'LINS',
  'SAPLALDB' '3000' ' ' 'RSCSEL-SLOW_I(09)' '9100376524',
  'SAPLALDB' '3000' ' ' 'BDC_OKCODE' 'ACPT'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is that the SAP tries to fill the field RSCSEL-SLOW_I(09) before executing the LINS okcode. This leads to a "not ready for input" error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to force the execution of the okcode LINS, before fillig other fields? Or, is there an alternative to add a selection table of more than 9 lines to transaction call (the SUBMIT alternative won't work since the called program is a modulepool...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards from a sunny Holland,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B E R T&lt;/P&gt;&lt;P&gt;PS. TCode is MIR6 (SAP Retail)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2005 06:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filling-selection-extension-using-bdc/m-p/1009620#M78574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-29T06:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filling selection extension using bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-selection-extension-using-bdc/m-p/1009621#M78575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;During BDC the line item will work like no of lines visible...&lt;/P&gt;&lt;P&gt;actual line item  | table controls lines&lt;/P&gt;&lt;P&gt;10 | 1&lt;/P&gt;&lt;P&gt;20 | 2&lt;/P&gt;&lt;P&gt;30 | 3&lt;/P&gt;&lt;P&gt;30 | 4&lt;/P&gt;&lt;P&gt;50 | 5&lt;/P&gt;&lt;P&gt;60 | 6&lt;/P&gt;&lt;P&gt;70 | 7&lt;/P&gt;&lt;P&gt;80 | 8&lt;/P&gt;&lt;P&gt;here insert on page down ok-code &lt;/P&gt;&lt;P&gt;90 | 1&lt;/P&gt;&lt;P&gt;100 | 2&lt;/P&gt;&lt;P&gt;110 | 3&lt;/P&gt;&lt;P&gt;120 | 4&lt;/P&gt;&lt;P&gt;130 | 5&lt;/P&gt;&lt;P&gt;140 | 6&lt;/P&gt;&lt;P&gt;150 | 7&lt;/P&gt;&lt;P&gt;160 | 8&lt;/P&gt;&lt;P&gt;here insert on page down ok-code &lt;/P&gt;&lt;P&gt;170 | 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while coding we hv to do code for table control line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;P&gt;gv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2005 06:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filling-selection-extension-using-bdc/m-p/1009621#M78575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-29T06:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filling selection extension using bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filling-selection-extension-using-bdc/m-p/1009622#M78576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After '08' line when you enter 'newline' ok-code, you will have to refresh the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2005 07:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filling-selection-extension-using-bdc/m-p/1009622#M78576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-29T07:57:01Z</dc:date>
    </item>
  </channel>
</rss>

