<?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 BOR object using Function Module or other things in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-bor-object-using-function-module-or-other-things/m-p/700611#M31852</link>
    <description>&lt;P&gt;OK I had a quick look if there's something we can derive from CTS, but no joy. The transport consists of a regular PROG and an generic SOBJ entry. SOBJ is just a bunch of table entries describing the BOR object. &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;So if you have the time you could try to decode the SWOT* table entries for a given object to see how they work. Then just create the program and corresponding table entries for your custom object. &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Alternatively have a look at FM SWO_OBJTYPE_INSERT. It only seems to create the basic header, so have a look at the rest of the FMs in the function group and the rest of the package. It's somewhere to start.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Good luck.&lt;/P&gt;</description>
    <pubDate>Sat, 15 Sep 2018 20:14:37 GMT</pubDate>
    <dc:creator>pokrakam</dc:creator>
    <dc:date>2018-09-15T20:14:37Z</dc:date>
    <item>
      <title>Create BOR object using Function Module or other things</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-bor-object-using-function-module-or-other-things/m-p/700608#M31849</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;I would like to know if it's possible to create a BOR object by using a function module or any other tool ?&lt;/P&gt;
  &lt;P&gt;To be more specific does any BAPI or FM for SWO1 ?&lt;/P&gt;
  &lt;P&gt;For example I want to create a BOR object from an XML file or JSON file&lt;/P&gt;
  &lt;P&gt;Can we do that ? &lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 18:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-bor-object-using-function-module-or-other-things/m-p/700608#M31849</guid>
      <dc:creator>collinjona</dc:creator>
      <dc:date>2018-09-14T18:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create BOR object using Function Module or other things</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-bor-object-using-function-module-or-other-things/m-p/700609#M31850</link>
      <description>&lt;P&gt;Yes of course it's possible, the transport system does it. But ... why?&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;BOR is kind of ancient, there are hardly any reasons to still develop BOR objects. So going to the effort ofcreating a BOR object programatically sounds a bit unusual.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 19:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-bor-object-using-function-module-or-other-things/m-p/700609#M31850</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2018-09-14T19:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create BOR object using Function Module or other things</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-bor-object-using-function-module-or-other-things/m-p/700610#M31851</link>
      <description>&lt;P&gt;Hi Mike,&lt;/P&gt;
  &lt;P&gt;Yes I know but it's just to know and for a personnal project &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; I don't know if I will to do it but I have to try.&lt;/P&gt;
  &lt;P&gt;If you have some more input on that I take it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 17:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-bor-object-using-function-module-or-other-things/m-p/700610#M31851</guid>
      <dc:creator>collinjona</dc:creator>
      <dc:date>2018-09-15T17:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create BOR object using Function Module or other things</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-bor-object-using-function-module-or-other-things/m-p/700611#M31852</link>
      <description>&lt;P&gt;OK I had a quick look if there's something we can derive from CTS, but no joy. The transport consists of a regular PROG and an generic SOBJ entry. SOBJ is just a bunch of table entries describing the BOR object. &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;So if you have the time you could try to decode the SWOT* table entries for a given object to see how they work. Then just create the program and corresponding table entries for your custom object. &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Alternatively have a look at FM SWO_OBJTYPE_INSERT. It only seems to create the basic header, so have a look at the rest of the FMs in the function group and the rest of the package. It's somewhere to start.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 20:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-bor-object-using-function-module-or-other-things/m-p/700611#M31852</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2018-09-15T20:14:37Z</dc:date>
    </item>
  </channel>
</rss>

