‎2008 Jun 12 9:05 AM
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.
‎2008 Jun 12 9:08 AM
Hi,
Please try to SEARCH the forums before posting - this has been discussed lots of times before.
Gareth.
‎2008 Jun 12 9:20 AM
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