<?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: Selection-options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-options/m-p/4153849#M993199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kuldeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sfictr is the parameter, want to change that one as select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whrere i need to change the development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fundcenter contain table is FMFCTR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NOT sfictr-low IS INITIAL.&lt;/P&gt;&lt;P&gt;IF sub = ' '. " No subordinates&lt;/P&gt;&lt;P&gt;i_fcsel-sign = 'I'.&lt;/P&gt;&lt;P&gt;i_fcsel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;i_fcsel-low = sfictr-low.&lt;/P&gt;&lt;P&gt;APPEND i_fcsel.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'Z_HR_GET_FUND_CENTERS'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;z_fund_center = sfictr-low&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;z_fundctrs = i_fcsel&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;fund_center_not_valid = 1&lt;/P&gt;&lt;P&gt;other_error = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;P&gt;IF sy-subrc 0.&lt;/P&gt;&lt;P&gt;i_fcsel-sign = 'I'. i_fcsel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;i_fcsel-low = sfictr-low.&lt;/P&gt;&lt;P&gt;APPEND i_fcsel.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&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;Sai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2008 13:30:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-22T13:30:08Z</dc:date>
    <item>
      <title>Selection-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-options/m-p/4153843#M993193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guy's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me, want to change the parameter into select-options (fund center-fictr). actual code is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whrere i need to change the development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fundcenter contain table is FMFCTR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF NOT sfictr-low IS INITIAL.&lt;/P&gt;&lt;P&gt;    IF sub = ' '.                      " No subordinates&lt;/P&gt;&lt;P&gt;      i_fcsel-sign = 'I'.&lt;/P&gt;&lt;P&gt;      i_fcsel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;      i_fcsel-low = sfictr-low.&lt;/P&gt;&lt;P&gt;      APPEND i_fcsel.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'Z_HR_GET_FUND_CENTERS'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          z_fund_center         = sfictr-low&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          z_fundctrs            = i_fcsel&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          fund_center_not_valid = 1&lt;/P&gt;&lt;P&gt;          other_error           = 2&lt;/P&gt;&lt;P&gt;          OTHERS                = 3.&lt;/P&gt;&lt;P&gt;      IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;        i_fcsel-sign = 'I'.  i_fcsel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;        i_fcsel-low = sfictr-low.&lt;/P&gt;&lt;P&gt;        APPEND i_fcsel.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&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;Sai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 10:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-options/m-p/4153843#M993193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T10:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-options/m-p/4153844#M993194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think in this code u used select-options only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 10:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-options/m-p/4153844#M993194</guid>
      <dc:creator>former_member125931</dc:creator>
      <dc:date>2008-07-22T10:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-options/m-p/4153845#M993195</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;covert your parameter into select-option as bellow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options:&lt;/P&gt;&lt;P&gt; (Varname) for (typename)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the link for example code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.niraj.tripod.com/id33.html" target="test_blank"&gt;http://sap.niraj.tripod.com/id33.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 10:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-options/m-p/4153845#M993195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T10:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-options/m-p/4153846#M993196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NOT &lt;STRONG&gt;sfictr-low&lt;/STRONG&gt; IS INITIAL.&lt;/P&gt;&lt;P&gt;IF sub = ' '. " No subordinates&lt;/P&gt;&lt;P&gt;i_fcsel-sign = 'I'.&lt;/P&gt;&lt;P&gt;i_fcsel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;i_fcsel-low = &lt;STRONG&gt;sfictr-low&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;APPEND i_fcsel.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'Z_HR_GET_FUND_CENTERS'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;z_fund_center = &lt;STRONG&gt;sfictr-low&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;z_fundctrs = i_fcsel&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;fund_center_not_valid = 1&lt;/P&gt;&lt;P&gt;other_error = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;P&gt;IF sy-subrc 0.&lt;/P&gt;&lt;P&gt;i_fcsel-sign = 'I'. i_fcsel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;i_fcsel-low = &lt;STRONG&gt;sfictr-low&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;APPEND i_fcsel.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You already used select-options for fundcenter i.e. sfictr&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am wrong then please explain your question with the sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;CoolDeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 10:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-options/m-p/4153846#M993196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T10:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-options/m-p/4153847#M993197</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;IF NOT sfictr-low IS INITIAL.&lt;/P&gt;&lt;P&gt;IF sub = ' '. " No subordinates &lt;/P&gt;&lt;P&gt;select-options i_fcsel for 'specify type'.&lt;/P&gt;&lt;P&gt;w_temp =  i_fcsel-low .&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'Z_HR_GET_FUND_CENTERS'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;z_fund_center = w_temp&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;z_fundctrs = i_fcsel&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;fund_center_not_valid = 1&lt;/P&gt;&lt;P&gt;other_error = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;P&gt;IF sy-subrc 0.&lt;/P&gt;&lt;P&gt;select-options i_fcsel for 'specify type'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 10:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-options/m-p/4153847#M993197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T10:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-options/m-p/4153848#M993198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to change the fm &lt;STRONG&gt;Z_HR_GET_FUND_CENTERS&lt;/STRONG&gt; with table parameter sfictr as select options or range table as output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amitava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 10:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-options/m-p/4153848#M993198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T10:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-options/m-p/4153849#M993199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kuldeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sfictr is the parameter, want to change that one as select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whrere i need to change the development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fundcenter contain table is FMFCTR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NOT sfictr-low IS INITIAL.&lt;/P&gt;&lt;P&gt;IF sub = ' '. " No subordinates&lt;/P&gt;&lt;P&gt;i_fcsel-sign = 'I'.&lt;/P&gt;&lt;P&gt;i_fcsel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;i_fcsel-low = sfictr-low.&lt;/P&gt;&lt;P&gt;APPEND i_fcsel.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'Z_HR_GET_FUND_CENTERS'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;z_fund_center = sfictr-low&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;z_fundctrs = i_fcsel&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;fund_center_not_valid = 1&lt;/P&gt;&lt;P&gt;other_error = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;P&gt;IF sy-subrc 0.&lt;/P&gt;&lt;P&gt;i_fcsel-sign = 'I'. i_fcsel-option = 'EQ'.&lt;/P&gt;&lt;P&gt;i_fcsel-low = sfictr-low.&lt;/P&gt;&lt;P&gt;APPEND i_fcsel.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&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;Sai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 13:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-options/m-p/4153849#M993199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T13:30:08Z</dc:date>
    </item>
  </channel>
</rss>

