Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC doubt

Former Member
0 Likes
277

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

1 REPLY 1
Read only

Former Member
0 Likes
258

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.