<?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: Updating BKPF table using User-Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462407#M552617</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;When i check the document in MB02 txn.. the posting and document date will be in disable mode.. can i update these field values through BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aruna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2007 05:03:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-28T05:03:41Z</dc:date>
    <item>
      <title>Updating BKPF table using User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462401#M552611</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;In User-exit, i am trying to modify Document date and Posting date of Accounting Document (Table : BKPF ) by using the following stmt:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   modify bkpf from table it_bkpf1.&lt;/P&gt;&lt;P&gt;   if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      commit work and wait.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the modification is not done for some Accounting Document's.&lt;/P&gt;&lt;P&gt;While debugging it is updating but not for Normal execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aruna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:28:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462401#M552611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T13:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Updating BKPF table using User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462402#M552612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;STOP! you should not be directly modifying standard table BKPF. You must find either a suitable user-exit or BAPI to indirectly modify the table. Direct updates to standard tables could get you into a lot of trouble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's updating during debugging because you are probably getting an implicit commit work as you step through the debug session.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:39:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462402#M552612</guid>
      <dc:creator>former_member378318</dc:creator>
      <dc:date>2007-06-27T13:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Updating BKPF table using User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462403#M552613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use  a FM  or a BAPI to match the corresponding functionality..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462403#M552613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T13:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Updating BKPF table using User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462404#M552614</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;Can you please give us the BAPI name through which i can update doc. date and posting date in BKPF table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Aruna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462404#M552614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T14:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Updating BKPF table using User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462405#M552615</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;Can you please give us the BAPI name through which i can update doc. date and posting date in BKPF table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Aruna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462405#M552615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T14:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Updating BKPF table using User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462406#M552616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Why not do a simple BDC for transaction MB02? may be the best option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462406#M552616</guid>
      <dc:creator>former_member378318</dc:creator>
      <dc:date>2007-06-27T14:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Updating BKPF table using User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462407#M552617</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;When i check the document in MB02 txn.. the posting and document date will be in disable mode.. can i update these field values through BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aruna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 05:03:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462407#M552617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T05:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Updating BKPF table using User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462408#M552618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why would you want to change the document date, I don't think you should be changing that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 08:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462408#M552618</guid>
      <dc:creator>former_member378318</dc:creator>
      <dc:date>2007-06-28T08:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Updating BKPF table using User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462409#M552619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  The Document Date is the date in which the business transaction for the Documente(e.g., a transfer of posting) took place. The document date is the date on which the original document was issued.&lt;/P&gt;&lt;P&gt;The document date can, for example, refer to the creation date of the delivery note issued by the vendor or the internal goods receipt slip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: It is possible that an invoice was issued with a Document Date of 6/15/98, entered into R/3 on 7/15/98 (Entry Date) with a Posting Date of 6/30/98 (to post the Document in the previous fiscal year). Many times, all three of these dates are the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that the &amp;lt;b&amp;gt;exit SAPLF051&amp;lt;/b&amp;gt; was active. You may need to activate it through transaction CMOD. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 08:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-bkpf-table-using-user-exit/m-p/2462409#M552619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T08:54:45Z</dc:date>
    </item>
  </channel>
</rss>

