<?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 what is batch input method? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-batch-input-method/m-p/3720412#M895603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI EXPERTS?&lt;/P&gt;&lt;P&gt;what is batch input method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2008 12:21:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-28T12:21:25Z</dc:date>
    <item>
      <title>what is batch input method?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-batch-input-method/m-p/3720412#M895603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI EXPERTS?&lt;/P&gt;&lt;P&gt;what is batch input method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 12:21:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-batch-input-method/m-p/3720412#M895603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T12:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: what is batch input method?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-batch-input-method/m-p/3720413#M895604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAP System offers two primary methods for transferring data into the System from other SAP Systems and non-SAP Systems. These two methods are collectively called "batch input" or "batch data communication." &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch Input Method &lt;/P&gt;&lt;P&gt;Batch input method is a type of data transfer method. It is used for bulk data transfer; it is one of the primary ways by which data can transferred into the R/3 System. This method is not for near real-time data transfers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are various typical uses of batch input. One of the ways includes the one-time import of data. This import of data is from a legacy system into a newly installed R/3 System. In addition to it, another typical use is for periodic (i.e. hourly, daily..., and so on) transfers of data. These transfers are from external systems or legacy systems which are still in use into R/3 system where all enterprise data is consolidated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The R/3 applications deliver different programs for batch input, which are ready to be used. However, in some cases a customer has to write his or her own batch input program. This is required in order to convert the concerned data from a legacy System or from a proprietary format into an R/3 data format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The process flows for a batch input are discussed below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Transfer Decision-Making: It is with a decision to transfer data from an external source into R/3 that the process of batch input begins. It is probable that the external source may be a legacy system that is being replaced. A one-time bulk data transfer is foreseen in this regard. Alternatively, the external source may be an external system that is to remain in use. In this case, a regularly recurring bulk data transfer is foreseen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting up Batch-Input for Data Transfers: If R/3 standard one-time or regular data transfers are required, then by means of customizing settings in the R/3 Customizing System in SAP ASAP set up will occur. You must set up custom batch input procedures by hand, which means the system administrator must schedule the data conversion program that creates the batch input session. The system administrator and the batch input programmer must determine the following: how frequently data is made available from the external system, how frequently the conversion program should run, and whether the conversion program runs in R/3 (ABAP program) or in a host system (external program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Processing Batch Input Sessions: When a batch input session is processed, then the actual transfer of data into R/3 takes place. Little attention is required in processing of batch input sessions by the system administrator. Usually, the starting of batch input sessions is automated by the system administrator. If necessary, the administrators can also start batch input session explicitly from transaction SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Checking Batch Input Sessions: For a system administrator the routine activity is to check daily or more frequently in transaction SM35 whether all batch input sessions have been completed successfully. It is the schedule for running batch input sessions on which the schedule for checking sessions depends upon. For doing this check the R/3 System provides easy-to-use batch input management tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Analyzing Errors: It is the duty of the system administrator to analyze the problem if one or more transactions in a session end in errors. Usually, the assistance of the affected data entry specialist or department for this analysis will be needed by the system administrator. In the situation where the problem was caused by incorrect data conversion or incorrect generation of the batch input session then the programmer who wrote the data conversion program may also need­ to be involved.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;check the link : &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/fa/097015543b11d1898e0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/fa/097015543b11d1898e0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful &lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Jagadeesh.G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jagadeshwar Gollapelly on Apr 28, 2008 2:56 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 12:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-batch-input-method/m-p/3720413#M895604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T12:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: what is batch input method?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-batch-input-method/m-p/3720414#M895605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://aspalliance.com/articleViewer.aspx?aId=1130&amp;amp;pId=-1" target="test_blank"&gt;http://aspalliance.com/articleViewer.aspx?aId=1130&amp;amp;pId=-1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Batch Input Method&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Batch input method is a type of data transfer method. It is used for bulk data transfer; it is one of the primary ways by which data can transferred into the R/3 System. This method is not for near real-time data transfers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are various typical uses of batch input. One of the ways includes the one-time import of data. This import of data is from a legacy system into a newly installed R/3 System. In addition to it, another typical use is for periodic (i.e. hourly, daily..., and so on) transfers of data. These transfers are from external systems or legacy systems which are still in use into R/3 system where all enterprise data is consolidated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The R/3 applications deliver different programs for batch input, which are ready to be used. However, in some cases a customer has to write his or her own batch input program. This is required in order to convert the concerned data from a legacy System or from a proprietary format into an R/3 data format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 14:03:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-batch-input-method/m-p/3720414#M895605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T14:03:03Z</dc:date>
    </item>
  </channel>
</rss>

