<?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 - clarifications in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331140#M168712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mrutyun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cud u plz me clarify me BAPI Qs in BDC scenario as i've no idea...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wud appreciate ur help to know in depth abt BDC &amp;amp; LSMW..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 May 2006 07:24:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-18T07:24:10Z</dc:date>
    <item>
      <title>BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331132#M168704</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 techinically know most of the BDC part..but i wonder still i dont have answer for silly below mentioned Qs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. y BDC is prefer rather than LSMW.&lt;/P&gt;&lt;P&gt;2.  in BDC  which method u will prefer y.(I know general diff b.w session and call transaction.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any body answer this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: raja gurrala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 06:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331132#M168704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T06:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331133#M168705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Raja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. lsmw - no programming requried,&lt;/P&gt;&lt;P&gt;whereas in call transaction &amp;amp; bdc session,&lt;/P&gt;&lt;P&gt;programming required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. in call transaction, &lt;/P&gt;&lt;P&gt;no session concept &lt;/P&gt;&lt;P&gt;(data is updated AS SOON AS we run the prgoram)&lt;/P&gt;&lt;P&gt;where as in lsmw, and session,&lt;/P&gt;&lt;P&gt;SESSION is generated (in both cases)&lt;/P&gt;&lt;P&gt;Only after when we run this session,&lt;/P&gt;&lt;P&gt;does the data get updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In call transactin program,&lt;/P&gt;&lt;P&gt;we have to handle error list and take action.&lt;/P&gt;&lt;P&gt;whereas in lsmw, &amp;amp; session,&lt;/P&gt;&lt;P&gt;(since session is run)&lt;/P&gt;&lt;P&gt;flexibility is there to check and control errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC and LSMW are the two data migration techniques (from legacy to SAP) . BDC technique is usually done by ABAPers. It consists of three methods.&lt;/P&gt;&lt;P&gt;1) Call Dialog Method&lt;/P&gt;&lt;P&gt;2) Session Method&lt;/P&gt;&lt;P&gt;3) Call Transaction Method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of Session Method , a BDC Session is created , which has the data and info to run it in batch mode. When the user runs this session, every transactions are run in batch mode and tables are updated.&lt;/P&gt;&lt;P&gt;WHile in call transaction, no session is created. Instead , a report prog is created , which takes input from the file and calls the transaction in Batch mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call dialog method is similar to call transaction, except that updation is done by the calling program itself.This method is obsolete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantages of Batch Input Method are&lt;/P&gt;&lt;P&gt;1)Can process large data volumes&lt;/P&gt;&lt;P&gt;2) data integrity is maintained&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check these links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC SESSION&lt;/P&gt;&lt;P&gt;CALL TRANSACTION&lt;/P&gt;&lt;P&gt;CALL DIALOG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is BDC or batch input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Batch Input is a SAP technic that allows automating the input in transactions. It lies on a BDC (Batch Data Commands) scenario. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· BDC_OPEN_GROUP : Opens a session group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· BDC_CLOSE_GROUP : Closes a session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· BDC_INSERT : Insert a BDC scenario in the session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· The ABAP statement "CALL TRANSACTION" is also called to run directly a transaction from its BDC table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It runs the program RSBDCSUB in order to launch automatically the session. The session management is done through the transaction code SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object itself is maintanable through the transaction SE24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC methods:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method &lt;/P&gt;&lt;P&gt;Description &lt;/P&gt;&lt;P&gt;Parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN_SESSION&lt;/P&gt;&lt;P&gt;Opens a session&lt;/P&gt;&lt;P&gt;SUBRC (Return Code &amp;#150; 0 OK)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SESSIONNAME (Session to be created)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLOSE_SESSION&lt;/P&gt;&lt;P&gt;Closes a session&lt;/P&gt;&lt;P&gt;None&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESET_BDCDATA&lt;/P&gt;&lt;P&gt;Resets the BDC Internal Table...&lt;/P&gt;&lt;P&gt;None. Normally, for internal purpose&amp;#133;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_DYNPRO&lt;/P&gt;&lt;P&gt;Handles a new screen&lt;/P&gt;&lt;P&gt;PROGNAME (Name of the program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNPRONR (Screen Number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_FIELD&lt;/P&gt;&lt;P&gt;Puts a value on the screen&lt;/P&gt;&lt;P&gt;FIELDNAME (Name of the field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELDVALUE (Value to be passed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONSTRUCTOR&lt;/P&gt;&lt;P&gt;Constructor - Initializes NO_DATA&lt;/P&gt;&lt;P&gt;NODATA (No data character). The constructor is called automatically when the object is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RUN_SESSION&lt;/P&gt;&lt;P&gt;Launches a session with RSBDCBTC&lt;/P&gt;&lt;P&gt;None&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL_TRANSACTION&lt;/P&gt;&lt;P&gt;Calls a transaction with the current BDC Data&lt;/P&gt;&lt;P&gt;MODE (Display Mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE (Update Mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCODE (Transaction to be called)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_INSERT&lt;/P&gt;&lt;P&gt;Inserts the BDC scenario in the session&lt;/P&gt;&lt;P&gt;TCODE (Transaction to be called)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC techniques used in programs: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Building a BDC table and calling a transaction,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Building a session and a set of BDC scenarios and keeping the session available in SM35,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Building a session and lauching the transaction right after closing the session. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------" /&gt;&lt;P&gt;BDC using Call Transaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC using Call transaction involves calling an SAP transaction in back ground from within the ABAP &lt;/P&gt;&lt;P&gt;program. The process involves building an Internal BDC table containing the screen information needed to &lt;/P&gt;&lt;P&gt;execute the required transaction and then passing this to the Call transaction command (See code example). &lt;/P&gt;&lt;P&gt;The full procedure for creating a BDC program is as follows:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------" /&gt;&lt;P&gt;What is the difference between batch input and call transaction in BDC? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method. &lt;/P&gt;&lt;P&gt;1) synchronous processing. &lt;/P&gt;&lt;P&gt;2) can tranfer large amount of data. &lt;/P&gt;&lt;P&gt;3) processing is slower. &lt;/P&gt;&lt;P&gt;4) error log is created &lt;/P&gt;&lt;P&gt;5) data is not updated until session is processed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction. &lt;/P&gt;&lt;P&gt;1) asynchronous processing &lt;/P&gt;&lt;P&gt;2) can transfer small amount of data &lt;/P&gt;&lt;P&gt;3) processing is faster. &lt;/P&gt;&lt;P&gt;4) errors need to be handled explicitly &lt;/P&gt;&lt;P&gt;5) data is updated automatically &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------" /&gt;&lt;P&gt;BATINPUT/DIRECT INPUT&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------" /&gt;&lt;P&gt;A: Batch-inputs can not be used to fill the "delivery due list" screen because it is not a dynpro. This is a standard SAP report. A SAP report (check with "System -&amp;gt; Status") may be called using SUBMIT sentence with the appropriate options . It is preferred to call a report than create a Batch-input program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO THROUGH THIS LINK&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.guidancetech.com/people/holland/sap/abap/zzsni001.htm" target="test_blank"&gt;http://www.guidancetech.com/people/holland/sap/abap/zzsni001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LSM Workbench is an SAP R/3 based tool that supports the one-time or periodic transfer of data from non-SAP systems ("legacy systems") to SAP systems.&lt;/P&gt;&lt;P&gt;The LSM Workbench helps you to organize your data migration project and guides you through the process by using a clear sequence of steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most common conversion rules are predefined. Reusable conversion rules assure consistent data conversion for different data objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW vs DX Workbench&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LSM Workbench covers the following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the legacy data from one or several files (e.g. spreadsheet tables, sequential files). &lt;/P&gt;&lt;P&gt;Convert the data from source format to target format. &lt;/P&gt;&lt;P&gt;Import the data using standard interfaces (Batch Input, Direct Input, BAPI, IDoc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experiences made in successful implementation projects have shown that using the LSM Workbench significantly contributes to accelerating data migration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP provides this tool along with documentation to customers and partners free of charge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users of the LSM Workbench receive the usual support via SAP Net - R/3 Frontend (component BC-SRV-DX-LSM).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Releases:&lt;/P&gt;&lt;P&gt;Version 1.7.2 of the LSM Workbench ("LSMW 1.7.2") available&lt;/P&gt;&lt;P&gt;Attention : LSMW 1.7.2 requires an SAP R/3 system with SAP R/3 4.0 or SAP R/3 4.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version 1.8.0 of the LSM Workbench (1.21mb) ("LSMW 1.8.0") available&lt;/P&gt;&lt;P&gt;Attention : LSMW 1.8.0 requires an SAP R/3 system with SAP R/3 4.6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version 3.0 of the LSM Workbench (1.89mb) ("LSMW 3.0") available for Web Application Server 6.10&lt;/P&gt;&lt;P&gt;Attention : LSMW 3.0 requires a SAP WAS 6.10. Functionality of version 1.7.2 and 3.0 are identical !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version 4.0 of the LSM Workbench ("LSMW 4.0") integrated in Web Application Server 6.20&lt;/P&gt;&lt;P&gt;Attention : LSMW 4.0 is an integrated part of SAP WAS 6.20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 06:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331133#M168705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T06:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331134#M168706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;i&amp;gt;1. y BDC is prefer rather than LSMW.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not always...., incase of enjoy transaction you need to go for LSMW/BAPI/Direct Input Programs other than BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;2. in BDC which method u will prefer y.(I know general diff b.w session and call transaction.)&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it depends on data&lt;/P&gt;&lt;P&gt;if data is large then i will prefer session, rather than call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 06:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331134#M168706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T06:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331135#M168707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. y BDC is prefer rather than LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  It is preferred most in cases where&lt;/P&gt;&lt;P&gt;  there is table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BCOS in table control we have to&lt;/P&gt;&lt;P&gt; use fieldname(1)&lt;/P&gt;&lt;P&gt;     fieldname(2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;in BDC which method u will prefer y.(I know general diff b.w session and call transaction.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will prefer SESSION method bcos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  a) it provides automatic error handling&lt;/P&gt;&lt;P&gt;  b) we can update the database, at our own time&lt;/P&gt;&lt;P&gt;  c) we can look for error logs&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 06:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331135#M168707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T06:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331136#M168708</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;In Turn LSMW uses BDC's inside for their internal usage...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly u are not free to code any enhancements in LSMW, but as far as bdc's are concerned u can play around with it more easily and seriously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In BDC for mass tranfer of data Call by Session is useful as regards with their capability of continuing from the point of error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Practically for less then 10-15 transactions call by transaction is faster and simpler. For using call by transaction with bulk data the errors handling needs to be taken care.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this would answer ur questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 06:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331136#M168708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T06:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331137#M168709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is enjoy transaction? any example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amit,&lt;/P&gt;&lt;P&gt;please explain ur answer for the 1st Q, as i dont have much knowledge on LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 07:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331137#M168709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T07:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331138#M168710</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;enjoy transactions ... they all use Containers and controls like Active X controls. they don't support BDC's. and take examples VLO2N,VL01N,VL03N, all most all transactions which ended up with xxxxN are enjoy transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 07:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331138#M168710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T07:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331139#M168711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;1- WHY BDC IS PREFER RATHER THAN LSMW&lt;/P&gt;&lt;P&gt;THIS IS ACTUCALLY A VERY COMPLEX QUESTION AND ITS ALL DEPENDS UPON THE REQUIREMENT EACH AND EVERY THING HAVING SOME POSITIVE AND NEGATIVE POINTS.&lt;/P&gt;&lt;P&gt;QUESTIONS AND ANSWERS OF BDC AND LSMW&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------" /&gt;&lt;P&gt;QUESTIONS=&amp;gt;&lt;/P&gt;&lt;P&gt;BDC &amp;amp; LSMW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is BDC ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is call transaction method ? what is the &lt;/P&gt;&lt;P&gt;syntax/procedure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is session method and what is the &lt;/P&gt;&lt;P&gt;syntax/procedure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference between call transaction &amp;amp; session method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which of these methods can be best used in background &lt;/P&gt;&lt;P&gt;process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is direct input method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How LSMW is advantageous than normal BDC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the steps in lsmw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN LSMW can you use BAPI, ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you call a bdc from a report program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the difference between synchronus &amp;amp; &lt;/P&gt;&lt;P&gt;asynchronus methods?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction uses synchronus or synchronus method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;session method uses synchronus or synchronus method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is bapi?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how bapi is different from call transaction/session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what r the advantages of bapi?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for uploading master data(ex:customer data) into sap, &lt;/P&gt;&lt;P&gt;which methods you prefer? call &lt;/P&gt;&lt;P&gt;transaction/session/lsmw/bapi? why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tell any 2 standard bapi function modules used for &lt;/P&gt;&lt;P&gt;uploading sales order data?&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------" /&gt;&lt;P&gt;FOR BDC GO THROUGH THIS LINK&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/bdcconcept.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/bdcconcept.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR LSMW GO THROUGH THE FOLLOWING DOCUMENT&lt;/P&gt;&lt;P&gt;&lt;A href="http://72.14.203.104/search?q=cache:-DE9K5Tj0j8J:www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc" target="test_blank"&gt;http://72.14.203.104/search?q=cache:-DE9K5Tj0j8J:www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc&lt;/A&gt;&lt;EM&gt;LSMW,&lt;/EM&gt;SAP&amp;amp;hl=en&amp;amp;gl=in&amp;amp;ct=clnk&amp;amp;cd=3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN BDC YOU CAN PREFER ANY KIND OF METHOD THAT MAY BE CALL TRANSACTION OR BDC METHOD AND AGAIN I WOULD SAY IT ALL DEPENDS UPON THE REQUIREMENTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 07:17:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331139#M168711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T07:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331140#M168712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mrutyun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cud u plz me clarify me BAPI Qs in BDC scenario as i've no idea...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wud appreciate ur help to know in depth abt BDC &amp;amp; LSMW..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 07:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331140#M168712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T07:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331141#M168713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. TAble control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  When there is a screen having table control,&lt;/P&gt;&lt;P&gt;  doing BDC of it is little tricky.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The field are accessed using&lt;/P&gt;&lt;P&gt;   field name&lt;/P&gt;&lt;P&gt;   but the POSITION of the row is very important.&lt;/P&gt;&lt;P&gt;  and hence, row number is mentioned as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  fieldname(1)&lt;/P&gt;&lt;P&gt;  fieldname(2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Simply fieldname will not work , we have to use&lt;/P&gt;&lt;P&gt;  fieldname(1)    = for 1st row&lt;/P&gt;&lt;P&gt;  fieldname(2)    = for 2nd row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. This is directly not supported in LSMW.&lt;/P&gt;&lt;P&gt;4. Hence, BDC program is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  There are some transactions, called as ENJOY Transactions,&lt;/P&gt;&lt;P&gt; which use ACTIVEX controls like data grid,&lt;/P&gt;&lt;P&gt;   tree control etc,&lt;/P&gt;&lt;P&gt;6. Such controls do not support BDC,&lt;/P&gt;&lt;P&gt;   bcos such controls are created on front-end computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. In such cases, there are BAPI&lt;/P&gt;&lt;P&gt;  (nothing but RFC Enabled Function Modules )&lt;/P&gt;&lt;P&gt;  which server the purpose of putting data&lt;/P&gt;&lt;P&gt;  into the required transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 08:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331141#M168713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T08:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331142#M168714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the clarification.&lt;/P&gt;&lt;P&gt;Kindly answer the following so that i can close the thread..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.What is bapi interms of uploading data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.how bapi is different from call transaction/session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.what r the advantages of bapi?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.for uploading master data(ex:customer data) into sap, &lt;/P&gt;&lt;P&gt;which methods you prefer? call &lt;/P&gt;&lt;P&gt;transaction/session/lsmw/bapi? why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.tell any 2 standard bapi function modules used for &lt;/P&gt;&lt;P&gt;uploading sales order data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.what is exact scenario where we go for direct input method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 08:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331142#M168714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T08:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331143#M168715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What is bapi interms of uploading data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   BAPI is just a Function module&lt;/P&gt;&lt;P&gt;   where in there are some import parameters and tables.&lt;/P&gt;&lt;P&gt;   We pass the data to it, and it POSTS the&lt;/P&gt;&lt;P&gt;   data in the system, with all validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If some errors/warnings are there,&lt;/P&gt;&lt;P&gt;   it returns the same in an internal table,&lt;/P&gt;&lt;P&gt;   and does not post the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. how bapi is different from call transaction/session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  In call transaction/session&lt;/P&gt;&lt;P&gt;   we have to do RECORDING, of screens,&lt;/P&gt;&lt;P&gt;   one by one and in sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  But in BAPI, since it is an FM,&lt;/P&gt;&lt;P&gt;  We have to just provide the data for input,&lt;/P&gt;&lt;P&gt;  and the rest it takes care of.&lt;/P&gt;&lt;P&gt;  (we dont have to worry for screen field names,&lt;/P&gt;&lt;P&gt;   okcodes and the sequences)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. what r the advantages of bapi?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   a) can be used for Enjoy transactions (if available)&lt;/P&gt;&lt;P&gt;   b) No hassle of recording and noting down the screen field names&lt;/P&gt;&lt;P&gt;   c) In future if the trnasaction screens and their&lt;/P&gt;&lt;P&gt;   sequence changes, then our bdc program may not work.&lt;/P&gt;&lt;P&gt;    But BAPI will work bcos SAP takes the guarantee&lt;/P&gt;&lt;P&gt;    of making the BAPIs consistent.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. for uploading master data(ex:customer data) into sap, &lt;/P&gt;&lt;P&gt;which methods you prefer? call &lt;/P&gt;&lt;P&gt;transaction/session/lsmw/bapi? why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I will prefer these kinds of methods,&lt;/P&gt;&lt;P&gt;  in this order of preferences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  a) LSMW (no abap coding required)&lt;/P&gt;&lt;P&gt;  b) BAPI ( simple to use)&lt;/P&gt;&lt;P&gt;  c) session (error handling is automatic)&lt;/P&gt;&lt;P&gt;  d) call transaction (least preferred)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 .tell any 2 standard bapi function modules used for &lt;/P&gt;&lt;P&gt;uploading sales order data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) BAPI_SALESORDER_CREATEFROMDAT1&lt;/P&gt;&lt;P&gt;b) BAPI_SALESORDER_CHANGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. what is exact scenario where we go for direct input method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When bapi not lsmw is available.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 09:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331143#M168715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T09:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331144#M168716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;Thanks much for excellent clarification.&lt;/P&gt;&lt;P&gt;just come again for the following i cud not get properly from ur answer..&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;6. what is exact scenario where we go for direct input method&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;When bapi not lsmw is available.&amp;lt;/b&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: raja gurrala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 09:06:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331144#M168716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T09:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331145#M168717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. By direct input method, what do u mean?&lt;/P&gt;&lt;P&gt;&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;amit .m&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 10:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331145#M168717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T10:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331146#M168718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just i know there are some standard program thru which we can upload data ( Direct input method) like RMDATIND for material upload..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i wud like know what is the particular situaion we go for direct input method..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i am clear now..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 10:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331146#M168718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T10:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: BDC - clarifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331147#M168719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Such programs are usually for&lt;/P&gt;&lt;P&gt;   simple MASTER entry screens,&lt;/P&gt;&lt;P&gt;   and not for transaction data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. like vendor master, customer master, account master etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Such master data, does not involve&lt;/P&gt;&lt;P&gt;    much IFS and BUTS,&lt;/P&gt;&lt;P&gt;   so we can go for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. But it will have pre-defined format&lt;/P&gt;&lt;P&gt;   for uploading of data file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. If the requirement is simple,&lt;/P&gt;&lt;P&gt;  one can obviously go for direct input programs,&lt;/P&gt;&lt;P&gt;  as u suggested.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 10:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-clarifications/m-p/1331147#M168719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T10:17:08Z</dc:date>
    </item>
  </channel>
</rss>

