<?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: Batch Input and Select Option in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-select-option/m-p/4501055#M1065014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SALHI AMAL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can do this. But its a lengthy process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to record by giving multiple selection values and do some changes in that code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number of rows in that 'Multiple Selection' dialog is 8 and it is constant, i.e. it won't vary with monitor or screen size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my testing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  
  perform bdc_dynpro      using 'SAPLALDB' '3000'.
  perform bdc_field       using 'BDC_OKCODE'
                                '=ACPT'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code to just to fill values in 'SELECT SINGLE VALUES' tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i want to fill more than 8 values, the following code will do that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
      perform bdc_dynpro      using 'SAPLALDB' '3000'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=P+'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this, you have to determine, how many times, we have to press 'PAGE DOWN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This all regards one tab in that dialog. Still there are 3 dialogs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.Nagarajan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2008 07:34:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-25T07:34:07Z</dc:date>
    <item>
      <title>Batch Input and Select Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-select-option/m-p/4501052#M1065011</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;Please, i have one issue. &lt;/P&gt;&lt;P&gt;I want to do one Batch Input for one standard transaction. In this transaction, exist one select-option and i fill more values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I generate the SDHB but i have problema with the select-option. How i can simulate enter value in the Select option by code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 06:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-select-option/m-p/4501052#M1065011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T06:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input and Select Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-select-option/m-p/4501053#M1065012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a variant for that purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if there some problem with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 06:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-select-option/m-p/4501053#M1065012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T06:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input and Select Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-select-option/m-p/4501054#M1065013</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 message a bit clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 06:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-select-option/m-p/4501054#M1065013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T06:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input and Select Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-select-option/m-p/4501055#M1065014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SALHI AMAL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can do this. But its a lengthy process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to record by giving multiple selection values and do some changes in that code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number of rows in that 'Multiple Selection' dialog is 8 and it is constant, i.e. it won't vary with monitor or screen size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my testing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  
  perform bdc_dynpro      using 'SAPLALDB' '3000'.
  perform bdc_field       using 'BDC_OKCODE'
                                '=ACPT'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code to just to fill values in 'SELECT SINGLE VALUES' tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i want to fill more than 8 values, the following code will do that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
      perform bdc_dynpro      using 'SAPLALDB' '3000'.
      perform bdc_field       using 'BDC_OKCODE'
                                    '=P+'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this, you have to determine, how many times, we have to press 'PAGE DOWN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This all regards one tab in that dialog. Still there are 3 dialogs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.Nagarajan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 07:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-select-option/m-p/4501055#M1065014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T07:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input and Select Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-select-option/m-p/4501056#M1065015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nagarajan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very very much. You have resolved my problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Amal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 10:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-and-select-option/m-p/4501056#M1065015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T10:33:07Z</dc:date>
    </item>
  </channel>
</rss>

