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
378

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

4 REPLIES 4
Read only

Former Member
0 Likes
356

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.

Read only

0 Likes
356

Hi,

Any updates on this ???

Read only

Former Member
0 Likes
356

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.

Read only

manubhutani
Active Contributor
0 Likes
356

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