<?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: Passing Range values to 'Select Ranges'  using BDC data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-range-values-to-select-ranges-using-bdc-data/m-p/6967744#M1490819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - I think that's the correct way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 May 2010 19:31:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-27T19:31:38Z</dc:date>
    <item>
      <title>Passing Range values to 'Select Ranges'  using BDC data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-range-values-to-select-ranges-using-bdc-data/m-p/6967739#M1490814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    I"m trying to pass multiple range values through a BDC (KOL1). The problem is that the screen in which you put your values only has 8 places for the values and recreates the screen when you scroll down. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      PERFORM bdc_dynpro USING 'SAPLALDB'  '3000'.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field  USING 'BDC_OKCODE' '=LINS'.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field  USING 'BDC_SUBSCR' 'SAPLALDB                                3020SCREEN_HEADER'.&lt;/P&gt;&lt;P&gt;      PERFORM bdc_field  USING 'BDC_CURSOR' 'RSCSEL-ILOW_I(01)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSCSEL-ILOW_I(01)&lt;/P&gt;&lt;P&gt;RSCSEL-ILOW_I(02)&lt;/P&gt;&lt;P&gt;RSCSEL-ILOW_I(03)&lt;/P&gt;&lt;P&gt;RSCSEL-ILOW_I(04)&lt;/P&gt;&lt;P&gt;RSCSEL-ILOW_I(05)&lt;/P&gt;&lt;P&gt;RSCSEL-ILOW_I(06)&lt;/P&gt;&lt;P&gt;RSCSEL-ILOW_I(07)&lt;/P&gt;&lt;P&gt;RSCSEL-ILOW_I(08)&lt;/P&gt;&lt;P&gt;RSCSEL-IHIGH_I(01)&lt;/P&gt;&lt;P&gt;RSCSEL-IHIGH_I(02)&lt;/P&gt;&lt;P&gt;RSCSEL-IHIGH_I(03)&lt;/P&gt;&lt;P&gt;RSCSEL-IHIGH_I(04)&lt;/P&gt;&lt;P&gt;RSCSEL-IHIGH_I(05)&lt;/P&gt;&lt;P&gt;RSCSEL-IHIGH_I(06)&lt;/P&gt;&lt;P&gt;RSCSEL-IHIGH_I(07)&lt;/P&gt;&lt;P&gt;RSCSEL-IHIGH_I(08)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas of how to pass more than 8 values in through this BDC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 19:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-range-values-to-select-ranges-using-bdc-data/m-p/6967739#M1490814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T19:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Range values to 'Select Ranges'  using BDC data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-range-values-to-select-ranges-using-bdc-data/m-p/6967740#M1490815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="green" __jive_macro_name="color"&gt;Moderator message - Welcome to SCN.

This is a report transaction and not suitable for batch input. I think you need to develop your own logic for selecting the orders.

Rob&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 19:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-range-values-to-select-ranges-using-bdc-data/m-p/6967740#M1490815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T19:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Range values to 'Select Ranges'  using BDC data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-range-values-to-select-ranges-using-bdc-data/m-p/6967741#M1490816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for the response Rob. I understand what you're saying. My issue is that after this report is generated It's got a button on it's display that I must push and then input some data in a popup window. So, Is there a way I can use 'Submit' for the report section and then automate actions after the report is displayed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 19:24:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-range-values-to-select-ranges-using-bdc-data/m-p/6967741#M1490816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T19:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Range values to 'Select Ranges'  using BDC data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-range-values-to-select-ranges-using-bdc-data/m-p/6967742#M1490817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which button: edit or generate group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 19:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-range-values-to-select-ranges-using-bdc-data/m-p/6967742#M1490817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T19:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Range values to 'Select Ranges'  using BDC data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-range-values-to-select-ranges-using-bdc-data/m-p/6967743#M1490818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right. I will go about getting the report data another way and then generate the groups manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 19:30:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-range-values-to-select-ranges-using-bdc-data/m-p/6967743#M1490818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T19:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Range values to 'Select Ranges'  using BDC data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-range-values-to-select-ranges-using-bdc-data/m-p/6967744#M1490819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - I think that's the correct way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 19:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-range-values-to-select-ranges-using-bdc-data/m-p/6967744#M1490819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T19:31:38Z</dc:date>
    </item>
  </channel>
</rss>

