<?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: select-options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1762773#M330010</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;Initilization block use the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;s_pygrp--sign   = c_i.
s_pygrp--option = c_eq.
s_pygrp-low    = 'VALUE'.
append s_pygrp.

s_pygrp--sign   = c_i.
s_pygrp--option = c_eq.
s_pygrp-low    = 'VALUE1'.
append s_pygrp.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupal Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Dec 2006 09:37:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-06T09:37:48Z</dc:date>
    <item>
      <title>select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1762769#M330006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my select-options ---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options s_pygrp for dfkkop-pfgrp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to give default values for first two low value fields in multiple selection through coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points will be rewarded for helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;pankaj singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 09:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1762769#M330006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T09:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1762770#M330007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;INITIALIZATION.

s_pygrp-sign = 'I'.
s_pygrp-option = 'EQ'.
s_pygrp-low = '1234'.
s_pygrp-high = ' '.
append s_pygrp.
clear s_pygrp.

s_pygrp-sign = 'I'.
s_pygrp-option = 'EQ'.
s_pygrp-low = '5678'.
s_pygrp-high = ' '.
append s_pygrp.
clear s_pygrp.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        chandrasekhar jagarlamudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 09:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1762770#M330007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T09:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1762771#M330008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;s_pygrp-low = &amp;lt;defualt value 1&amp;gt;.&lt;/P&gt;&lt;P&gt;s_pygrp-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_pygrp-option = 'EQ'.&lt;/P&gt;&lt;P&gt;append s_pygrp.&lt;/P&gt;&lt;P&gt;clear s_pygrp.&lt;/P&gt;&lt;P&gt;s_pygrp-low = &amp;lt;defualt value 2&amp;gt;.&lt;/P&gt;&lt;P&gt;s_pygrp-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_pygrp-option = 'EQ'.&lt;/P&gt;&lt;P&gt;append s_pygrp.&lt;/P&gt;&lt;P&gt;clear s_pygrp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 09:35:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1762771#M330008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T09:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1762772#M330009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pankaj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can do that in Initialization event:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select-options s_pygrp for dfkkop-pfgrp.

initialization.
  s_pygrp-sign = 'I'.
  s_pygrp-option = 'EQ'.

  s_pygrp-low = 'First Value'.
  append s_pygrp.

  s_pygrp-low = 'Second Value'.
  append s_pygrp.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 09:35:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1762772#M330009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T09:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1762773#M330010</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;Initilization block use the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;s_pygrp--sign   = c_i.
s_pygrp--option = c_eq.
s_pygrp-low    = 'VALUE'.
append s_pygrp.

s_pygrp--sign   = c_i.
s_pygrp--option = c_eq.
s_pygrp-low    = 'VALUE1'.
append s_pygrp.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupal Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 09:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1762773#M330010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T09:37:48Z</dc:date>
    </item>
  </channel>
</rss>

