<?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 Object publishing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-publishing/m-p/1488822#M227721</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;I am unclear about the concept 'Object Publishing'. I understand that it has got something to do with Business Objects and stuff but am not exactly sure what it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'Business Object' (transaction SWO1) related to 'Material' is BUS1001006.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Surprisingly, when I was browsing through the code for transaction MM01, I found that in the include 'LMGMMI11' there is a piece of code that makes a call to the function 'SWU_OBJECT_PUBLISH' with 'BUS1001006' being passed as one of the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the purpose of this call? How can we make use of it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was somehow hoping that such calls by SAP will automatically notify the Business Object that a new material has been created or a material has been changed etc. Am I correct regarding this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help. Thank you.&lt;/P&gt;&lt;P&gt;Anand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jul 2006 10:56:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-26T10:56:39Z</dc:date>
    <item>
      <title>Object publishing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-publishing/m-p/1488822#M227721</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;I am unclear about the concept 'Object Publishing'. I understand that it has got something to do with Business Objects and stuff but am not exactly sure what it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'Business Object' (transaction SWO1) related to 'Material' is BUS1001006.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Surprisingly, when I was browsing through the code for transaction MM01, I found that in the include 'LMGMMI11' there is a piece of code that makes a call to the function 'SWU_OBJECT_PUBLISH' with 'BUS1001006' being passed as one of the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the purpose of this call? How can we make use of it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was somehow hoping that such calls by SAP will automatically notify the Business Object that a new material has been created or a material has been changed etc. Am I correct regarding this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help. Thank you.&lt;/P&gt;&lt;P&gt;Anand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 10:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-publishing/m-p/1488822#M227721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-26T10:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Object publishing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-publishing/m-p/1488823#M227722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'SWU_OBJECT_PUBLISH' function is to enable the "Services for object" functionality for any business object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All transaction which publish the business object using this function module have the option "Services for object" enabled. You can access it via menu System-&amp;gt;Services for object OR you can click the little button which appears to the left of the title bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users can add attachments, notes or can view workflow's using this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also go through the documentation of this function to better understand its functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;*Please mark useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 11:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-publishing/m-p/1488823#M227722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-26T11:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Object publishing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-publishing/m-p/1488824#M227723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;     Check these links,&lt;/P&gt;&lt;P&gt;     &amp;lt;a href="http://mailman.mit.edu/pipermail/sap-wug/2001-November/003297.html"&amp;gt;http://mailman.mit.edu/pipermail/sap-wug/2001-November/003297.html&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;     &amp;lt;a href="http://www.ams.utoronto.ca/Asset614.aspx"&amp;gt;http://www.ams.utoronto.ca/Asset614.aspx&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 11:11:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-publishing/m-p/1488824#M227723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-26T11:11:42Z</dc:date>
    </item>
  </channel>
</rss>

