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

Former Member
0 Likes
741

hi

In BDC ,if i not specify the mode and update in call transaction method ..

what will be the default mode and update...

plz reply me...

tamil.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
719

hi

good

in BDC call tranasction method you have to mention the update method ,otherwise it wont update the database.

thanks

mrutyun^

8 REPLIES 8
Read only

Former Member
0 Likes
719

HI,

it will be Mode A(All Screen) and Asynchronous.

Thanks

Mahesh

Read only

former_member194669
Active Contributor
0 Likes
719

Mode N update Asyn

aRs

Read only

JayR
Participant
0 Likes
719

Hi Tamil,

Default Mode in Call Transaction <b>N Background Processing</b>

Update - <b>L Local</b>.

Record the Sample BDC and see the parameters in selection screen

With Wishes

Jai

Read only

Former Member
0 Likes
719

<b>Mode N</b>

and

<b>Update A</b>

regards,

srinivas

<b>*reward for useful answers*</b>

Read only

Neslinn
Participant
0 Likes
719

Hi,

The display mode mode can take the following values:

'A' Display the screens

'E' Only display if an error occurs

'N' Do not display

If you do not specify the MODE addition, the display mode is 'A'.

The specified update mode f determines the update type. It can take the following values:

'A' (asynchronous update)

'S' (synchronous update)

'L' (local update)

If you do not specify the UPDATE addition, the default update mode 'A' is used.

Please refer the link below.

http://help.sap.com/saphelp_46c/helpdata/en/34/8e73a86df74873e10000009b38f9b8/content.htm

Reward if helps.

Regards,

Neslin.

Read only

Former Member
0 Likes
719

hi guys

one more doubt for session wat is the default mode and update..

Read only

Former Member
0 Likes
719

FOR BDC Session method, The Default Mode of execution of a Session in Transaction SM35 is 'A' (all Screen mode i.e Process foreground) and the Update is Synchronous.

Thanks

Sekhar

Read only

Former Member
0 Likes
720

hi

good

in BDC call tranasction method you have to mention the update method ,otherwise it wont update the database.

thanks

mrutyun^