<?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 Accounting document entry date in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accounting-document-entry-date/m-p/1448361#M212508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a function to get the Accounting document entry date? Given the batch number (charg) and Number of material document (mblnr)&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, 12 Jul 2006 07:27:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-12T07:27:34Z</dc:date>
    <item>
      <title>Accounting document entry date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accounting-document-entry-date/m-p/1448361#M212508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a function to get the Accounting document entry date? Given the batch number (charg) and Number of material document (mblnr)&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, 12 Jul 2006 07:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accounting-document-entry-date/m-p/1448361#M212508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T07:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Accounting document entry date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accounting-document-entry-date/m-p/1448362#M212509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; You can check in the table for the creation date ..&lt;/P&gt;&lt;P&gt;by giving the below inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 07:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accounting-document-entry-date/m-p/1448362#M212509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T07:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Accounting document entry date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accounting-document-entry-date/m-p/1448363#M212510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Goto BKPF table, based on BWKEY(mblnr and gjahr) select the BELNR (ACCOUNTING DOCUMENT NUMBER) .&lt;/P&gt;&lt;P&gt;  This is easiest way to select the accounting document number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks,&lt;/P&gt;&lt;P&gt; Neptune.M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz reward if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 07:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accounting-document-entry-date/m-p/1448363#M212510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T07:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Accounting document entry date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accounting-document-entry-date/m-p/1448364#M212511</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;There is no FM to extract FI document details using material batch and document number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easiest way could be select statement. You can extract FI document creation date from BKPF table. use following values to extract FI document using material document no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BKPF-AWKEY = Concatenate MKPF-MBLNR and MKPF-GJAHR &lt;/P&gt;&lt;P&gt;BKPF-AWTYP = 'MKPF' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 08:25:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accounting-document-entry-date/m-p/1448364#M212511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T08:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Accounting document entry date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accounting-document-entry-date/m-p/1448365#M212512</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 this FM &amp;lt;b&amp;gt;AC_DOCUMENT_RECORD&amp;lt;/b&amp;gt;, to get the Accounting Documents . For Export parameters just search for this FM in MIRO program , put a break-point, where u will come to know how to use this FM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option 2 : Get the MBLNR  for the CHARG from MKPF&lt;EM&gt;MSEG ,and get AWKEY from this like MBLNR&lt;/EM&gt;MJAHR pass this one to BKPF to get the Accounting Document @ Header Level.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 08:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accounting-document-entry-date/m-p/1448365#M212512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T08:38:12Z</dc:date>
    </item>
  </channel>
</rss>

