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

Material Master Load using LSMW - Need Error Log report

Former Member
0 Likes
729

Hi Frnds,

We are using the LSMW to load material master from one SAP to another SAP system. We are loading the MM into ECC 6.0.

The following message type and IDOC type are used in the LSMW.

Message Type: MATMAS_MASS_BAPI

IDOC Type: MATMAS_MASS_BAPI03.

After the Material Load, the logs we can see using MM90.

The problem in this transaction is, it doesnt give a material level report rather its a drill down report and there is no download option either.

I am looking for some report where I get a nice Materil level report and can be downloaded into local disk in a spreadsheet or something...

Can someone provide me any details that you know?

Many thanks in advance...

Regards,

Karthick C

2 REPLIES 2
Read only

Former Member
0 Likes
513

Hello Karthick C,

In Field Mapping and Conversion Rules you can add code to either __END_OF_RECORD__ or __END_OF_TRANSACTION__ and to __END_OF_PROCESSING__ to create an error log and upload the file to either your desktop or an application server.

Regards,

Brenda

Read only

0 Likes
513

If you set a field NOAPPLLOG in the lsmw, it will store all the logs in BD87 itself so it more convenient to see the entire error list.