<?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: RFC Import parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-import-parameter/m-p/2975731#M702410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kanta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel that there can be nothing done about the code, if it is a standard code you are using,&lt;/P&gt;&lt;P&gt;so just before calling the RFC, you could use the statement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TRANSLATE &amp;lt;c&amp;gt; TO UPPER CASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you could also use the function module,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;TR_UPPERCASE_PARTS_OF_STRING&lt;/P&gt;&lt;P&gt;STRING_UPPER_LOWER_CASE&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to do the same, then pass the string value into the RFC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2007 12:50:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-29T12:50:00Z</dc:date>
    <item>
      <title>RFC Import parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-import-parameter/m-p/2975729#M702408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi 2 ALL&lt;/P&gt;&lt;P&gt;In RFC i m passing user name or id  for getting info abt it. but when i pass user name in small letters (as present in db table) , SAP converts it in CAPS , and RFC gives error i.e.,  user not found . How  can i stop this conversion . plz give solution if aby body knows..&lt;/P&gt;&lt;P&gt;Thnzks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 12:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-import-parameter/m-p/2975729#M702408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T12:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Import parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-import-parameter/m-p/2975730#M702409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FM parameter that you are using doesn't handle Lower case characters.&lt;/P&gt;&lt;P&gt;Use a Domain of Character type with the Checkbox (LOWERCASE) as checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the checkbox is checked, the field is not converted to upper case automatically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 12:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-import-parameter/m-p/2975730#M702409</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-10-29T12:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Import parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-import-parameter/m-p/2975731#M702410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kanta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel that there can be nothing done about the code, if it is a standard code you are using,&lt;/P&gt;&lt;P&gt;so just before calling the RFC, you could use the statement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TRANSLATE &amp;lt;c&amp;gt; TO UPPER CASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you could also use the function module,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;TR_UPPERCASE_PARTS_OF_STRING&lt;/P&gt;&lt;P&gt;STRING_UPPER_LOWER_CASE&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to do the same, then pass the string value into the RFC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 12:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-import-parameter/m-p/2975731#M702410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T12:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Import parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-import-parameter/m-p/2975732#M702411</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; many ways to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one way is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM parameter that you are using doesn't handle Lower case characters.&lt;/P&gt;&lt;P&gt;Use a Domain of Character type with the Checkbox (LOWERCASE) as checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the checkbox is checked, the field is not converted to upper case automatically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second way is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; there can be nothing done about the code, if it is a standard code you are using,&lt;/P&gt;&lt;P&gt;so just before calling the RFC, you could use the statement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE &amp;lt;c&amp;gt; TO UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you could also use the function module,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TR_UPPERCASE_PARTS_OF_STRING&lt;/P&gt;&lt;P&gt;STRING_UPPER_LOWER_CASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to do the same, then pass the string value into the RFC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 12:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-import-parameter/m-p/2975732#M702411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T12:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Import parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-import-parameter/m-p/2975733#M702412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manikanta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post only if you have some additional information to be shared.&lt;/P&gt;&lt;P&gt;DON'T JUST COPY / PASTE the answers from the Above Posts and Reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't Just Copy/Paste for the sake of earning points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhishek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 20:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-import-parameter/m-p/2975733#M702412</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-10-30T20:24:48Z</dc:date>
    </item>
  </channel>
</rss>

