<?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 Yes, I can type the exact… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/SAP-Unable-to-write-a-Comma/m-p/87491#M38193</link>
    <description>Yes, I can type the exact same entry manually.</description>
    <pubDate>Tue, 26 Jun 2018 02:12:00 GMT</pubDate>
    <dc:creator>MaxDugardyn</dc:creator>
    <dc:date>2018-06-26T02:12:00Z</dc:date>
    <item>
      <title>SAP - Unable to write a Comma</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SAP-Unable-to-write-a-Comma/m-p/87489#M38191</link>
      <description>Hi all

When trying to write a text or a number with a Comma (,) from a data collection in Blue Prism to a certain field in SAP, I repeatedly receive the error message "Exception has been thrown by the target of an invocation".

If a remove the comma, Blue Prism writes the text/number perfectly.

Does anyone know how to solve this?

Kind regards

Max</description>
      <pubDate>Mon, 25 Jun 2018 16:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SAP-Unable-to-write-a-Comma/m-p/87489#M38191</guid>
      <dc:creator>MaxDugardyn</dc:creator>
      <dc:date>2018-06-25T16:50:00Z</dc:date>
    </item>
    <item>
      <title>Can you type the same entry…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SAP-Unable-to-write-a-Comma/m-p/87490#M38192</link>
      <description>Can you type the same entry manually? Maybe SAP is configured not to accept 1,23 and changes it to 1.23?</description>
      <pubDate>Mon, 25 Jun 2018 21:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SAP-Unable-to-write-a-Comma/m-p/87490#M38192</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-06-25T21:40:00Z</dc:date>
    </item>
    <item>
      <title>Yes, I can type the exact…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SAP-Unable-to-write-a-Comma/m-p/87491#M38193</link>
      <description>Yes, I can type the exact same entry manually.</description>
      <pubDate>Tue, 26 Jun 2018 02:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SAP-Unable-to-write-a-Comma/m-p/87491#M38193</guid>
      <dc:creator>MaxDugardyn</dc:creator>
      <dc:date>2018-06-26T02:12:00Z</dc:date>
    </item>
    <item>
      <title>Hi Max,
This has to do with…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SAP-Unable-to-write-a-Comma/m-p/87492#M38194</link>
      <description>Hi Max,
This has to do with a SAP setting and more specifically with the decimal notation of SAP GUI.
In SAP GUI go to: System -&amp;gt; User Profile -&amp;gt; User Data -&amp;gt; in tab Default -&amp;gt; Decimal notation set it to = 1,234,567.89 (also find a relevant print screen attached).
With this setting you will send your amounts from Blue Prism having dot instead of coma and then you will not have that problem.
Let me know if that helped.
Cheers,
Konstantinos</description>
      <pubDate>Tue, 26 Jun 2018 12:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SAP-Unable-to-write-a-Comma/m-p/87492#M38194</guid>
      <dc:creator>KonstantinosVog</dc:creator>
      <dc:date>2018-06-26T12:55:00Z</dc:date>
    </item>
    <item>
      <title>Hi Konstantinos
 
Thanks a…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SAP-Unable-to-write-a-Comma/m-p/87493#M38195</link>
      <description>Hi Konstantinos
&amp;nbsp;
Thanks a lot, now it works!
&amp;nbsp;
Kind regards
Max</description>
      <pubDate>Tue, 26 Jun 2018 13:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SAP-Unable-to-write-a-Comma/m-p/87493#M38195</guid>
      <dc:creator>MaxDugardyn</dc:creator>
      <dc:date>2018-06-26T13:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: SAP - Unable to write a Comma</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SAP-Unable-to-write-a-Comma/m-p/87494#M38196</link>
      <description>One solution that I've had to use to get around this error is to use a code stage to set the text property of the field.&lt;BR /&gt;&lt;BR /&gt;Something like the below code snippet in VB.net where x is the element ID from the Application Modeler and y is the text that you want to write to the field.&lt;BR /&gt;
&lt;PRE class="language-csharp"&gt;&lt;CODE&gt;Dim sapgui = GetObject("SAPGUI")
Dim app = sapgui.GetScriptingEngine
Dim connection = app.Children(0)
Dim session = connection.Children(0)

Dim field = session.findById(x)

field.Text = y​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;p.s. this code assumes only a single instance of SAPGUI is running&lt;/P&gt;
Hope this is helpful to someone,&lt;BR /&gt;Justin&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Justin Wall&lt;BR /&gt;Systems Engineer&lt;BR /&gt;Lockheed Martin&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2021 21:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SAP-Unable-to-write-a-Comma/m-p/87494#M38196</guid>
      <dc:creator>JustinWall</dc:creator>
      <dc:date>2021-05-27T21:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: SAP - Unable to write a Comma</title>
      <link>https://community.blueprism.com/t5/Product-Forum/SAP-Unable-to-write-a-Comma/m-p/87495#M38197</link>
      <description>Justin This works for me too!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Sr Business Analyst&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;+55 (081) 98886-9544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2021 22:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/SAP-Unable-to-write-a-Comma/m-p/87495#M38197</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2021-05-27T22:28:00Z</dc:date>
    </item>
  </channel>
</rss>

