<?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 Idoc problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-idoc-problem/m-p/1355697#M177554</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 am posting an invoice from a flat file. First of all i will execute the program RSEINB00 and input the file name. This program will create an idoc from the flat file.&lt;/P&gt;&lt;P&gt; Next, I will execute the program RBDAPP01 to process the idoc and post an invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem i am facing is, When there are more no of lines (G/L accounts) in the file ( Say 5948 lines ) the created IDoc data records are as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it has total 47872 segments. And it splits the idoc and each segment block is having 993 lines (G/L accounts).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Segments 000001 007951 - 993 lines&lt;/P&gt;&lt;P&gt;Segments 007952 015951 - 993 Lines&lt;/P&gt;&lt;P&gt;Segments 015952 023951 - 993 Lines&lt;/P&gt;&lt;P&gt;Segments 023952 031951 - 993 Lines&lt;/P&gt;&lt;P&gt;Segments 031952 039951 - 993 Lines&lt;/P&gt;&lt;P&gt;Segments 039952 047872 - 983 Lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will create a BDC session and whn i process the session error comes "No batch input data for screen SAPMF05A 0700" after 949th line. When i see th OSS note it says "Invoices with more than 949 G/L account line items must be split".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Question is Where can i do this setting inorder to restrict the G/L account lines to &amp;lt;949 in each segment block??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any insights will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jun 2006 01:55:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-07T01:55:16Z</dc:date>
    <item>
      <title>G/L Idoc problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-idoc-problem/m-p/1355697#M177554</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 am posting an invoice from a flat file. First of all i will execute the program RSEINB00 and input the file name. This program will create an idoc from the flat file.&lt;/P&gt;&lt;P&gt; Next, I will execute the program RBDAPP01 to process the idoc and post an invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem i am facing is, When there are more no of lines (G/L accounts) in the file ( Say 5948 lines ) the created IDoc data records are as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it has total 47872 segments. And it splits the idoc and each segment block is having 993 lines (G/L accounts).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Segments 000001 007951 - 993 lines&lt;/P&gt;&lt;P&gt;Segments 007952 015951 - 993 Lines&lt;/P&gt;&lt;P&gt;Segments 015952 023951 - 993 Lines&lt;/P&gt;&lt;P&gt;Segments 023952 031951 - 993 Lines&lt;/P&gt;&lt;P&gt;Segments 031952 039951 - 993 Lines&lt;/P&gt;&lt;P&gt;Segments 039952 047872 - 983 Lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will create a BDC session and whn i process the session error comes "No batch input data for screen SAPMF05A 0700" after 949th line. When i see th OSS note it says "Invoices with more than 949 G/L account line items must be split".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Question is Where can i do this setting inorder to restrict the G/L account lines to &amp;lt;949 in each segment block??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any insights will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 01:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-idoc-problem/m-p/1355697#M177554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T01:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: G/L Idoc problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-idoc-problem/m-p/1355698#M177555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add your own codes in user exit to restrict the G/L account lines to &amp;lt; 949 during creation each segment block. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please search any user exits available in the function module which is used for inbound IDoc creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, your BDC will not give an error message because you already handled the max lines for G/L account during creation an IDoc for batch input process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 05:29:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/g-l-idoc-problem/m-p/1355698#M177555</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-06-07T05:29:56Z</dc:date>
    </item>
  </channel>
</rss>

