<?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: Create Connection object in sap isu with function : ISU_S_CONNOBJ_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-connection-object-in-sap-isu-with-function-isu-s-connobj-create/m-p/377063#M8873</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi
Indi,&lt;/P&gt;&lt;P&gt;I
think your question landed in the wrong corner of the SAP Community. This here
is about SAP Device Management for IoT by Telit, which is a product to pipe and
administer IoT data flows to SAP databases and applications. More info at &lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/135148/upload-meter-readings-from-external-system-to-sap.html"&gt;https://answers.sap.com/questions/135148/upload-meter-readings-from-external-system-to-sap.html&lt;/A&gt;.
I'd suggest you re-ask your question at a utility Q&amp;amp;A corner.&lt;/P&gt;&lt;P&gt;Sorry
that I cant be of more help,&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2017 20:46:33 GMT</pubDate>
    <dc:creator>oliver_mainka</dc:creator>
    <dc:date>2017-02-28T20:46:33Z</dc:date>
    <item>
      <title>Create Connection object in sap isu with function : ISU_S_CONNOBJ_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-connection-object-in-sap-isu-with-function-isu-s-connobj-create/m-p/377062#M8872</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I need create a connection object using the function ISU_S_CONNOBJ_CREATE in a program.&lt;/P&gt;
  &lt;P&gt;But, I complete some fields, REGIOGROUP included, but when I execute the program, the fields:&lt;/P&gt;
  &lt;P&gt; Regional structucture grouping REGIOGROUP&lt;/P&gt;
  &lt;P&gt; Maintenance plant SWERK&lt;/P&gt;
  &lt;P&gt;County code COUNC&lt;/P&gt;
  &lt;P&gt;NOT APPEARED IN THE SCREEN .&lt;/P&gt;
  &lt;P&gt; w_auto-addr_data-regiogroup = w_file-regiogroup.&lt;BR /&gt; w_auto-ehaud-regiogroup = w_file-regiogroup.&lt;BR /&gt; w_auto-addr_data-street = w_file-street.&lt;/P&gt;
  &lt;P&gt;w_auto-addr_data-house_num1 = w_file-house_num&lt;/P&gt;
  &lt;P&gt; w_auto-addr_data-city1 = w_file-city1.&lt;BR /&gt; w_auto-addr_data-post_code1 = w_file-post_code1.&lt;BR /&gt; w_auto-addr_data-country = w_file-country.&lt;BR /&gt; w_auto-addr_data-region = w_file-region.&lt;BR /&gt; w_auto-ehaud-swerk = w_file-swerk.&lt;BR /&gt; w_auto-ehaud-iwerk = w_file-swerk.&lt;BR /&gt; w_auto-addr_data-taxjurcode = w_file-taxjurcode.&lt;BR /&gt; w_auto-ehaud-counc = w_file-counc.&lt;BR /&gt; w_auto-ehaud-swerki = 'D'.&lt;BR /&gt; &lt;BR /&gt; w_auto-addr_data-po_box = w_file-box.&lt;BR /&gt; CALL FUNCTION 'ISU_S_CONNOBJ_CREATE'&lt;BR /&gt; EXPORTING&lt;BR /&gt; * X_HAUS =&lt;BR /&gt; x_upd_online = c_x&lt;BR /&gt; * x_no_dialog = c_x&lt;BR /&gt; x_auto = w_auto&lt;BR /&gt; * x_addrcheck_off = c_x&lt;BR /&gt; * X_STRNO =&lt;BR /&gt; IMPORTING&lt;BR /&gt; y_db_update = v_db_update&lt;BR /&gt; y_new_haus = v_new_haus&lt;BR /&gt; y_exit_type = v_exit_type&lt;BR /&gt; y_new_ehau = w_new_ehau&lt;BR /&gt; EXCEPTIONS&lt;BR /&gt; existing = 1&lt;BR /&gt; foreign_lock = 2&lt;BR /&gt; general_fault = 3&lt;BR /&gt; invalid_key = 4&lt;BR /&gt; number_error = 5&lt;BR /&gt; not_authorized = 6&lt;BR /&gt; input_error = 7&lt;BR /&gt; OTHERS = 8.&lt;/P&gt;
  &lt;P&gt;The result when pass to the function&lt;/P&gt;
  &lt;P&gt;* x_no_dialog = ' ' for see the dialog,&lt;/P&gt;
  &lt;P&gt;these 3 fields are empty!!!&lt;/P&gt;
  &lt;P&gt;Anyone know what is happened????&lt;/P&gt;
  &lt;P&gt;Thanks!&lt;/P&gt;
  &lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 20:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-connection-object-in-sap-isu-with-function-isu-s-connobj-create/m-p/377062#M8872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-11-01T20:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create Connection object in sap isu with function : ISU_S_CONNOBJ_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-connection-object-in-sap-isu-with-function-isu-s-connobj-create/m-p/377063#M8873</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi
Indi,&lt;/P&gt;&lt;P&gt;I
think your question landed in the wrong corner of the SAP Community. This here
is about SAP Device Management for IoT by Telit, which is a product to pipe and
administer IoT data flows to SAP databases and applications. More info at &lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/135148/upload-meter-readings-from-external-system-to-sap.html"&gt;https://answers.sap.com/questions/135148/upload-meter-readings-from-external-system-to-sap.html&lt;/A&gt;.
I'd suggest you re-ask your question at a utility Q&amp;amp;A corner.&lt;/P&gt;&lt;P&gt;Sorry
that I cant be of more help,&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 20:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-connection-object-in-sap-isu-with-function-isu-s-connobj-create/m-p/377063#M8873</guid>
      <dc:creator>oliver_mainka</dc:creator>
      <dc:date>2017-02-28T20:46:33Z</dc:date>
    </item>
  </channel>
</rss>

