<?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: Update CDHDR on changes using FB02 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153866#M1369059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no comments&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jul 2010 14:27:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-20T14:27:11Z</dc:date>
    <item>
      <title>Update CDHDR on changes using FB02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153859#M1369052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm making certain changes using transaction FB02 which is logged in CDHDR/CDPOS table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how does the updation of these tables take place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers to FM/ program that makes the update to these tables will be highly useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 14:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153859#M1369052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T14:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Update CDHDR on changes using FB02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153860#M1369053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Fm CHANGEDOCUMENT_READ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 14:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153860#M1369053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T14:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Update CDHDR on changes using FB02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153861#M1369054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's an abundance of information on this topic if you search for it.  Also, have you traced the transaction with Runtime Analysis?  You'll see the calls in there that record the changes...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 14:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153861#M1369054</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2009-09-30T14:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Update CDHDR on changes using FB02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153862#M1369055</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;try to look into these tables via se16/se16n and you can see what be happend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also us FM: CHANGEDOCUMENT_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 14:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153862#M1369055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T14:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Update CDHDR on changes using FB02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153863#M1369056</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;Thanks for the info but i see this FM is not called in the transaction FB02 to update CDHDR. Any clue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As soon as i make a change to ZTERM in this transaction and save it, this is reflected in CDHDR/CDPOS. Please help me to find which FM does the update since these are standard tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 14:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153863#M1369056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T14:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Update CDHDR on changes using FB02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153864#M1369057</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;U need to check which object of change document is assign to account document (it should be BELEG, u can see it in report MF01ABLN).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now by trx SCDO u can find out which Abap object was generated for your change document object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BELEG u can see the fm BELEG_WRITE_DOCUMENT: this fm is called to update the table CDHDR and CDPOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can also find out the program FF05LCDC where the fm is called: here it's defined the form CD_CALL_BELEG, u can use to call the fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 14:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153864#M1369057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T14:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Update CDHDR on changes using FB02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153865#M1369058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As soon as i make a change to ZTERM in this transaction and save it, this is reflected in CDHDR/CDPOS. Please help me to find which FM does the update since these are standard tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you would just use the development tools SAP has made available to you and which I have already suggested, then you would find your answer.  A little reading in the help files on how change document objects work wouldn't hurt either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 16:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153865#M1369058</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2009-10-01T16:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Update CDHDR on changes using FB02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153866#M1369059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no comments&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 14:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-cdhdr-on-changes-using-fb02/m-p/6153866#M1369059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-20T14:27:11Z</dc:date>
    </item>
  </channel>
</rss>

