<?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: Re : select-options in abap objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-select-options-in-abap-objects/m-p/3832015#M921480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;You can declare the select-option globally in oops simplly like&lt;/P&gt;&lt;P&gt;you did in procedural method &lt;/P&gt;&lt;P&gt;exp: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-option : s_carr type sflight-carr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anomitro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 May 2008 13:35:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-13T13:35:22Z</dc:date>
    <item>
      <title>Re : select-options in abap objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-select-options-in-abap-objects/m-p/3832012#M921477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to give select-options in abap-objects program. How to give that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 10:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-select-options-in-abap-objects/m-p/3832012#M921477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T10:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re : select-options in abap objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-select-options-in-abap-objects/m-p/3832013#M921478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT-OPTIONS so_kunnr FOR  bsid-kunnr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 10:54:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-select-options-in-abap-objects/m-p/3832013#M921478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T10:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re : select-options in abap objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-select-options-in-abap-objects/m-p/3832014#M921479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's common mix ABAP Procedural with ABAP Objects in the same program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use the same way used in ABAP procedural program as Marco Cerdelli sad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But inside ABAP OBJECTS classes you can't use is these statement type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Don't forget to close this thread and all yours previous when your question be answered ! In case of doubt read the [rules of engagement|https://forums.sdn.sap.com/]&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcelo Ramos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 13:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-select-options-in-abap-objects/m-p/3832014#M921479</guid>
      <dc:creator>marcelo_ramos1</dc:creator>
      <dc:date>2008-05-13T13:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re : select-options in abap objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-select-options-in-abap-objects/m-p/3832015#M921480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;You can declare the select-option globally in oops simplly like&lt;/P&gt;&lt;P&gt;you did in procedural method &lt;/P&gt;&lt;P&gt;exp: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-option : s_carr type sflight-carr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anomitro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 13:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-select-options-in-abap-objects/m-p/3832015#M921480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T13:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Re : select-options in abap objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-select-options-in-abap-objects/m-p/3832016#M921481</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;I am guessing that from within the object code you want to present selection options to the user and then continue processing based on these inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way I know of doing this is to separately design selection screen in a "regular" ABAP program and then call that program via a SUBMIT statement to present the screen to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives you those nice selection range features. The called program can also handle screen and input validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Walter Pointner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 17:56:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-select-options-in-abap-objects/m-p/3832016#M921481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T17:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re : select-options in abap objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-select-options-in-abap-objects/m-p/3832017#M921482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like the others have said, if you want to give the select-options to the user via selection screen, then this must be outside the OO context.  But if you simply want a range which is like SELECT-OPTIONs without the screen interface(it provides the table with SIGN OPTION LOW and HIGH), then you may use TYPE RANGE OF  inside the OO context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: r_datum type range of sy-datum.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 18:01:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-select-options-in-abap-objects/m-p/3832017#M921482</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-05-13T18:01:18Z</dc:date>
    </item>
  </channel>
</rss>

