<?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: Facing Problem with Select-options input data......help me? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-with-select-options-input-data-help-me/m-p/1787774#M339167</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;what is the table name for the case.&lt;/P&gt;&lt;P&gt;and jsut list what are the fields .. we'll try to map the same and see if it works..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if for the field there is a check table attached then conversion routine will take care of that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just check on the field of the domain  in the dbtable&lt;/P&gt;&lt;P&gt;like matn1 for dataelement matnr and domain matnr in mara table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2006 11:44:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-30T11:44:31Z</dc:date>
    <item>
      <title>Facing Problem with Select-options input data......help me?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-with-select-options-input-data-help-me/m-p/1787770#M339163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a select-options on my selection screen. In the database table i have different four values for this. ex EEX01, EEX02, EEX03 and EEX04. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;their overall names are DE, HE, IT, TR respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the requirement is user will enter this data like DE to TR , i am now confused how do convert these value to the values that i have in table. Because i have to use this for extracting the data from database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 10:25:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-with-select-options-input-data-help-me/m-p/1787770#M339163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T10:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Problem with Select-options input data......help me?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-with-select-options-input-data-help-me/m-p/1787771#M339164</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;Either in Start of selection or in at selection screen itself use a CASE - ENDCASE and assign the values accordingly; no other go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Surya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 10:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-with-select-options-input-data-help-me/m-p/1787771#M339164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T10:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Problem with Select-options input data......help me?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-with-select-options-input-data-help-me/m-p/1787772#M339165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Check in the table it has conversion exit attached.&lt;/P&gt;&lt;P&gt;  If it has any then call conversion function module to convert it in you program and&lt;/P&gt;&lt;P&gt;  paas it to your select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Siri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 10:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-with-select-options-input-data-help-me/m-p/1787772#M339165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T10:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Problem with Select-options input data......help me?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-with-select-options-input-data-help-me/m-p/1787773#M339166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually when seeing data in table, it shows as DE or TR etc...but internally there will be conversion routinue for this field which converts and stores as EEX01 etc...When u use a select statement with DE, the conversion routinue executes internally and fetches data of EEX01 but shows as DE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 10:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-with-select-options-input-data-help-me/m-p/1787773#M339166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T10:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Problem with Select-options input data......help me?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-with-select-options-input-data-help-me/m-p/1787774#M339167</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;what is the table name for the case.&lt;/P&gt;&lt;P&gt;and jsut list what are the fields .. we'll try to map the same and see if it works..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if for the field there is a check table attached then conversion routine will take care of that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just check on the field of the domain  in the dbtable&lt;/P&gt;&lt;P&gt;like matn1 for dataelement matnr and domain matnr in mara table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 11:44:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-with-select-options-input-data-help-me/m-p/1787774#M339167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T11:44:31Z</dc:date>
    </item>
  </channel>
</rss>

