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

Regarding BDC

Former Member
0 Likes
324

hi all,

what is meaning of Batch Input Processing <b>Log</b> ?

thanks in advance..........

Regards,

Imran

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
306

Hi

Batch Input Processing Log Contains details about Batch input session Logs ie.How many

transactions have been processed successfully and how many failed..What are all the messages issues during processing..etc etc...

Cheers,

Hakim

Mark all useful answers..

2 REPLIES 2
Read only

abdul_hakim
Active Contributor
0 Likes
307

Hi

Batch Input Processing Log Contains details about Batch input session Logs ie.How many

transactions have been processed successfully and how many failed..What are all the messages issues during processing..etc etc...

Cheers,

Hakim

Mark all useful answers..

Read only

Former Member
0 Likes
306

Hi

LOG refers general meaning of defects/errors in aprocess

In Batch input we use different methods like call transaction and sessions method

In call transaction we have to capture all the erros/logs explicitely using the BDCMSGCOL internal table and using the fun module FORMAT_MESSAGE we handle them

Where as in sessions method we handle them using the Tcode SM35.

we can process the log in foreground or in Background after ciorrecting the errors in those records.

see SM35 you know better,

<b>

Reward points for useful Answers</b>

Regards

Anji