<?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 IDoc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1117747#M107975</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;&lt;/P&gt;&lt;P&gt;how much data of record one single idoc can hold in terms of memory or in size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;partha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2006 06:44:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-25T06:44:27Z</dc:date>
    <item>
      <title>IDoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1117747#M107975</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;&lt;/P&gt;&lt;P&gt;how much data of record one single idoc can hold in terms of memory or in size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;partha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 06:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1117747#M107975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T06:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1117748#M107976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pantham,&lt;/P&gt;&lt;P&gt;It depends on the idoc type which you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 06:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1117748#M107976</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-01-25T06:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1117749#M107977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on the segments &amp;amp; data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But a single segment will holds 1000 char length data..i.e SDATA in EDID4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 09:08:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1117749#M107977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T09:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1117750#M107978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parthasarathi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single Idoc can hold 10,000 k Byte by default. You can change the memory size in source system by maintaining control parameters for data transfer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Procedure for Maintaining Control Parameters for Data Transfer&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Source System&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the logical systems of your source client and assign a control parameter chosen by you to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find information about source clients in the source system under  Tools --&amp;gt;  Administration --&amp;gt;  Management --&amp;gt;  Client Management --&amp;gt; Client Maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Maximum size of the data package&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When transferring data , the individual data records are sent in packages of variable size.  You can use this parameter to control how large such a data package typically is. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no entry is maintained, the data with a standard setting of 10,000 k Byte per data package is transferred. However, the required memory depends on not only the data package size setting, but also the width of the transfer structure, the required memory of the affected extractor, and, for large data packages, the number of data records in the package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Maximum no. of rows in a data package&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With large data packages, the required memory depends a good deal on the number of data records that are transferred with this package. You can use this parameter to control the maximum number of data records the data package is to contain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, the system transfers a maximum of 100,000 records per data package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The maximum main memory demand per data package is approximately 2 X &amp;#146;Max. Rows&amp;#146; X 1000 bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.Frequency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By specifying a frequency, you determine the number of data Idocs after which an Info IDoc is to be sent. In other words, how many data IDocs are described by a single Info-IDoc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, the frequency has been set to 1. This means that, in this case, an Info IDoc follows after each data IDoc. In general, you should choose a frequency between 5 and 10. If not, do not choose one above 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The larger the package size of a data IDoc, the smaller you should set the frequency. As a result, you should get information about the data load status during the data upload in relatively short spaces of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see in the BW Monitor from each info IDoc whether the load process was successful or not. The traffic light is green if this is the case for all data Idocs described by an InfoIDoc.  Info Idocs contain information about whether or not the data Idocs were correctly uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Maximum number of parallel processes for the data transfer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter a value greater than 0. The maximum no. of parallel processes has been set to 2 by default. The optimal choice of the parameter depends on the configuration of the application server you are using for the data transfer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.Target system of a batch job&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the name of the application server using which the extraction job is to be processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the name of the application server, choose Tools --&amp;gt;  Administration --&amp;gt;  Monitor --&amp;gt;  System Monitoring &lt;/P&gt;&lt;P&gt;--&amp;gt;  Server. The Server column displays the name of the application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Further information on maintaining Control Parameters for Data Transfer, see the below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/51/85d6cf842825469a51b9a666442339/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/51/85d6cf842825469a51b9a666442339/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to reward pts, if it helps ;&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 09:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1117750#M107978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T09:49:20Z</dc:date>
    </item>
  </channel>
</rss>

