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

LSMW ERRORS

Former Member
0 Likes
351

HI

can any one tel how to trap errors in LSMW

2 REPLIES 2
Read only

Former Member
0 Likes
333

Hi

In LSWM data can loaded using 4 methods.

1) Standard Program

2) BAPI.

3) BDC recording.

4) IDOC method.

In first method Standard Program will handle the error and it will display all error records after processing file.

in second method BAPI will upload data using message type in form of IDOC if any error occurs the IDOC will not posted displays in red color.

in 3rd method session will created after pocessing the session check the log for errors.

4th method is same as 3rd method

Read only

0 Likes
333

4th method is similar as 2nd method, not 3rd method...

cheers