<?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: Need to Post f-02 Using bapi:BAPI_ACC_DOCUMENT_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530633#M19332</link>
    <description>&lt;P&gt;hi, Sir,&lt;/P&gt;
  &lt;P&gt;Accoun Gl 4 lines&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/78303-accoungl.png" /&gt;&lt;/P&gt;
  &lt;P&gt;4th line is for vendor that is the reason not passing gl only passing vendor.&lt;/P&gt;
  &lt;P&gt;Accountpay&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/78304-acconpay.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Only single line passing vendor.&lt;/P&gt;
  &lt;P&gt;Anything is wrong. please update me.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2017 11:42:41 GMT</pubDate>
    <dc:creator>former_member51294</dc:creator>
    <dc:date>2017-10-12T11:42:41Z</dc:date>
    <item>
      <title>Need to Post f-02 Using bapi:BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530626#M19325</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I am facing one problem.&lt;BR /&gt;I need to post Gl account posting Using Bapi::BAPI_ACC_DOCUMENT_POST&lt;BR /&gt;If i post Gl account credit debit everything is fine.&lt;/P&gt;
  &lt;P&gt;But If i post or mention Vendor code with special Gl it is not working.&lt;/P&gt;
  &lt;P&gt;I am calling bapi:&lt;/P&gt;
  &lt;P&gt; CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'&lt;BR /&gt; EXPORTING&lt;BR /&gt; documentheader = documentheader&lt;BR /&gt; * IMPORTING&lt;BR /&gt; * OBJ_TYPE = OBJ_TYPE&lt;BR /&gt; * OBJ_KEY = OBJ_KEY&lt;BR /&gt; * OBJ_SYS = OBJ_SYS&lt;BR /&gt; TABLES&lt;BR /&gt; accountgl = accountgl&lt;BR /&gt; accountpayable = accountpay&lt;BR /&gt; currencyamount = currencyamount&lt;BR /&gt; extension1 = extension&lt;BR /&gt; return = return.&lt;/P&gt;
  &lt;P&gt;In the abvoe &lt;BR /&gt;accountgl I am passing Vendor and account type&lt;BR /&gt;accountgl-vendor_no = it_final-lifnr.&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt; accountgl-acct_type = 'K'.&lt;/P&gt;
  &lt;P&gt;and accountpay Details&lt;BR /&gt;i am passing Special Gl account too.&lt;/P&gt;
  &lt;P&gt;While posting Front end f-02 with same data , document posting. But using bapi I am not able to post. Any thing i missed Please Suggest me.&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 07:47:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530626#M19325</guid>
      <dc:creator>former_member51294</dc:creator>
      <dc:date>2017-10-12T07:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Post f-02 Using bapi:BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530627#M19326</link>
      <description>&lt;P&gt;Pass the vendor item in the accountpayable table, not to the accountgl one, fill VENDOR_NO and SP_GL_IND correctly. Which SGL ind did you try?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 08:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530627#M19326</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-10-12T08:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Post f-02 Using bapi:BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530628#M19327</link>
      <description>&lt;P&gt;Thank you very much for your reply.&lt;BR /&gt;yes , I am passing vendor_no and sp_gl_ind&lt;BR /&gt;Can you please have a look on below images.&lt;BR /&gt;Any thing i am missing, Special Gl indicator . E i am passing. If i post Front end , Document posting.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/78283-sp1.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/78284-sp2.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 08:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530628#M19327</guid>
      <dc:creator>former_member51294</dc:creator>
      <dc:date>2017-10-12T08:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Post f-02 Using bapi:BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530629#M19328</link>
      <description>&lt;P&gt;I am getting as like below&lt;/P&gt;
  &lt;P&gt;FI/CO interface: Balance in transaction currency&lt;/P&gt;
  &lt;P&gt; Error in document: BKPFF $ VEDCLNT666&lt;/P&gt;
  &lt;P&gt;Message class: RW : 022&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 09:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530629#M19328</guid>
      <dc:creator>former_member51294</dc:creator>
      <dc:date>2017-10-12T09:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Post f-02 Using bapi:BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530630#M19329</link>
      <description>&lt;P&gt;Did you create the amount records of currencyamount (transaction currency 00) for GL and AP records with a zero sum?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 11:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530630#M19329</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-10-12T11:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Post f-02 Using bapi:BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530631#M19330</link>
      <description>&lt;P&gt;Yes Sir, i did.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/78302-sp33.png" /&gt;&lt;/P&gt;
  &lt;P&gt; What is the problem i did not understood. problem is coming creation with vendor it is coming. otherwise working fine.But i need with vendor code. Error message leading me at se91 Message class:RW and mess no:022&lt;BR /&gt;Did not understood what is the problem&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 11:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530631#M19330</guid>
      <dc:creator>former_member51294</dc:creator>
      <dc:date>2017-10-12T11:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Post f-02 Using bapi:BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530632#M19331</link>
      <description>&lt;P&gt;Have you put 4 items in GL(3) and AP(1) tables, with one occurence for each item number 1-4?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 11:25:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530632#M19331</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-10-12T11:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Post f-02 Using bapi:BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530633#M19332</link>
      <description>&lt;P&gt;hi, Sir,&lt;/P&gt;
  &lt;P&gt;Accoun Gl 4 lines&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/78303-accoungl.png" /&gt;&lt;/P&gt;
  &lt;P&gt;4th line is for vendor that is the reason not passing gl only passing vendor.&lt;/P&gt;
  &lt;P&gt;Accountpay&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/78304-acconpay.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Only single line passing vendor.&lt;/P&gt;
  &lt;P&gt;Anything is wrong. please update me.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 11:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530633#M19332</guid>
      <dc:creator>former_member51294</dc:creator>
      <dc:date>2017-10-12T11:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Post f-02 Using bapi:BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530634#M19333</link>
      <description>&lt;P&gt;You should have only 4 lines in total in GL + AP tables, remove the GL item associated to vendor, give the AP item a number not already associated to any GL item (e.g. vendor item is 1, GL items are 2, 3 and 4, account items are 1, 2, 3 and 4)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530634#M19333</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-10-12T13:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Post f-02 Using bapi:BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530635#M19334</link>
      <description>&lt;P&gt;Don't duplicate the same item : only in GL or AP table, use a number for AP that is not used by any GL item. (Here you try to generate a document of 5 lines)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530635#M19334</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-10-12T14:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Post f-02 Using bapi:BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530636#M19335</link>
      <description>&lt;P&gt;hi &lt;A href="https://answers.sap.com/users/1270/raymondgiuseppi.html"&gt;Raymond Giuseppi&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;I got the answer. There is One Custom Function module is there, When i ever i create the Entry with Vendor, one field xfield is passing as x automatically. This line is deleting the function module.&lt;/P&gt;
  &lt;P&gt;Now i remove the code. Now working.I did not understood. 1 point,When ever line entry is having posting key with 39,One more line with posting key 31 is coming. In the zfunction module they are removing the 31 line entry, Then only I can add the entry using bapi. Other wise fi interface error is coming.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 08:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-post-f-02-using-bapi-bapi-acc-document-post/m-p/530636#M19335</guid>
      <dc:creator>former_member51294</dc:creator>
      <dc:date>2017-10-18T08:22:22Z</dc:date>
    </item>
  </channel>
</rss>

