<?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: ABAP HELP!!!!? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907303#M378035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Can we use any FM to convert Character from lower Case to UPPER case&lt;/P&gt;&lt;P&gt;Please share the names of those Function module ex: Golden = GOLDEN&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Use TRANSLATE command to convert case.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I have a code (IF statement) which is not working can you Please tell me WHY&lt;/P&gt;&lt;P&gt;Do I need to use ( ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;if sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;  if it_summ-spmon NE sy-datum+0(6) .&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;     it_summ-begin_inv = it_summ_new-enroute_inv + it_summ_new-whse_en_inv.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Feb 2007 16:28:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-23T16:28:13Z</dc:date>
    <item>
      <title>ABAP HELP!!!!?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907298#M378030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have a couple of issues:&lt;/P&gt;&lt;P&gt;1) Can we use any FM to convert Character from lower Case to UPPER case&lt;/P&gt;&lt;P&gt;  Please share the names of those Function module ex: Golden = GOLDEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I have a code (IF statement) which is not working can you Please tell me WHY&lt;/P&gt;&lt;P&gt;Do I need to use ( ).&lt;/P&gt;&lt;P&gt;if  sy-subrc = 0 and  it_summ-spmon &amp;lt;&amp;gt; sy-datum+0(6) .&lt;/P&gt;&lt;P&gt; it_summ-begin_inv =  it_summ_new-enroute_inv + it_summ_new-whse_en_inv.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please HELP!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 16:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907298#M378030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T16:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HELP!!!!?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907299#M378031</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;1) Can we use any FM to convert Character from lower Case to UPPER case&lt;/P&gt;&lt;P&gt;Please share the names of those Function module ex: Golden = GOLDEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE &amp;lt;string&amp;gt; TO UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        max bianchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 16:21:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907299#M378031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T16:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HELP!!!!?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907300#M378032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. AIPC_CONVERT_TO_UPPERCASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. move to local variable and compare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 16:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907300#M378032</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2007-02-23T16:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HELP!!!!?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907301#M378033</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;1) use the FM SWA_STRING_TO_UPPERCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 16:25:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907301#M378033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T16:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HELP!!!!?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907302#M378034</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;1. No need FM. You can use translate statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    TRANSLATE &amp;lt;fieldname&amp;gt; to UPPERCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You can not compare SPMON with SY-DATUM&lt;EM&gt;0(6) if SPMON&lt;/EM&gt;4(2) is week/accounting period instead of month.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 16:26:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907302#M378034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T16:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HELP!!!!?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907303#M378035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Can we use any FM to convert Character from lower Case to UPPER case&lt;/P&gt;&lt;P&gt;Please share the names of those Function module ex: Golden = GOLDEN&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Use TRANSLATE command to convert case.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I have a code (IF statement) which is not working can you Please tell me WHY&lt;/P&gt;&lt;P&gt;Do I need to use ( ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;if sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;  if it_summ-spmon NE sy-datum+0(6) .&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;     it_summ-begin_inv = it_summ_new-enroute_inv + it_summ_new-whse_en_inv.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 16:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907303#M378035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T16:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HELP!!!!?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907304#M378036</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;Check the field it_summ-spmon perhaps it's long 7 char,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-DATUM(6) = '200702'&lt;/P&gt;&lt;P&gt;IT_SUMM-SPMON = '2007002'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are the same meaning but different value.&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, 23 Feb 2007 16:50:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907304#M378036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T16:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP HELP!!!!?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907305#M378037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for everyone who took time to answer my question...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 17:01:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-help/m-p/1907305#M378037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T17:01:06Z</dc:date>
    </item>
  </channel>
</rss>

