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
274

Hi All,

I'm new to BDC and have some queries regarding that, Pls help me.

1. What is diff b/w T/code "SHDB" & "SM35" ?

2. In real time scenarion which data transfer technology

"Session method" or "Call transction method" is used

and under what conditions.

3. Can we transfer data only using FM "BDC_open, insert &

close" in SE38 without creating session?

Thanks & Regards.

2 REPLIES 2
Read only

Former Member
0 Likes
258

Hi,

Please try to SEARCH the forums before posting - this has been discussed lots of times before.

Gareth.

Read only

Former Member
0 Likes
258

Hi Mohnish,

SHDB -This transaction allows a user to record keystrokes and other keyboard actions and this can be written to ABAP report.

refer this site.

http://abaplovers.blogspot.com/2008/02/recording-bdc-using-transaction-shdb.html

SM35- after execution of batch input program , the session created is placed in the session queqe which can be processed using tcode SM35.

when you execute the program created using SHDB

it will create a session and data will be updated to database only after you process the session in SM35.

Session method used to keep track of logs.call transaction method is faster than the session method but we can not see the logs.so in real time if there is large volume of data,it is better to go for a session method.

Regards,

Charumathi.B