‎2007 Apr 28 9:58 AM
What is the recording parameters means when creating BDC recording?
If i select default size, then how do i get the window with all fields?
thks
Grans
‎2007 Apr 28 1:40 PM
Hi ,
The update mode can be synchronous/asynchronous/local.
This means if your BDC updates the database, then according to the option selected, processing will occur.
Synchronous : Database updates are performed and your control waits till they are over
Asynchronous : Updates take place in a seperate thread and your control does not wait for updates to finish.
Local : This forces the update to take place in your worker process thus making it same as synchronous.
The CATT mode is used with Computer Aided Testing and is not relevant usually.
The Batch input makes sets the field sy-binpt as 'X' or ' ' as per setting. This affects performace of the BDC.
Hope this was useful.