<?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 ACC_DOCUMENT02 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/acc-document02/m-p/6235156#M1381268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt; I need to populate fileds of IDOC segments &lt;/P&gt;&lt;P&gt;Acc_document02 Idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any body guide me ,which segments and fields i need to fill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E1BPACHE09 : Header segment&lt;/P&gt;&lt;P&gt;E1BPACGL09 : G/L account item &lt;/P&gt;&lt;P&gt;E1BPACCR09 : Currency Items &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is these segments are enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What else fields i need to add or remove..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is field &lt;/P&gt;&lt;P&gt;ITEMNO_ACC : Accounting Document Line Item Number &lt;/P&gt;&lt;P&gt;and how to fill it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am getting Error 51:Application document not posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2009 14:40:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-08T14:40:06Z</dc:date>
    <item>
      <title>ACC_DOCUMENT02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acc-document02/m-p/6235156#M1381268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt; I need to populate fileds of IDOC segments &lt;/P&gt;&lt;P&gt;Acc_document02 Idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any body guide me ,which segments and fields i need to fill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E1BPACHE09 : Header segment&lt;/P&gt;&lt;P&gt;E1BPACGL09 : G/L account item &lt;/P&gt;&lt;P&gt;E1BPACCR09 : Currency Items &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is these segments are enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What else fields i need to add or remove..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is field &lt;/P&gt;&lt;P&gt;ITEMNO_ACC : Accounting Document Line Item Number &lt;/P&gt;&lt;P&gt;and how to fill it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am getting Error 51:Application document not posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 14:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acc-document02/m-p/6235156#M1381268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-08T14:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: ACC_DOCUMENT02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acc-document02/m-p/6235157#M1381269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ITEMNO_ACC : Accounting Document Line Item Number  you can use any increment variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  v_itemno = v_itemno + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E1BPACGL09-ITEMNO_ACC = v_itemno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will store the line nos as 1 , 2 , 3 ... once the document is posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check which segments and fields need to be filled, I would suggest to post the document manually through transaction. Note down the mandatory fields on screen and identify(or map) them in segments. Fill these fields and try again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Savitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 09:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acc-document02/m-p/6235157#M1381269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-12T09:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: ACC_DOCUMENT02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/acc-document02/m-p/6235158#M1381270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in we02&lt;/P&gt;&lt;P&gt;just below the 51 status - you will find the error description,&lt;/P&gt;&lt;P&gt;please let me know that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 09:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/acc-document02/m-p/6235158#M1381270</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2009-10-12T09:52:22Z</dc:date>
    </item>
  </channel>
</rss>

