<?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: Project IDoc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-idoc/m-p/5640470#M1283775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use Change pointers ..it will creates the idoc with only changed data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These 3 trasactions to activate change pointers globally,and for message types and for data ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BD61&lt;/P&gt;&lt;P&gt;BD62&lt;/P&gt;&lt;P&gt;BD51&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then execute BD21 (RBDMIDOC ) to create the idoc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2009 12:08:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-06T12:08:33Z</dc:date>
    <item>
      <title>Project IDoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-idoc/m-p/5640469#M1283774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to send changes done in the project (related to network order or WBS) as an IDoc. Is there any IDoc and standard process to distribute Project data (similar to Material master or sales order)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nishant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: nishant patel on May 6, 2009 1:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 11:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-idoc/m-p/5640469#M1283774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T11:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Project IDoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-idoc/m-p/5640470#M1283775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use Change pointers ..it will creates the idoc with only changed data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These 3 trasactions to activate change pointers globally,and for message types and for data ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BD61&lt;/P&gt;&lt;P&gt;BD62&lt;/P&gt;&lt;P&gt;BD51&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then execute BD21 (RBDMIDOC ) to create the idoc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 12:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-idoc/m-p/5640470#M1283775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T12:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Project IDoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-idoc/m-p/5640471#M1283776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by activating the change Pointer of the fields what you want ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data is sent when ever the data is changed for the fields activated change pointers..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to write custom program that will check the CHDIR or CDPOS table,s for the fields ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that data is changed if the data is changed trigger the idoc using custom program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 12:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-idoc/m-p/5640471#M1283776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T12:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Project IDoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-idoc/m-p/5640472#M1283777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Projects you can use PROJECT Message type, transaction for creating the IDOC is CJAL.&lt;/P&gt;&lt;P&gt;For Networks I did develop my own Custom IDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per as change pointers are concerned RBDMIDOC is program for creating IDOC for changes but for that you need to activate the change documents first thru SPRO (Under Project System)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then use Shared Master Data to create change pointers from Change documents.&lt;/P&gt;&lt;P&gt;[This|http://help.sap.com/saphelp_45b/helpdata/en/78/2178da51ce11d189570000e829fbbd/content.htm]&lt;/P&gt;&lt;P&gt;would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 13:25:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-idoc/m-p/5640472#M1283777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T13:25:14Z</dc:date>
    </item>
  </channel>
</rss>

