<?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>Question Re: Create Number Range Object Issue with B2B Tool Kit in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/create-number-range-object-issue-with-b2b-tool-kit/qaa-p/425741#M55682</link>
    <description>&lt;P&gt;It worked after configuring end-end scenario.:)&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2017 11:26:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-03-28T11:26:17Z</dc:date>
    <item>
      <title>Create Number Range Object Issue with B2B Tool Kit</title>
      <link>https://community.sap.com/t5/technology-q-a/create-number-range-object-issue-with-b2b-tool-kit/qaq-p/425735</link>
      <description>&lt;P&gt;Dear Scn users,&lt;/P&gt;&lt;P&gt;I tried creating a NRO from mapping using UDF.&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2016/09/01/nro-access-from-mapping-esr/" target="test_blank"&gt;https://blogs.sap.com/2016/09/01/nro-access-from-mapping-esr/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Imported all the Jars and no error while map check.&lt;/P&gt;&lt;P&gt;Error Screenshot below&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/26110-capture.png" /&gt;&lt;/P&gt;&lt;P&gt;And below is the UDF&lt;/P&gt;&lt;P&gt;AbstractTrace trace = container.getTrace(); long value = 0;  &lt;BR /&gt;String numberRangeName= new String(var1);&lt;BR /&gt;value = new Long(var2);&lt;BR /&gt;long minValue = new Long(var3);&lt;BR /&gt;long maxValue = new Long(var4);&lt;BR /&gt;short valueLength = new Short(var5);&lt;BR /&gt;boolean rotate = new Boolean(var6);&lt;BR /&gt;int warnLevel = new Integer(var7);&lt;BR /&gt;String description = new String(var8);&lt;BR /&gt;&lt;BR /&gt;try{  &lt;BR /&gt;NROApiAccessRemote api = NROApiAccessFactory.createRemoteNROApiAccess();  &lt;BR /&gt;INumberRangeObject obj = api. createNewNumberRangeObject(numberRangeName,value,minValue,maxValue,valueLength,rotate,warnLevel,description);  &lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt; catch (Exception ex) {  trace.addWarning("Unable to get NRO. " + ex.getMessage());  throw new RuntimeException("The values " + var1 + ", in " + container + " could not be processed.", ex); } &lt;BR /&gt;return ""+numberRangeName; &lt;/P&gt;&lt;P&gt;What could be the issue,Please assist.&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 06:44:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-number-range-object-issue-with-b2b-tool-kit/qaq-p/425735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-20T06:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create Number Range Object Issue with B2B Tool Kit</title>
      <link>https://community.sap.com/t5/technology-q-a/create-number-range-object-issue-with-b2b-tool-kit/qaa-p/425736#M55677</link>
      <description>&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;Is the exception in runtime or from the test mapping option?, the problem could be that in the test time the API is not instanced and you have to test all the scenario.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 07:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-number-range-object-issue-with-b2b-tool-kit/qaa-p/425736#M55677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-20T07:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create Number Range Object Issue with B2B Tool Kit</title>
      <link>https://community.sap.com/t5/technology-q-a/create-number-range-object-issue-with-b2b-tool-kit/qaa-p/425737#M55678</link>
      <description>&lt;P&gt;Hello Inaki,&lt;/P&gt;&lt;P&gt;In the test mapping only.&lt;/P&gt;&lt;P&gt;How to instance the API at the mapping level?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 08:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-number-range-object-issue-with-b2b-tool-kit/qaa-p/425737#M55678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-20T08:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create Number Range Object Issue with B2B Tool Kit</title>
      <link>https://community.sap.com/t5/technology-q-a/create-number-range-object-issue-with-b2b-tool-kit/qaa-p/425738#M55679</link>
      <description>&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;Unfortunately, i haven't worked with this module, but in this document talks about the iflow B2B_ModuleTest: &lt;/P&gt;&lt;P&gt;&lt;A href="https://assets.cdn.sap.com/sapcom/docs/2015/08/60a43d16-537c-0010-82c7-eda71af511fa.pdf" target="test_blank"&gt;https://assets.cdn.sap.com/sapcom/docs/2015/08/60a43d16-537c-0010-82c7-eda71af511fa.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I think, you should test the entire scenario instead of the mapping directly.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 09:27:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-number-range-object-issue-with-b2b-tool-kit/qaa-p/425738#M55679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-20T09:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create Number Range Object Issue with B2B Tool Kit</title>
      <link>https://community.sap.com/t5/technology-q-a/create-number-range-object-issue-with-b2b-tool-kit/qaa-p/425739#M55680</link>
      <description>&lt;P&gt;Thanks Inaki,&lt;/P&gt;&lt;P&gt;Anyone else any idea/clues?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 15:20:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-number-range-object-issue-with-b2b-tool-kit/qaa-p/425739#M55680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-24T15:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create Number Range Object Issue with B2B Tool Kit</title>
      <link>https://community.sap.com/t5/technology-q-a/create-number-range-object-issue-with-b2b-tool-kit/qaa-p/425740#M55681</link>
      <description>&lt;P&gt;Agree with &lt;A href="https://answers.sap.com/users/3484/iakivila.html"&gt;Iñaki Vila&lt;/A&gt; i remember i faced the same issue when setting up the NRO for first time , try to run the interface end to end instead of local execution.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2017 05:53:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-number-range-object-issue-with-b2b-tool-kit/qaa-p/425740#M55681</guid>
      <dc:creator>manoj_khavatkopp</dc:creator>
      <dc:date>2017-03-25T05:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create Number Range Object Issue with B2B Tool Kit</title>
      <link>https://community.sap.com/t5/technology-q-a/create-number-range-object-issue-with-b2b-tool-kit/qaa-p/425741#M55682</link>
      <description>&lt;P&gt;It worked after configuring end-end scenario.:)&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 11:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/create-number-range-object-issue-with-b2b-tool-kit/qaa-p/425741#M55682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-28T11:26:17Z</dc:date>
    </item>
  </channel>
</rss>

