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

error records in LSMW

Former Member
0 Likes
1,017

Hi,

Where do we find error records in lsmw?

Hi,

Where do we find error records in lsmw?

4 REPLIES 4
Read only

Former Member
0 Likes
770

Check this thread.

Read only

Former Member
0 Likes
770

Naveen...

Its is not specific...

If you are doing any kind of validations in the programs.... i.e. if u added some logic in the field mapping and conversion step and if any of the records fails due to those validations u can catch those in convert data step...

If the error related to process then once u process the batch session u can find the errors in the session over view log.....

Read only

Former Member
0 Likes
770

Hi,

You can use the Report RSBDC_PROTOCOL to get the log of the session.

One thing you can do is, run the same session again with the mode "Error only". System will stop at the errors. Correct those errors manually.

Reward if found helpfull,

Cheers,

Chaitanya.

Read only

Former Member
0 Likes
770

The error log depends on the method that you are using to post the data.

- In case of a batch input: check the batch input session

- In case of IDOCs : check idoc status

- Direct update programs: just a list on your screen after running the last step (will get lost if you exit the step)