<?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 G/L document post through fb01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-post-through-fb01/m-p/1049826#M88848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt; i am using bapi : BAPI_ACC_DOCUMENT_POST for posting G/l document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the flat file i am using G/l account, posting key,amount,costcenter, profit center, customer, distch# etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this bapi i am filling Criteria internal table for &lt;/P&gt;&lt;P&gt;all the line items, i am getting error that profit center not determined or not entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; while i am skipping criteria internal table for some line items accounting document is created successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls guide me how to decide either criteria internal table&lt;/P&gt;&lt;P&gt;needs to fill for that line item or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Radhakrishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Nov 2005 10:25:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-16T10:25:48Z</dc:date>
    <item>
      <title>G/L document post through fb01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-post-through-fb01/m-p/1049826#M88848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt; i am using bapi : BAPI_ACC_DOCUMENT_POST for posting G/l document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the flat file i am using G/l account, posting key,amount,costcenter, profit center, customer, distch# etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this bapi i am filling Criteria internal table for &lt;/P&gt;&lt;P&gt;all the line items, i am getting error that profit center not determined or not entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; while i am skipping criteria internal table for some line items accounting document is created successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls guide me how to decide either criteria internal table&lt;/P&gt;&lt;P&gt;needs to fill for that line item or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Radhakrishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 10:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-post-through-fb01/m-p/1049826#M88848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T10:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: G/L document post through fb01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-post-through-fb01/m-p/1049827#M88849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    If u have to fill the &amp;lt;b&amp;gt;profitability segment data&amp;lt;/b&amp;gt; then u need to fill the  criteria internal table .In FB01 transaction while we r creating document this profit. Segment button appears just above the quantity field. The &amp;lt;b&amp;gt;profitability segment data&amp;lt;/b&amp;gt; appears based on G/L. It wont be available for all G/L's.&lt;/P&gt;&lt;P&gt;It should be configured. If it is not clear still plz revert back.&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>Wed, 16 Nov 2005 10:48:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-post-through-fb01/m-p/1049827#M88849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T10:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: G/L document post through fb01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-post-through-fb01/m-p/1049828#M88850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This Criteria table is used for CO-PA Account assignment. And it is optional also. So you can very well skip this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, The contents of the parameter must be sorted before being transferred(as per SAP help) or else it will throw the error message..this might be your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 10:52:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-post-through-fb01/m-p/1049828#M88850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-16T10:52:51Z</dc:date>
    </item>
  </channel>
</rss>

