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

session to find error

Former Member
0 Likes
828

Hi all,

i've done BDC session method.

i've processed the data's . i'm getting 4 error records in SM35 background mode.

i'm not able to see which particular record contains error.

how to find the error record .

Regards

Suprith

5 REPLIES 5
Read only

Former Member
0 Likes
772

Hai....

The session method is the best method to see the error records.

in SM35 select your session....> click on process,

after processing the session click on log....> there you can find the error records.

error descriptions of the record and even index of the record in the flat file also you

can observe there.

If you want to download the errors into pne file then go with call transaction method.

Capture the errors using BDCMSGCOLL structure.

Using FM GUI_DOWNLOAD and FM FORMAT_MESSAGE... you can download the

error records into a file

hope this will help you.

Regards

Sekhar.

Read only

Former Member
0 Likes
772

Hi,

To get complete information of error records in session, navigate to SM35 --> select session --> press button 'Analyze'. You could find complete information of all your records with error type also. Navigate among the tabs to get other details of error like what is error mesage and what data is populated in which screen. This will provide you complete information of error records.

Regards,

Prasanth

Read only

Former Member
0 Likes
772

This message was moderated.

Read only

0 Likes
772

Prasanth and Neha,

Please don't reply unless you add any additional information,Updation let these kind of threads are bumping-up to top,which is really annoying.

Please cooperate.

Happy posting.

Read only

Former Member
0 Likes
772

Hi,

As u told that u r using bdc session.

You have to goto SM35-> after processing session double click on your session name and click on log created on TAB.Here u can see which transaction or record has got error.

Or you can do one more thing suppose if for example u r processing for material master goto mmo3 and u can check.

Regards,

Sudhakar Reddy.A