2008 Feb 05 5:59 PM
Hi,
Where do we find error records in lsmw?
2008 Feb 05 7:05 PM
2008 Feb 05 7:37 PM
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.....
2008 Feb 06 9:01 AM
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.
2008 Feb 06 9:52 AM
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)