‎2007 Aug 16 2:25 PM
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.
‎2007 Aug 16 5:07 PM
hi
good
in BDC call tranasction method you have to mention the update method ,otherwise it wont update the database.
thanks
mrutyun^
‎2007 Aug 16 2:39 PM
HI,
it will be Mode A(All Screen) and Asynchronous.
Thanks
Mahesh
‎2007 Aug 16 2:39 PM
‎2007 Aug 16 2:39 PM
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
‎2007 Aug 16 2:44 PM
<b>Mode N</b>
and
<b>Update A</b>
regards,
srinivas
<b>*reward for useful answers*</b>
‎2007 Aug 16 2:54 PM
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.
‎2007 Aug 16 4:11 PM
hi guys
one more doubt for session wat is the default mode and update..
‎2007 Aug 16 4:22 PM
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
‎2007 Aug 16 5:07 PM
hi
good
in BDC call tranasction method you have to mention the update method ,otherwise it wont update the database.
thanks
mrutyun^