<?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: bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2144618#M452206</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;Data Transfer &lt;/P&gt;&lt;P&gt;the main purpose is that if u up date the date it is not validated or u need to validate all validations. in bdc the validations is taken care by screens.thats why bdc is help full&lt;/P&gt;&lt;P&gt;Purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During data transfer, data is transferred from an external system into the SAP R/3 System. You can use data transfer when you: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transfer data from an external system into an R/3 System as it is installed. &lt;/P&gt;&lt;P&gt;Transfer data regularly from an external system into an R/3 System. Example: If data for some departments in your company is input using a system other than the R/3 System, you can still integrate this data in the R/3 System. To do this, you export the data from the external system and use a data transfer method to import it into the R/3 System.&lt;/P&gt;&lt;P&gt;Implementation considerations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before creating your own data transfer program, you should use the Data Transfer Workbench to find the data transfer programs that are delivered by SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP applications support the data transfer of numerous SAP business objects. The data transfer program specifies the data format definition that is necessary to import the data into the R/3 System. Adapt your conversion program for exporting the data from the external system to this definition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the data has been exported, you can import it into your system using a generated data transfer program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data transfer from other, external systems &lt;/P&gt;&lt;P&gt;Generation of data transfer programs &lt;/P&gt;&lt;P&gt;Generation of function modules that can be used as an interface to the R/3 System&lt;/P&gt;&lt;P&gt;Programming Techniques &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the programming interface of the background processing system, you can schedule and manage background jobs from your own programs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You wish to make a log-running report available to users from a menu entry. In the transaction that underlies the menu entry, you could do the following: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;optionally collect job specifications, such as the start date and time, from the user, and &lt;/P&gt;&lt;P&gt;schedule the job for execution by the background processing system. &lt;/P&gt;&lt;P&gt;You can use the programming interface to start both ABAP programs and programs that are external to the R/3 System. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Transfer Methods &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the following methods to transfer data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct input: With direct input, the SAP function modules execute the consistency checks. However with batch input, these consistency checks are executed with the help of the screens. This means that direct input has considerable performance advantages. &lt;/P&gt;&lt;P&gt;CALL TRANSACTION: Data consistency check with the help of screen logic. &lt;/P&gt;&lt;P&gt;Batch input with batch input sessions : Data consistency check with the help of screen logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sankar M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2007 04:29:13 GMT</pubDate>
    <dc:creator>p291102</dc:creator>
    <dc:date>2007-03-30T04:29:13Z</dc:date>
    <item>
      <title>bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2144616#M452204</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;Where will the data validations be done in bdc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;asia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 04:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2144616#M452204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T04:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2144617#M452205</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;Validating data basically means to check the master data before populating any fields in BDC or else it will end up with unnecessary errors. Eg when entering the plant value it always better to check if the plant exist in master table T001w or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should validate the data before passing it to the SAP System thru BDC.Normally we wont write any routine for calling the BDC Program instead we will execute it directly or schedule as the background job depending on the data load.I would advice you to schedule a background job rather than calling from a routine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 04:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2144617#M452205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T04:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2144618#M452206</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;Data Transfer &lt;/P&gt;&lt;P&gt;the main purpose is that if u up date the date it is not validated or u need to validate all validations. in bdc the validations is taken care by screens.thats why bdc is help full&lt;/P&gt;&lt;P&gt;Purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During data transfer, data is transferred from an external system into the SAP R/3 System. You can use data transfer when you: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transfer data from an external system into an R/3 System as it is installed. &lt;/P&gt;&lt;P&gt;Transfer data regularly from an external system into an R/3 System. Example: If data for some departments in your company is input using a system other than the R/3 System, you can still integrate this data in the R/3 System. To do this, you export the data from the external system and use a data transfer method to import it into the R/3 System.&lt;/P&gt;&lt;P&gt;Implementation considerations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before creating your own data transfer program, you should use the Data Transfer Workbench to find the data transfer programs that are delivered by SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP applications support the data transfer of numerous SAP business objects. The data transfer program specifies the data format definition that is necessary to import the data into the R/3 System. Adapt your conversion program for exporting the data from the external system to this definition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the data has been exported, you can import it into your system using a generated data transfer program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data transfer from other, external systems &lt;/P&gt;&lt;P&gt;Generation of data transfer programs &lt;/P&gt;&lt;P&gt;Generation of function modules that can be used as an interface to the R/3 System&lt;/P&gt;&lt;P&gt;Programming Techniques &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the programming interface of the background processing system, you can schedule and manage background jobs from your own programs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You wish to make a log-running report available to users from a menu entry. In the transaction that underlies the menu entry, you could do the following: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;optionally collect job specifications, such as the start date and time, from the user, and &lt;/P&gt;&lt;P&gt;schedule the job for execution by the background processing system. &lt;/P&gt;&lt;P&gt;You can use the programming interface to start both ABAP programs and programs that are external to the R/3 System. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Transfer Methods &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the following methods to transfer data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct input: With direct input, the SAP function modules execute the consistency checks. However with batch input, these consistency checks are executed with the help of the screens. This means that direct input has considerable performance advantages. &lt;/P&gt;&lt;P&gt;CALL TRANSACTION: Data consistency check with the help of screen logic. &lt;/P&gt;&lt;P&gt;Batch input with batch input sessions : Data consistency check with the help of screen logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sankar M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 04:29:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2144618#M452206</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-03-30T04:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2144619#M452207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;One way will be that after getting the data into an internal table, u perform the data validations and filter the data. Then call the BDC on that data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this, what u can do is upload data into an internal table, perform the data validations onto it and move the erranoeous data into other internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then on the leftover data u can perform bdc operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 04:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2144619#M452207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T04:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2144620#M452208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all key-fields (and fields with a check-table) are checked by SAP-standard in your called transaction in BDC too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to validate additional:&lt;/P&gt;&lt;P&gt;1)load you data from flat file into itab&lt;/P&gt;&lt;P&gt;2)check fields:&lt;/P&gt;&lt;P&gt;-against checktable&lt;/P&gt;&lt;P&gt;-format (date,currency)&lt;/P&gt;&lt;P&gt;-value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls reward usful answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;navjot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 04:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2144620#M452208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T04:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2144621#M452209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for clearing my dbt.&lt;/P&gt;&lt;P&gt;Really ur information has helped me a lot.&lt;/P&gt;&lt;P&gt;Thank u once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;asia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 05:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2144621#M452209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T05:03:26Z</dc:date>
    </item>
  </channel>
</rss>

