<?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: Help me - Select statement - urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096743#M734695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Viswanath,&lt;/P&gt;&lt;P&gt;Oops sorry , I misunderstood.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Pavan Kothapalli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Nov 2007 19:55:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-30T19:55:17Z</dc:date>
    <item>
      <title>Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096739#M734691</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 a report I have to get all the material based on the material descriptions .&lt;/P&gt;&lt;P&gt;I am inputting the material description as a range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here my problem is if I give the input 'material description' as 'Mat' , I am getting only the materials with description as 'MAT' ( All caps ) , but not getting any others like materials with description 'mat' ( all lower case ) , 'mAt', etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I found is when I am entering the value 'Mat' in the selection-screen, when I execute , the input is converting into upper case .Hence I am getting only those values ( whose materials with description as 'MAT' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u got my problem.Please let me know the solution to get the materials with descriptions with any case ( If we enter the input value 'mat', we shud get the materials with 'MAT', 'Mat', 'mAt' etc').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 19:45:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096739#M734691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T19:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096740#M734692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use like this in your selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: l_maktx like makt-maktx lower case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 19:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096740#M734692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T19:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096741#M734693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vishwa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is a big process. If suppose you have multiple words in the description, How do you manage to get the materials?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 19:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096741#M734693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T19:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096742#M734694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it won't solve my problem as I will get only the materials with description in lower case.I have materials with lower case as descrption, First letter caps and all letters caps as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATNR   MAKTX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000001  Mat1&lt;/P&gt;&lt;P&gt;000002  mat2&lt;/P&gt;&lt;P&gt;000003  mAt3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to get all the above materials if I enter mat in my selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 19:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096742#M734694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T19:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096743#M734695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Viswanath,&lt;/P&gt;&lt;P&gt;Oops sorry , I misunderstood.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Pavan Kothapalli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 19:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096743#M734695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T19:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096744#M734696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way where we can ignore the case in the description and select all the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 19:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096744#M734696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T19:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096745#M734697</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;U should use the view M_MAT1W (or table MAKT) in order to select the material by description, here you can use the field MAKTG, in this field the description is written always in UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the field used by material search help std.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 20:00:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096745#M734697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T20:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096746#M734698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you will get materials based on the description in a single select query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 20:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096746#M734698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T20:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096747#M734699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best possible way, I can think is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get all the material description,&lt;/P&gt;&lt;P&gt;translate to Upper case&lt;/P&gt;&lt;P&gt;translate your input to upper case&lt;/P&gt;&lt;P&gt;delete the entries from the interal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ZTEST_NP.

TABLES: MAKT.

TYPES: BEGIN OF TY_MAKT,
       MATNR TYPE MATNR,
       MAKTX TYPE MAKTX,
       DESC  TYPE MAKTX,
       END   OF TY_MAKT.

DATA: IT_MAKT TYPE STANDARD TABLE OF TY_MAKT,
      WA_MAKT TYPE TY_MAKT.

SELECT-OPTIONS: S_MAKTX FOR MAKT-MAKTX VISIBLE LENGTH 15.

START-OF-SELECTION.
  SELECT MATNR MAKTX
         INTO  TABLE IT_MAKT
         FROM  MAKT.
  LOOP AT IT_MAKT INTO WA_MAKT.
    WA_MAKT-DESC = WA_MAKT-MAKTX.
    TRANSLATE WA_MAKT-DESC TO UPPER CASE.
    MODIFY IT_MAKT FROM WA_MAKT.
    CLEAR  WA_MAKT.
  ENDLOOP.

  LOOP AT S_MAKTX.
    TRANSLATE S_MAKTX TO UPPER CASE.
    s_maktx-option = 'CP'.
    concatenate '*' s_maktx-low  '*' into s_maktx-low.
    if not s_maktx-high is initial.
    concatenate '*' s_maktx-high '*' into s_maktx-high.
    endif.
    MODIFY S_MAKTX.
    CLEAR  S_MAKTX.
  ENDLOOP.

  DELETE IT_MAKT WHERE NOT DESC IN S_MAKTX.

  WRITE: 'Material contains entered pattern'.
  LOOP AT IT_MAKT INTO WA_MAKT.
    WRITE: / WA_MAKT-MATNR,
             WA_MAKT-MAKTX.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 20:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096747#M734699</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-30T20:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096748#M734700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i agree with Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the solution &lt;/P&gt;&lt;P&gt;you need to use MAKTG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 20:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096748#M734700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T20:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096749#M734701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think its possible in select query. If there is some condition by which you can restrict the no of entries, then fetch all the enties from MARA Join MAKT into an internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then convert the description to UPPER case and then you can search the internal table for your text&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;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/48cfaa90-0201-0010-cebb-8ee0a29e0fc7" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/48cfaa90-0201-0010-cebb-8ee0a29e0fc7&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 20:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096749#M734701</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-11-30T20:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096750#M734702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your best solution is to use MAKT-MAKTG. this is an all uppercase version of MAKT-MAKTX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of all, theres an index in this table on this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, it's native SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rob Burbank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 20:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096750#M734702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T20:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096751#M734703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are fetching information from MAKT table then probably you can use MAKTG field instead of MAKTX. MAKTG will always have material description in upper case. so, you need to convert your selection parameter in upper case and use that for further selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.,&lt;/P&gt;&lt;P&gt;Pranav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 20:06:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096751#M734703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T20:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096752#M734704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vishwanath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use select options instead of parameterrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : MAKT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK 1 WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : P_MAKTX FOR MAKT-MAKTX NO INTERVALS.&lt;/P&gt;&lt;P&gt;*PARAMETERS : P_MAKTX LIKE MAKT-MAKTX.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : END OF BLOCK 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM MAKT INTO MAKT WHERE MAKTX = P_MAKTX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE : 'SHREE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shreekant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 20:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096752#M734704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T20:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096753#M734705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's a very good solution.So can go ahead and use the filed MAKTG instead of MAKTX.I mean is it an ideal way to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 20:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096753#M734705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T20:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096754#M734706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as per my answer above, replace the '=' by 'IN' in the select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM MAKT INTO MAKT WHERE MAKTX [bIN&amp;lt;/b&amp;gt; P_MAKTX.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 20:10:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096754#M734706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T20:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096755#M734707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working .Thanks a lot for ur quick help.Thanks everyone for your contribution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 20:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096755#M734707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T20:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help me - Select statement - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096756#M734708</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;It's only an old trick: every search help based on the description uses alway a field where description is translated in upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: Search Help for Vendor or Customer doesn't use the field NAME1 but MCOD1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the next time you need to search something by description check which field is used in the search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 10:32:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-select-statement-urgent/m-p/3096756#M734708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T10:32:07Z</dc:date>
    </item>
  </channel>
</rss>

