<?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: BAPI_ACC_DOCUMENT_POST Error Cmmt item in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-error-cmmt-item/m-p/4929164#M1149934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;I added to the accountgl item, but it doesnt work. &lt;/P&gt;&lt;P&gt;Do u have any idea why? if i post a document by f-02 it askes me for the cmmt item twice, for example i do a mov. 40 and askes it and then the second mov. 31 and it askes me again, because it is an obligatory field. but in the bapi i added to the accountgl where just one mov is on it, so i thought that i must add it in another table. &lt;/P&gt;&lt;P&gt;is it correct?&lt;/P&gt;&lt;P&gt;Thanks in advice.&lt;/P&gt;&lt;P&gt;PD: Before, i didnt use the commy field and the bapi worked fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2008 22:05:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-18T22:05:31Z</dc:date>
    <item>
      <title>BAPI_ACC_DOCUMENT_POST Error Cmmt item</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-error-cmmt-item/m-p/4929162#M1149932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I am using the BAPI "BAPI_ACC_DOCUMENT_POST". It was working fine until the field "Commitment Item"  was changed to OBLIGATORY. I tried so many times to add it to the bapi, but it doesnt work, it gives me an error F5 808, Field Cmmt Item is a required field for G/L account 1000 22200406.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the estructure that i am using with this BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;        documentheader          = ti_header&lt;/P&gt;&lt;P&gt;        customercpd             = ti_cus_ven2&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            CONTRACTHEADER          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;        obj_type                = obj_type2&lt;/P&gt;&lt;P&gt;        obj_key                 = obj_key2&lt;/P&gt;&lt;P&gt;        obj_sys                 = obj_sys2&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;        accountgl               = ti_mayor&lt;/P&gt;&lt;P&gt;        accountreceivable       = ti_deudor&lt;/P&gt;&lt;P&gt;        accountpayable          = ti_acreedor&lt;/P&gt;&lt;P&gt;        accounttax              = ti_impto&lt;/P&gt;&lt;P&gt;        currencyamount          = ti_monto&lt;/P&gt;&lt;P&gt;        criteria                = ti_criterio&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    VALUEFIELD              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    EXTENSION1              =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        return                  = ti_mensaje&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PAYMENTCARD             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CONTRACTITEM            =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       extension2              = ti_exten&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    REALESTATE              =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        accountwt               = ti_imptowt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was able to add it in :&lt;/P&gt;&lt;P&gt;        ti_mayor-cmmt_item      = ti_datofi-fipos.&lt;/P&gt;&lt;P&gt;        ti_mayor-CMMT_ITEM_LONG = ti_datofi-fipos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i couldnt find the way to add it at it_acreedor. So, probably that's why it doesnt work.&lt;/P&gt;&lt;P&gt;Please, give me some advice. &lt;/P&gt;&lt;P&gt;Where can i add that field to the bapi?? thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 20:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-error-cmmt-item/m-p/4929162#M1149932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T20:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST Error Cmmt item</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-error-cmmt-item/m-p/4929163#M1149933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you need to add it to the vendor - just the GL items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 20:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-error-cmmt-item/m-p/4929163#M1149933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T20:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST Error Cmmt item</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-error-cmmt-item/m-p/4929164#M1149934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;I added to the accountgl item, but it doesnt work. &lt;/P&gt;&lt;P&gt;Do u have any idea why? if i post a document by f-02 it askes me for the cmmt item twice, for example i do a mov. 40 and askes it and then the second mov. 31 and it askes me again, because it is an obligatory field. but in the bapi i added to the accountgl where just one mov is on it, so i thought that i must add it in another table. &lt;/P&gt;&lt;P&gt;is it correct?&lt;/P&gt;&lt;P&gt;Thanks in advice.&lt;/P&gt;&lt;P&gt;PD: Before, i didnt use the commy field and the bapi worked fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 22:05:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-error-cmmt-item/m-p/4929164#M1149934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T22:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST Error Cmmt item</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-error-cmmt-item/m-p/4929165#M1149935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using Funds Management?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 13:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-error-cmmt-item/m-p/4929165#M1149935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T13:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_DOCUMENT_POST Error Cmmt item</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-error-cmmt-item/m-p/4929166#M1149936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;thanks for ur replies, but the problem was sth in customizing, so now it is working fine.&lt;/P&gt;&lt;P&gt;thanks, bye bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 13:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-document-post-error-cmmt-item/m-p/4929166#M1149936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T13:54:00Z</dc:date>
    </item>
  </channel>
</rss>

