<?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: Posting period problem in BAPI_ACC_DOCUMENT_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-period-problem-in-bapi-acc-document-post/m-p/1291926#M155641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jun 2006 17:51:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-02T17:51:02Z</dc:date>
    <item>
      <title>Posting period problem in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-period-problem-in-bapi-acc-document-post/m-p/1291921#M155636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using BAPI_ACC_DOCUMENT_POST to post documents for AR.It works fine in all the scenarios except when 2 posting periods are open.The previous posting period is open till 1st week of next month.I want to post in the 1st week for the previous posting period.I get the error&lt;/P&gt;&lt;P&gt;period 05 is not allowed.Is there any value i need to pass&lt;/P&gt;&lt;P&gt;to the function module.Please help.The normal fb01 does post to the previous period.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 15:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-period-problem-in-bapi-acc-document-post/m-p/1291921#M155636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T15:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Posting period problem in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-period-problem-in-bapi-acc-document-post/m-p/1291922#M155637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Prasad&lt;/P&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;As far as i know you cannot post when the period is open.&lt;/P&gt;&lt;P&gt;please check with your FI consultant and tell them that the respective period is open..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mark all useful answers..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 15:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-period-problem-in-bapi-acc-document-post/m-p/1291922#M155637</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-06-02T15:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Posting period problem in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-period-problem-in-bapi-acc-document-post/m-p/1291923#M155638</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;BAPI will return if period is not open like this.&lt;/P&gt;&lt;P&gt;'perios 04 2006 is not open for posting'.&lt;/P&gt;&lt;P&gt;but your error message is period 05 is not allowed. please check the date that you are passing and check the year that you are passing to it.&lt;/P&gt;&lt;P&gt;If not get period and year using the FM 'FI_PERIOD_DETERMINE' and pass this year and period to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 15:47:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-period-problem-in-bapi-acc-document-post/m-p/1291923#M155638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T15:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Posting period problem in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-period-problem-in-bapi-acc-document-post/m-p/1291924#M155639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right now both periods 05 &amp;amp; 06 are open.When i debugg and see there is a check for posting period.It gets the current period and if it is not equal to current period it gives the message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 16:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-period-problem-in-bapi-acc-document-post/m-p/1291924#M155639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T16:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Posting period problem in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-period-problem-in-bapi-acc-document-post/m-p/1291925#M155640</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;Check wether you are passing the year and posting date and period in all the tables where ever required.&lt;/P&gt;&lt;P&gt;Like AR, AP, GL where ever you are trying to post it.&lt;/P&gt;&lt;P&gt;check it throughly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 16:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-period-problem-in-bapi-acc-document-post/m-p/1291925#M155640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T16:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Posting period problem in BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-period-problem-in-bapi-acc-document-post/m-p/1291926#M155641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 17:51:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-period-problem-in-bapi-acc-document-post/m-p/1291926#M155641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T17:51:02Z</dc:date>
    </item>
  </channel>
</rss>

