<?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 ABPER Problem for BAPI_ACC_DOCUMENT_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abper-problem-for-bapi-acc-document-post/m-p/5353989#M1232723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello;&lt;/P&gt;&lt;P&gt;I'm using BAPI_ACC_DOCUMENT_POST to create  FI G/L Documents.&lt;/P&gt;&lt;P&gt;In customizing ABPER(Settlement period) is a obligatory field for only one HKONT (General Ledger Account).&lt;/P&gt;&lt;P&gt;There is no problem for other HKONTs.&lt;/P&gt;&lt;P&gt;But there is no ABPER field in BAPI's imports/tables/changings structure &lt;/P&gt;&lt;P&gt;or table.&lt;/P&gt;&lt;P&gt;When ABPER field is empty , bapi isn't create documents.&lt;/P&gt;&lt;P&gt;Error Message : u201CField Settl.per. is a required field for G/L account 600 1810200000u201D &lt;/P&gt;&lt;P&gt;Mesaage Class : F5 u2013 Number : 808&lt;/P&gt;&lt;P&gt;How can I solve this problem.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2009 09:28:24 GMT</pubDate>
    <dc:creator>former_member212713</dc:creator>
    <dc:date>2009-03-11T09:28:24Z</dc:date>
    <item>
      <title>ABPER Problem for BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abper-problem-for-bapi-acc-document-post/m-p/5353989#M1232723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello;&lt;/P&gt;&lt;P&gt;I'm using BAPI_ACC_DOCUMENT_POST to create  FI G/L Documents.&lt;/P&gt;&lt;P&gt;In customizing ABPER(Settlement period) is a obligatory field for only one HKONT (General Ledger Account).&lt;/P&gt;&lt;P&gt;There is no problem for other HKONTs.&lt;/P&gt;&lt;P&gt;But there is no ABPER field in BAPI's imports/tables/changings structure &lt;/P&gt;&lt;P&gt;or table.&lt;/P&gt;&lt;P&gt;When ABPER field is empty , bapi isn't create documents.&lt;/P&gt;&lt;P&gt;Error Message : u201CField Settl.per. is a required field for G/L account 600 1810200000u201D &lt;/P&gt;&lt;P&gt;Mesaage Class : F5 u2013 Number : 808&lt;/P&gt;&lt;P&gt;How can I solve this problem.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 09:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abper-problem-for-bapi-acc-document-post/m-p/5353989#M1232723</guid>
      <dc:creator>former_member212713</dc:creator>
      <dc:date>2009-03-11T09:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABPER Problem for BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abper-problem-for-bapi-acc-document-post/m-p/5353990#M1232724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mehil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the BAPI and found this fields as in Include LACC9F20 line 884&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; gs_accit-monat              = gs_bapi_accit-fis_period          .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; gs_accit-ABPER              = gs_bapi_accit-STLMNT_PER          .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  gs_accit-blart              = gs_bapi_accit-doc_type            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is commented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now from this point u have to proceed and find some soultion (enhancement or userexit)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 10:04:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abper-problem-for-bapi-acc-document-post/m-p/5353990#M1232724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T10:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABPER Problem for BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abper-problem-for-bapi-acc-document-post/m-p/5353991#M1232725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some reasons, most of the standard BAPIs dont use the field names from the transaction tables.&lt;/P&gt;&lt;P&gt;So its highly possible that Settlement period is not ABPER in your bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can double check with the text of fields in all the tables/ structures for something similor to settlement period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still dont find it, may be you should try using the EXTENSION1 table parameter which is usually used to fill in the customer exit fields.&lt;/P&gt;&lt;P&gt;Let me know if you need any help in fill the data in EXTENSION1 parameter.There are lots of examples in the forums anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathews.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 10:05:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abper-problem-for-bapi-acc-document-post/m-p/5353991#M1232725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T10:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABPER Problem for BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abper-problem-for-bapi-acc-document-post/m-p/5353992#M1232726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this u need to activate the BADI "ACC_DOCUMENT" with the class "CL_EXM_IM_ACC_DOCUMENT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then u have to use the BAPI extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) first create a structure suppose &lt;STRONG&gt;zteststru&lt;/STRONG&gt; with the fields --- POSNR, ABPER&lt;/P&gt;&lt;P&gt;2) Use the above created structure in the BAPI extension "EXTENSION1". Check BAPI doc for more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the data as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXTENSION1-STRUCTURE = 'zteststru'.&lt;/P&gt;&lt;P&gt;EXTENSION1-VALUE1 = POSNR.&lt;/P&gt;&lt;P&gt;EXTENSION1-VALUE2 = ABPER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 15:19:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abper-problem-for-bapi-acc-document-post/m-p/5353992#M1232726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T15:19:25Z</dc:date>
    </item>
  </channel>
</rss>

