<?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: G/L Document Posting Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319550#M1029320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first check...&lt;/P&gt;&lt;P&gt;in which screen field COBL-KOSTL and COBL-AUFNR exists and then do the mapping to that screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2008 15:52:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-27T15:52:26Z</dc:date>
    <item>
      <title>G/L Document Posting Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319548#M1029318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am posting the G/L document thru LSMW using t-code FB01.&lt;/P&gt;&lt;P&gt;But when I am processing the session in SM35 I am getting threee errors. &lt;/P&gt;&lt;P&gt;1. Field COBL-KOSTL. does not exist in the screen SAPLKACB 0002&lt;/P&gt;&lt;P&gt;2. Field COBL-AUFNR. does not exist in the screen SAPLKACB 0002&lt;/P&gt;&lt;P&gt;3. Transaction error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me with this.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 15:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319548#M1029318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T15:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: G/L Document Posting Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319549#M1029319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you have created the recording you have the Cost Center  (COBL-KOSTL) and Order (COBL-AUFNR) avaliable in the screen. Now, when you run with some other GL account these fields are not there on the screen. This happens because SAP drives the screen by the screen group attached to the GL account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GL account in which you got an error, you don't need the cost center and order. There could be some GL which requires the Cost Ceter, but not the Order. So, there could be so many different combination and permutation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest to use the standard program RFBIBL00 to post FI document without being bothered about this "dynamics" of the screen. Refer my this blog: [LSMW with RFBIBL00|&lt;A class="jive_macro jive_macro_blogpost" href="https://community.sap.com/" __jive_macro_name="blogpost" modifiedtitle="true" __default_attr="47031"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 15:51:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319549#M1029319</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-08-27T15:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: G/L Document Posting Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319550#M1029320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first check...&lt;/P&gt;&lt;P&gt;in which screen field COBL-KOSTL and COBL-AUFNR exists and then do the mapping to that screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 15:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319550#M1029320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T15:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: G/L Document Posting Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319551#M1029321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I have refered the blog you sent me.&lt;/P&gt;&lt;P&gt;I have done my LSMW using the RFBIBl00 only.&lt;/P&gt;&lt;P&gt;But when I process the Session in Background or Foreground the same errors repeat. &lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 16:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319551#M1029321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T16:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: G/L Document Posting Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319552#M1029322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Than you should not pass the Cost Center or Order to the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to manually post the document through FB01 and see if it asks you to enter the cost center or Order.&lt;/P&gt;&lt;P&gt;If not, than you must not pass them in the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 16:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319552#M1029322</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-08-27T16:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: G/L Document Posting Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319553#M1029323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done it manually. It is not asking me to enter the cost center and order field.&lt;/P&gt;&lt;P&gt;But according to my requirement I have to pass the cost center and order field.&lt;/P&gt;&lt;P&gt;Is there any other way which you would suggest?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 16:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319553#M1029323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T16:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: G/L Document Posting Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319554#M1029324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it not asking for Cost Center and Order for the GL account in the manual entry than it would not be possible with any of the automatic upload method to pass them in the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Discuss this with your FI consultant and ask him/her for a field to put the Cost Center and Order. If they are mandatory, than he/she will make the GL account setting compitible to accept the Cost Center / Order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 16:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319554#M1029324</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-08-27T16:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: G/L Document Posting Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319555#M1029325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked with my FI consultant. My G/L Account is compatible with the cost center and Order. &lt;/P&gt;&lt;P&gt;Is there any other way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 16:54:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319555#M1029325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T16:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: G/L Document Posting Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319556#M1029326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am so sorry. I forgot to give you points. Finally my answer is resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 14:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319556#M1029326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T14:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: G/L Document Posting Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319557#M1029327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Could you please tell me how you solved the problem. Did you just follow what was  discussed in the message or something else to process that. I would be very thankful if you can help me with this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Leoni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 21:37:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-document-posting-error/m-p/4319557#M1029327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T21:37:44Z</dc:date>
    </item>
  </channel>
</rss>

