<?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: conversion upercase and lower case prob in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978154#M1160080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use TRANSLATE TO LOWER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2009 05:35:37 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2009-01-16T05:35:37Z</dc:date>
    <item>
      <title>conversion upercase and lower case prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978153#M1160079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts.&lt;/P&gt;&lt;P&gt;i am facing a problem, such that,&lt;/P&gt;&lt;P&gt;i have likp-traid(truck no)&lt;/P&gt;&lt;P&gt;         likp-erdat in selection screen, both are select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i made select  from likp with respect to likp-traid(truck no)&lt;/P&gt;&lt;P&gt;         likp-erdat in selection screen,( both are select-options).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on that i made for all entries in vttk with respect to likp-traid = vttk-signi.&lt;/P&gt;&lt;P&gt;but likp-traid have value in caps (say, WB-32, WB32)&lt;/P&gt;&lt;P&gt;vttk has also the above values , but in lower case(say. wb32,wb-32),&lt;/P&gt;&lt;P&gt;thats why for all entries failed,&lt;/P&gt;&lt;P&gt;how to convert those uppercase to lower case?plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 05:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978153#M1160079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T05:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: conversion upercase and lower case prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978154#M1160080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use TRANSLATE TO LOWER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 05:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978154#M1160080</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-01-16T05:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: conversion upercase and lower case prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978155#M1160081</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 do it through using TRANSLATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE "text" to LOWER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 05:38:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978155#M1160081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T05:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: conversion upercase and lower case prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978156#M1160082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;frm ur post i assum u r 1st selecting data frm likp n den for all the netires inlikp u get data frm vttk.. so once u get data frm likp before goin to vttk  loop on likp selection and use translate to uppercase on tht perticular field n update ur likp table n den go for vttk&lt;/P&gt;&lt;P&gt;if its other way round u can still use the same sequesnce for the respective tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 05:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978156#M1160082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T05:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: conversion upercase and lower case prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978157#M1160083</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;Use TRANSLATE  "text"  to LOWER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 05:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978157#M1160083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T05:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: conversion upercase and lower case prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978158#M1160084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello ,&lt;/P&gt;&lt;P&gt;thanks for ur answer,&lt;/P&gt;&lt;P&gt;but i need to clarify that , my internal table it_likp-traid has multiple values,&lt;/P&gt;&lt;P&gt;how can i convert those vvalues to 'text' , which must be type char,&lt;/P&gt;&lt;P&gt;to use translate statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 05:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978158#M1160084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T05:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: conversion upercase and lower case prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978159#M1160085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rajdeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will ask you not to select data from VTTK using LIKP-TRAID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share your code with us? May be then we can help you out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 05:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978159#M1160085</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-01-16T05:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: conversion upercase and lower case prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978160#M1160086</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;For your issue.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;based on that i made for all entries in vttk with respect to likp-traid = vttk-signi.
but likp-traid have value in caps (say, WB-32, WB32)
vttk has also the above values , but in lower case(say. wb32,wb-32),
thats why for all entries failed,&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution is ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the select options the records are retrieved from the table likp.  Move those records to the internal table say &lt;STRONG&gt;it_table&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop at it_table into the wa_table.  " wa_table is the work area for the internal table it_table.
transcalte wa_table -traid to lower case.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you can select the records from the table vttk using the option for all entries in the&lt;/P&gt;&lt;P&gt;above internal table, in which you have translated them to lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now your retrieval of records will be successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you much,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Bhuvana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 05:56:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978160#M1160086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T05:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: conversion upercase and lower case prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978161#M1160087</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;See the following code.&lt;/P&gt;&lt;P&gt;Hope this will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: likp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: BEGIN OF x_a,&lt;/P&gt;&lt;P&gt;       traid type likp-traid,&lt;/P&gt;&lt;P&gt;       END OF x_a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_a TYPE STANDARD TABLE OF x_a,&lt;/P&gt;&lt;P&gt;      wa_a like LINE OF it_a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_a1 TYPE STANDARD TABLE OF x_a,&lt;/P&gt;&lt;P&gt;      wa_a1 like LINE OF it_a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: str(20) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-OPTIONS: van FOR likp-traid LOWER CASE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT traid from likp into TABLE it_a WHERE traid in van.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT it_a INTO wa_a .&lt;/P&gt;&lt;P&gt;  str =  wa_a-traid.&lt;/P&gt;&lt;P&gt;  TRANSLATE str to LOWER CASE.&lt;/P&gt;&lt;P&gt;  wa_a1-traid = str.&lt;/P&gt;&lt;P&gt;  APPEND wa_a1 to it_a1.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT it_a1 INTO wa_a1 .&lt;/P&gt;&lt;P&gt;    WRITE:/ wa_a1-traid.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 05:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978161#M1160087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T05:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: conversion upercase and lower case prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978162#M1160088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you try this FM to translate to uppercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '2054_TRANSLATE_2_UPPERCASE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;I_STRING = P_V_TEXT&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;E_STRING = P_V_TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To translate to lowercase,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE adrc-name1 TO LOWER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 06:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978162#M1160088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T06:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: conversion upercase and lower case prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978163#M1160089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;use this function module&lt;/P&gt;&lt;P&gt;TERM_TRANSLATE_TO_UPPER_CASE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 06:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978163#M1160089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T06:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: conversion upercase and lower case prob</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978164#M1160090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have done it success fully with all of urs help message,&lt;/P&gt;&lt;P&gt;this fm  convert lower case tp upper&lt;/P&gt;&lt;P&gt;TERM_TRANSLATE_TO_UPPER_CASE&lt;/P&gt;&lt;P&gt;but i needed the reverse one,&lt;/P&gt;&lt;P&gt;i did it in this way,&lt;/P&gt;&lt;P&gt;loop at it_likp.&lt;/P&gt;&lt;P&gt;it_main-text = it_likp-traid.( declare text type string)&lt;/P&gt;&lt;P&gt;translate it_main-text to lower case.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 06:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-upercase-and-lower-case-prob/m-p/4978164#M1160090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T06:48:25Z</dc:date>
    </item>
  </channel>
</rss>

