cancel
Showing results for 
Search instead for 
Did you mean: 

Mass Change of Source List

former_member227232
Active Contributor
0 Kudos

Hi,

Our requirement is to Mass change of Source list.

The field to be changed is to remove the MRP relevant Indicator from Sourcelist.

How to do as mass?

Vengat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

As there is no standard t.code for Mass changes to Source list in sap, your requirement can be acheived by

1. Creating a ABAP program with the help of ABPERS

2.If you know LSMW creation .. create a LSMW for Sourcelist creation giving the inputs as Material , Vendor and MRP indicator.

Take all the info records Material & Vendor from the table EORD.

Put them in the excel sheet and leave the field AUTET (MRP indicator) blank in the upload format.

Run the LSMW for all the records

while using the second option, test intially for few records and once its good go for all the records

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vengata,

For mass change in source list, you can use LSMW.

For MRP indicator you can enter list of material and plant in excel and at the time of recording in LSMW, you have to delete the MRP relevent data.

Table name EORD

Field Name:AUTET

Hope it helps...

Kind Regards.,.

Trupti

Former Member
0 Kudos

Check