<?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: Using BAPI,  BAPI_ACC_GL_POSTING_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-bapi-acc-gl-posting-post/m-p/1207421#M132601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajkumar,&lt;/P&gt;&lt;P&gt;   I have never raised an event.&lt;/P&gt;&lt;P&gt;Is that mean that I have to create an independant Z program to post the FI document ?&lt;/P&gt;&lt;P&gt;If it's the case, how do I pass the parameters to the program.&lt;/P&gt;&lt;P&gt;Can I create a Z function that will do the post document and call that function from my BADI implementation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Mar 2006 14:30:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-01T14:30:45Z</dc:date>
    <item>
      <title>Using BAPI,  BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-bapi-acc-gl-posting-post/m-p/1207418#M132598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I am using this BAPI into a BADI's implementation to post FI document from tcode MIGO.&lt;/P&gt;&lt;P&gt;When running in debug mode, BADI's return table is sucessfull, but whole tcode MIGO short dump, with message:&lt;/P&gt;&lt;P&gt;Short text of error message:&lt;/P&gt;&lt;P&gt;System error in the FI/CO interface&lt;/P&gt;&lt;P&gt;Technical information about the message:&lt;/P&gt;&lt;P&gt; Diagnosis&lt;/P&gt;&lt;P&gt; Updating of the FI/CO interface was called with object type "MKPF" yet the checks were run for object type "BKPFF".&lt;/P&gt;&lt;P&gt;System Response                                            &lt;/P&gt;&lt;P&gt;    Checking and updating must be for the same object type.&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 14:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-bapi-acc-gl-posting-post/m-p/1207418#M132598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T14:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI,  BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-bapi-acc-gl-posting-post/m-p/1207419#M132599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;try to use&lt;/P&gt;&lt;P&gt;BADI 'ACC_DOCUMENT' &lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 14:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-bapi-acc-gl-posting-post/m-p/1207419#M132599</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-03-01T14:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI,  BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-bapi-acc-gl-posting-post/m-p/1207420#M132600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   This is because it trying to access the material document data before it is getting created. So inside the BADI implementatin dont call BAPI directly. Raise an event which will starts a background job that will do this BAPI call after the material document has been created. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;rajkumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 14:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-bapi-acc-gl-posting-post/m-p/1207420#M132600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T14:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI,  BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-bapi-acc-gl-posting-post/m-p/1207421#M132601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajkumar,&lt;/P&gt;&lt;P&gt;   I have never raised an event.&lt;/P&gt;&lt;P&gt;Is that mean that I have to create an independant Z program to post the FI document ?&lt;/P&gt;&lt;P&gt;If it's the case, how do I pass the parameters to the program.&lt;/P&gt;&lt;P&gt;Can I create a Z function that will do the post document and call that function from my BADI implementation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 14:30:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-bapi-acc-gl-posting-post/m-p/1207421#M132601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T14:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI,  BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-bapi-acc-gl-posting-post/m-p/1207422#M132602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.You can raise an event by calling a FM 'BP_EVENT_RAISE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Yes you have to create a Z program to post FI document . Form BADI you export the  values and in program you import it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.No if you call the Z function module also you will get the same error because it is sequential process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 14:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-bapi-acc-gl-posting-post/m-p/1207422#M132602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T14:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI,  BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-bapi-acc-gl-posting-post/m-p/1207423#M132603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I found this way to execute my call function:&lt;/P&gt;&lt;P&gt;        CALL FUNCTION 'BAPI_ACC_GL_POSTING_POST' IN BACKGROUND TASK AS SEPARATE UNIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it works wery well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 16:03:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-bapi-acc-gl-posting-post/m-p/1207423#M132603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T16:03:41Z</dc:date>
    </item>
  </channel>
</rss>

