<?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: to insert the values into select-option using BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-insert-the-values-into-select-option-using-bdc/m-p/2392462#M532161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well if you do not want to use "Submit" and insist on using BDC, I think folloiwng might help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the select option input screen there is a button for 'Insert Line'. I think you should use this button instead of inserting data in batches of 8. The function code for 'Insert Line' button is &lt;/P&gt;&lt;P&gt;Program : SAPLALDB&lt;/P&gt;&lt;P&gt;Function : LINS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will insert the line above the current line. So you can insert records one by one, calling insert line function function after each record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2007 06:27:09 GMT</pubDate>
    <dc:creator>Rashid_Javed</dc:creator>
    <dc:date>2007-06-11T06:27:09Z</dc:date>
    <item>
      <title>to insert the values into select-option using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-insert-the-values-into-select-option-using-bdc/m-p/2392459#M532158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;     I created a BDC , in that one of the field datas  have to be given in           select-options screen, obviously in  the selection-option  u can insert upto  8 rows  for inserting more values u will scroll down and insert the values , what I need was how to scroll down and insert the rest of the values into the select-options using BDC, First 8 datas are  inserted properly, the other values above 8 couldn't be inserted.I need help immediately &lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;Janani.s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 04:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-insert-the-values-into-select-option-using-bdc/m-p/2392459#M532158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T04:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: to insert the values into select-option using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-insert-the-values-into-select-option-using-bdc/m-p/2392460#M532159</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;Can you use SUBMIT to execute the report instead of BDC..Then use the WITH option to pass multiple values to the select-options..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES: R_MATNR FOR MARA-MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**YOu can pass multiple values to the ranges internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT ZREPORT WITH SO_MATNR IN R_MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 05:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-insert-the-values-into-select-option-using-bdc/m-p/2392460#M532159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T05:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: to insert the values into select-option using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-insert-the-values-into-select-option-using-bdc/m-p/2392461#M532160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren ,&lt;/P&gt;&lt;P&gt;      No I don't want to use submit I want this problem to be solved through BDC&lt;/P&gt;&lt;P&gt;are u having any Idea about this&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;janani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 06:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-insert-the-values-into-select-option-using-bdc/m-p/2392461#M532160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T06:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: to insert the values into select-option using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-insert-the-values-into-select-option-using-bdc/m-p/2392462#M532161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well if you do not want to use "Submit" and insist on using BDC, I think folloiwng might help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the select option input screen there is a button for 'Insert Line'. I think you should use this button instead of inserting data in batches of 8. The function code for 'Insert Line' button is &lt;/P&gt;&lt;P&gt;Program : SAPLALDB&lt;/P&gt;&lt;P&gt;Function : LINS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will insert the line above the current line. So you can insert records one by one, calling insert line function function after each record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 06:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-insert-the-values-into-select-option-using-bdc/m-p/2392462#M532161</guid>
      <dc:creator>Rashid_Javed</dc:creator>
      <dc:date>2007-06-11T06:27:09Z</dc:date>
    </item>
  </channel>
</rss>

