‎2008 Feb 03 5:32 AM
hi experts,
can anybody tell me.
when we perform session or calltransaction suddenly if system crash's will it perform the whole process from starting r not. plz
‎2008 Feb 03 5:36 AM
Hi,
In case of BDC-session method u can go through the log-file which is generated in SM37.
Once u goes through that then it has information relevant to each record. And at final it have failure message relevant to failure record due to crash.
So u can delete unto N th record in u r flat file and once again process the same session.
2. in case of error-records in session then u can run same-session in ERROR- mode so that only error records can processed.
‎2008 Apr 28 11:28 AM
‎2008 Apr 28 11:31 AM
Hi sai,
BDC-->Batch Data Communication
Its used for records of report.
first go tcode: SHDB then click as create any name then click as start recording then u want type as t.code.
then going materials and save it..
next going click as name with any create any name with report..
its automatically pgm then should some change with field name. only..
its going from flat file to sap file then save to database activated.
Reward if useful,
Regards,
S.Suresh.
‎2008 Apr 28 11:57 AM
Hi
in call transaction, the records which would have been processed will be updated depending upon the mode
S or A
if its A then may be processed records are not updated in database
but in S they will be updated
in session
same thing....
check log in sm35 which will show how many records processed successfully and which are not
please reward points