<?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: SAP Note and its related objects relationship table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-and-its-related-objects-relationship-table/m-p/9677182#M1766760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know your valuable comments on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pushkar Joshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Sep 2013 08:20:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-04T08:20:40Z</dc:date>
    <item>
      <title>SAP Note and its related objects relationship table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-and-its-related-objects-relationship-table/m-p/9677181#M1766759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement, where I will be providing SAP note to the input screen and based on SAP note number entered it should get the list of objects that are going to be modified/added by SAP note. Prerequisit for this is that note should be downloaded to the R/3 system. You can view the downloaded notes using SNOTE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically we are developiing a program to check the consistency of the objects between Dev-&amp;gt;Test-&amp;gt;Production system before any note is implemented. I have checked the various SAP table for this info but no success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the some of the Notes realted tables but it does not show the objects list. Please let me know if any one have any idea regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CWBNTCI&lt;/P&gt;&lt;P&gt;CWBNTHEAD &lt;BR /&gt;CWBNTDATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/273368" height="285" width="682" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Pushkar Joshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 05:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-and-its-related-objects-relationship-table/m-p/9677181#M1766759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T05:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Note and its related objects relationship table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-and-its-related-objects-relationship-table/m-p/9677182#M1766760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know your valuable comments on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pushkar Joshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 08:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-and-its-related-objects-relationship-table/m-p/9677182#M1766760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T08:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Note and its related objects relationship table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-and-its-related-objects-relationship-table/m-p/9677183#M1766761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a breakpoint in FM SCWB_CINST_READ, and then display note using SNOTE transaction.&lt;/P&gt;&lt;P&gt;In one of the calls, you would get object list in AS_CORR_INSTRUCTION-OBJECT_LIST.&lt;/P&gt;&lt;P&gt;Idea is to get correction instruction from SAP note, populate correction key in AS_CORR_INSTRUCTION, and call the FM with IV_READ_OBJECT_LIST = 'X' to get object list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 08:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-and-its-related-objects-relationship-table/m-p/9677183#M1766761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T08:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Note and its related objects relationship table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-and-its-related-objects-relationship-table/m-p/9677184#M1766762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to find the table which stores objects list for SAP note using above method.&lt;/P&gt;&lt;P&gt;It is stored in table CWBCIOBJ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pushkar Joshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 04:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-note-and-its-related-objects-relationship-table/m-p/9677184#M1766762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-05T04:12:34Z</dc:date>
    </item>
  </channel>
</rss>

