‎2007 Mar 08 10:49 AM
what is direct input method?which bdc method is performance wise better? could u plzz tell
‎2007 Mar 08 10:55 AM
Hi Soniya,
<b>Direct Input Method</b> is the method which has predefined programs . when we run these programs the data can be uploaded or downloaded depending on our requirement.
Examples of these are <b>RFBIDE00</b>, etc..
These are generally used for transferring large amount of data thru the sap defined format.
These are very efficient.
depending on the data to be transferred we can go for <b>session</b> ( for large data ,i.ie. many records), <b>call transaction</b> ( for small and medium range records). We generally go for these two only as these can be coded according to our own requirement, unlike the SAP defined<b> direct input method</b>.
Hope this resolves ur query.
Reward if helpful.
Regards
‎2007 Mar 08 10:51 AM
hi
Direct Input: In this method the SAP function modules execute the consistency checks. However, there are other means of checking with the help of screens. The Direct Input Method has considerable performance advantages.
Among the methods of data transfer through BDC, direct input method is the one that is used, especially in case of transferring large amount of data. In order to enhance the batch input procedure, the system offers you with the direct input technique.
There is a distinction between the batch input technique and this technique. Unlike batch input technique, this technique does not create sessions. Instead, it stores the data directly. Moreover, it does not process screens. The data has to be entered directly into the corresponding database tables. The system calls a number of function modules which execute necessary checks, if any required. In the case of errors, the direct input technique has a facility to restart the entire mechanism. However, if you want to restart the entire mechanism in case you faced an error, then direct input programs must be executed in the background only. One has to use program RBMVSHOW or Transaction BMV0 to maintain and start these programs.
regards,
madhu
‎2007 Mar 08 10:52 AM
Hi Soniya,
BDC (Batch Data Communication) is a technology used for data transfer. it is meant for transferring data thru SAP transactions itself. when u use BDC for data transfer, the sequence of steps is the same as when u use standard sap transaction screens for data upload. the only difference is that u can use different options for foreground/background processing.
BDC:
Batch Data Communication (BDC) is the process of transferring data from one SAP System to another SAP system or from a non-SAP system to SAP System.
Features :
BDC is an automatic procedure.
This method is used to transfer large amount of data that is available in electronic medium.
BDC can be used primarily when installing the SAP system and when transferring data from a legacy system (external system).
BDC uses normal transaction codes to transfer data.
Types of BDC :
CLASSICAL BATCH INPUT (Session Method)
CALL TRANSACTION
BATCH INPUT METHOD:
This method is also called as CLASSICAL METHOD.
Features:
Asynchronous processing.
Synchronous Processing in database update.
Transfer data for more than one transaction.
Batch input processing log will be generated.
During processing, no transaction is started until the previous transaction has been written to the database.
CALL TRANSACTION METHOD :
This is another method to transfer data from the legacy system.
Features:
Synchronous processing. The system performs a database commit immediately before and after the CALL TRANSACTION USING statement.
Updating the database can be either synchronous or asynchronous. The program specifies the update type.
Transfer data for a single transaction.
Transfers data for a sequence of dialog screens.
No batch input processing log is generated.
For BDC:
http://myweb.dal.ca/hchinni/sap/bdc_home.htm
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&;
http://www.sap-img.com/abap/learning-bdc-programming.htm
http://www.sapdevelopment.co.uk/bdc/bdchome.htm
http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm
http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html
Check these link:
http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
http://www.sap-img.com/abap/question-about-bdc-program.htm
http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/
http://www.planetsap.com/bdc_main_page.htm
Regards,
Priyanka.
‎2007 Mar 08 10:55 AM
Hi Soniya,
<b>Direct Input Method</b> is the method which has predefined programs . when we run these programs the data can be uploaded or downloaded depending on our requirement.
Examples of these are <b>RFBIDE00</b>, etc..
These are generally used for transferring large amount of data thru the sap defined format.
These are very efficient.
depending on the data to be transferred we can go for <b>session</b> ( for large data ,i.ie. many records), <b>call transaction</b> ( for small and medium range records). We generally go for these two only as these can be coded according to our own requirement, unlike the SAP defined<b> direct input method</b>.
Hope this resolves ur query.
Reward if helpful.
Regards
‎2007 Mar 08 11:21 AM
Hi Soniya,
Thanks for closing the thread.
Do close all your resolved threads.
Regards