cancel
Showing results for 
Search instead for 
Did you mean: 

Mass maintenance to Customer Info Records

Former Member
0 Kudos

Is there a standard program to do mass maintenance to customer info records? This would be to do a mass creation of and mass deletion of customer info records.

Please advise.

Thanks.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member183879
Active Contributor
0 Kudos

Hi,

Pls check the Function module RV_CUSTOMER_MATERIAL_INFO with the help of an ABAPer. Also there are some more FMs

RV_CUSTOMER_MATERIAL_UPDATE

RV_CUSTOMER_MATERIAL_UPDATE_C

One of these FMs will help you.

If the number of records are less than 5000 or so, you can even try doing this by means of CATT. If records are morethan 20K, then it is better to do it by direct update by means of Function modules or BAPIs.

Hope this helps

Former Member
0 Kudos

Dear,

Please go via this link,

[http://www.sap-img.com/sap-data-migration.htm]

Regards,

Sandip

Former Member
0 Kudos

Vicky

For one customer, you can use VB52 to show all the materials for which records exist and add or delete records there.

If you need this for multiple customers and materials ( true automation), then may be you can go in for test tool or Mercury or a BDC program to do it.

Hope this helps.

Former Member
0 Kudos

Explore the use of LSMW.