<?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: Two fields in one select options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-in-one-select-options/m-p/12253431#M1986416</link>
    <description>&lt;P&gt;Hi
and welcome to the SAP Community!&lt;/P&gt;&lt;P&gt;Thank you for visiting SAP Community to get
answers to your questions. Since you're asking a question here for the first
time, I recommend that you familiarize yourself with&lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;(if you haven't already), as it provides
tips for preparing questions that draw responses from our members. For example,
you can outline what steps you took to find answers (and why they weren't
helpful) and share screenshots of what you've seen/done. The more details you
provide, the more likely it is that members will be able to assist you.&lt;/P&gt;&lt;P&gt;Should
you wish, you can revise your question by selecting Actions, then Edit
(although once someone answers your question, you'll lose the ability to edit
the question -- but if that happens, you can leave more details in a comment).&lt;/P&gt;&lt;P&gt;Finally, if you're hoping to connect with
readers, please consider adding a picture to your profile. Here's how you do
it:&lt;A href="https://www.youtube.com/watch?v=F5JdUbyjfMA&amp;amp;list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS"&gt;https://www.youtube.com/watch?v=F5JdUbyjfMA&amp;amp;list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS&lt;/A&gt;. By personalizing your profile with a
photo of you, you encourage readers to respond.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;
Lena&lt;BR /&gt;SAP Community Moderator&lt;/P&gt;</description>
    <pubDate>Thu, 10 Sep 2020 06:12:21 GMT</pubDate>
    <dc:creator>lenastodal</dc:creator>
    <dc:date>2020-09-10T06:12:21Z</dc:date>
    <item>
      <title>Two fields in one select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-in-one-select-options/m-p/12253430#M1986415</link>
      <description>&lt;P&gt;Hey Gurus,&lt;/P&gt;
  &lt;P&gt;I am having requirement in which I need to create select option having two different fields (Material/Batch) combinations for input. &lt;/P&gt;
  &lt;P&gt;I think it's possible to add through table control but how to display it as select option. &lt;/P&gt;
  &lt;P&gt;Any pointers in this regard will be appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 06:12:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-in-one-select-options/m-p/12253430#M1986415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-09-10T06:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Two fields in one select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-in-one-select-options/m-p/12253431#M1986416</link>
      <description>&lt;P&gt;Hi
and welcome to the SAP Community!&lt;/P&gt;&lt;P&gt;Thank you for visiting SAP Community to get
answers to your questions. Since you're asking a question here for the first
time, I recommend that you familiarize yourself with&lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;(if you haven't already), as it provides
tips for preparing questions that draw responses from our members. For example,
you can outline what steps you took to find answers (and why they weren't
helpful) and share screenshots of what you've seen/done. The more details you
provide, the more likely it is that members will be able to assist you.&lt;/P&gt;&lt;P&gt;Should
you wish, you can revise your question by selecting Actions, then Edit
(although once someone answers your question, you'll lose the ability to edit
the question -- but if that happens, you can leave more details in a comment).&lt;/P&gt;&lt;P&gt;Finally, if you're hoping to connect with
readers, please consider adding a picture to your profile. Here's how you do
it:&lt;A href="https://www.youtube.com/watch?v=F5JdUbyjfMA&amp;amp;list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS"&gt;https://www.youtube.com/watch?v=F5JdUbyjfMA&amp;amp;list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS&lt;/A&gt;. By personalizing your profile with a
photo of you, you encourage readers to respond.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;
Lena&lt;BR /&gt;SAP Community Moderator&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 06:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-in-one-select-options/m-p/12253431#M1986416</guid>
      <dc:creator>lenastodal</dc:creator>
      <dc:date>2020-09-10T06:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Two fields in one select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-in-one-select-options/m-p/12253432#M1986417</link>
      <description>&lt;P&gt;You could create a select-options on a technical field built from concatenation of material and batch number with a separator (a character not used in both fields!) but you would have also to handle&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;manage F4 on this field to navigate to a batch search help which returns both material and batch number, concatenate those back with separator&lt;/LI&gt;&lt;LI&gt;Optional : checking validity of concatenated value&lt;/LI&gt;&lt;LI&gt;converting the select-options into an internal table with the 2 fields and use this itab in a FOR ALL ENTRIES &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;Warning: Beware of collateral effects due to FOR ALL ENTRIES: don't use if empty, insure that no duplicates are wrongly removed by adding primary key of from table in the selected fields.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 06:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-in-one-select-options/m-p/12253432#M1986417</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2020-09-10T06:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Two fields in one select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-in-one-select-options/m-p/12253433#M1986418</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;lazydeveloper&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If you go with &lt;SPAN class="mention-scrubbed"&gt;raymond.giuseppi&lt;/SPAN&gt; proposal, you'd need to make sure that you don't use ranges or patterns in your selection criteria. Otherwise it's not possible to separate material number and batch from the select options.&lt;/P&gt;&lt;P&gt;I'd rather recommend to use two separate select-options for material and batch respectively.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 09:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-in-one-select-options/m-p/12253433#M1986418</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2020-09-10T09:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Two fields in one select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-in-one-select-options/m-p/12253434#M1986419</link>
      <description>&lt;P&gt;&lt;EM&gt;NB: You could also use FM SELECT_OPTIONS_RESTRICT to prevent user using pattern or exclusion (Suggestion: allow only I/EQ to be consistent with a FOR ALL ENTRIES selection)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 14:09:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-in-one-select-options/m-p/12253434#M1986419</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2020-09-11T14:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Two fields in one select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-in-one-select-options/m-p/12253435#M1986420</link>
      <description>&lt;P&gt;Using two separate select-options works for me&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 13:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-in-one-select-options/m-p/12253435#M1986420</guid>
      <dc:creator>Khan</dc:creator>
      <dc:date>2022-05-13T13:01:08Z</dc:date>
    </item>
  </channel>
</rss>

