<?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>Question Re: Posting Date In Confirmation in Spend Management Q&amp;A</title>
    <link>https://community.sap.com/t5/spend-management-q-a/posting-date-in-confirmation/qaa-p/10260848#M158774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also having same requirement and issue&lt;/P&gt;&lt;P&gt;Is there any solution you found to meet this requirement ?&lt;/P&gt;&lt;P&gt;Kindly provide solution if you have found one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2016 11:13:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-06-14T11:13:10Z</dc:date>
    <item>
      <title>Posting Date In Confirmation</title>
      <link>https://community.sap.com/t5/spend-management-q-a/posting-date-in-confirmation/qaq-p/10260844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;Dear All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;If an approver approves a confirmation posted in previous month, then it is not possible for them to approve due to backend posting period validation.&lt;BR /&gt; In our system, we have a custom setup in BBP_DOC_CHANGE_BADI to automatically populate current date as posting date in confirmation document.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;After BRF is implemented, approval step is not going through BBP_DOC_CHANGE_BADI, Thus Posting date is not updating to current date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Has anybody have any clue/tips on this, how can we achieve this? We are in SRM 702.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 17:19:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/posting-date-in-confirmation/qaq-p/10260844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-07T17:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Date In Confirmation</title>
      <link>https://community.sap.com/t5/spend-management-q-a/posting-date-in-confirmation/qaa-p/10260845#M158771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using automatic approval， document was changed previously by&lt;/P&gt;&lt;P&gt;BBP_DOC_CHANGE_BADI and will be approved in few seconds. In this&lt;/P&gt;&lt;P&gt;case the call of BADI again it makes no sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not using automatic approval, then this BADI with method BBP_CONF_CHANGE should take effect on this, and I suggest setting breakpint at this BADI to see why changes are not refelected to confirmation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ivy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 03:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/posting-date-in-confirmation/qaa-p/10260845#M158771</guid>
      <dc:creator>ivy_li</dc:creator>
      <dc:date>2014-04-10T03:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Date In Confirmation</title>
      <link>https://community.sap.com/t5/spend-management-q-a/posting-date-in-confirmation/qaa-p/10260846#M158772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are not using Automatic approval. Therefore, Expectation is to &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BBP_CONF_CHANGE &lt;/SPAN&gt;trigger. But this is not triggering in case of Posting period is closed, But if Posting period not closed then it triggers. Assumption is, After BRF the call stake has been changed, like system checks the bakcend errors with GOODS MOVEMENT BAPI CHECK before the BADI call. so the&amp;nbsp; Error message popping up before BADi call which might be restricting the BADi call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other tips? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 06:41:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/posting-date-in-confirmation/qaa-p/10260846#M158772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-23T06:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Date In Confirmation</title>
      <link>https://community.sap.com/t5/spend-management-q-a/posting-date-in-confirmation/qaa-p/10260847#M158773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the exact error? Maybe I can find more hints with this error.&lt;/P&gt;&lt;P&gt;Is it error M7 037？&lt;/P&gt;&lt;P&gt;If so, is it possible to change the posting date in confirmation header?&lt;/P&gt;&lt;P&gt;If not, I think we can set break point at function 'B46A_GOODSMVT_CREATE_CHECK'. And BAPI BAPI_GOODSMVT_CREATE will be called to trigger the error. You can change the posting date to one valid date in order to prevent this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ivy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 08:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/posting-date-in-confirmation/qaa-p/10260847#M158773</guid>
      <dc:creator>ivy_li</dc:creator>
      <dc:date>2014-04-24T08:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Posting Date In Confirmation</title>
      <link>https://community.sap.com/t5/spend-management-q-a/posting-date-in-confirmation/qaa-p/10260848#M158774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also having same requirement and issue&lt;/P&gt;&lt;P&gt;Is there any solution you found to meet this requirement ?&lt;/P&gt;&lt;P&gt;Kindly provide solution if you have found one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 11:13:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/posting-date-in-confirmation/qaa-p/10260848#M158774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-14T11:13:10Z</dc:date>
    </item>
  </channel>
</rss>

