cancel
Showing results for 
Search instead for 
Did you mean: 

mass maintainence

Former Member
0 Kudos

Dear Ssp gurus,

kindky explain me what is mass maintainence.

please explain where this concept is frequently used.

I Request you to explain with easier eg.

Divya

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

Dear Divya

If you want to change a particular data, you can access that particular T.Code and change the required data. Instead, if you want to change a particular data in mass (say for 1000 records) in one stroke, you have to run T.Code MASS

thanks

G. Lakshmipathi

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello ABAPERs,

How will i create a mass change custom program that would update the classification of a customer.

Enter the following criteria

Customer Number: 10012428 to 10012444

Customer classification: 03

Sales Organization: S062

Distribution Channel: 11

Division: 01

Customer group: 06

Execute the program

A list of all customers to be updated should be displayed

Only customers 10012428, 10012432, 10012437, and 10012444 should be displayed

A "next" button should be pressed that will redirect to a new window where the classification can be added. Add the following:

Class = BACKORDER

Max Days B/O Allowed -Customer = 0

A section where classification can be added w/ the value

execute...

A confirmation should appear that the changes were made. Customers 10012428, 10012432, 10012437, and 10012444 should have the new backorder class...

Please help me on how will I create my program... thanks in advanced.

jignesh_mehta3
Active Contributor
0 Kudos

Dear Divya,

Mass Maintainence is done when you want to change a particular details in all the large number of Customers. E.g. Tax Classifications, Terms of Payment, or Employees responsible, Credit management, dunning etc.. .

Is is done thru T-codes - XD99 or MASS

Hope this helps...

Reward if useful...

Thanks,

Jignesh Mehta.

Former Member
0 Kudos

hi,,

mass maintenance is like if u want to change some field say payment term of all ur existing customer than u can do this with Mass Maintenance instead of doing one by one in XD02.

reg

Deepak