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 error log

Former Member
0 Likes
461

Dear Experts,

In BDC session method i have uploaded 2000 records from excel sheet to the transation pp02. But i got the message that 46 records are found error.

How to find the error records which are not uploaded in the transaction pp02.

regards

chinnaiya P

3 REPLIES 3
Read only

Former Member
0 Likes
421

Is the Error Log not able to help you out? Look into the same ....Its a good Drill Down Tool having all the details.

Read only

Former Member
0 Likes
421

Hi,

If you are using 'Call Transaction' approach all your errors are in BDCMSGCOLL( Recall that all your error message texts are saved in T100 table)

Srini..

Read only

Former Member
0 Likes
421

check out the internal table of type BDCMSGCOLL which you pass during call transaction.

Regards,

Lalit Mohan GUpta.