cancel
Showing results for 
Search instead for 
Did you mean: 

In-house repair process with changed material number

Former Member
0 Kudos

Hi,

How can we setup SAP for a inhouse repair where the material number changes after repair?

The customer would return Material A -> During the repair process Material A has been modified to Material B --> and material B is shipped back to the customer.

Note: The serial number can also be changed.

Accepted Solutions (1)

Accepted Solutions (1)

anjaneya_bhardwaj2
Contributor
0 Kudos

Hi Binu,

Few Possible solution :

Simple solutions : .

a) Change you Material on Equipment Number -> IE02-> EDIT-> Special Serila No function-> change Serial number/Change Material Number .So now the equipment will reflect the new Parts nos.

b) You can try doing transfer Posting Material to Material . MB11-> Movement Type-> Transfer Posting ->Material to Material . Movement Type 309 .

Entering a Transfer Posting - Materials Management - SAP Library     

A bit complex solution , if you are in design stage .

c)  You may create a classification (CL01)with characteristics MAT IN  and MAT OUT  and then associate the class  with configuration profile of Service Product (If you are using the concept of Service Product) in CU41 . Then store the value of incoming Material in Mat IN during receiving and after the repair  store the outgoing material in Mat OUT characteristics. Once the Repair is complete you should have enhancement to pick it part number from Mat out field characteristics  instead of material in(received from customer) and assign it to delivery document .

Anjan

Former Member
0 Kudos

Thanks Anjaneya,

Solution (a) may not work as we would not know until the Initial Teardown process what to provide as a service in most cases

Solution (b) seems ok.

Solution (c) --> Not sure if I've understood it.

What is important is to have the Service Order have the repaired product to be Part B (material number back to the customer) and the component to be Part A (material in from the customer)

Regards,

Binu

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Binu,

The best possible solution in your scenario is material to material transfer with movement type 309 as Anjaneya mentioned.

Regards,

VINOD

jogeswararao_kavala
Active Contributor
0 Kudos

Hello Binu,

  • In Repair process there will not be change of material code. There will be change of Material code valuation type. This process is called Refurbishment. See this too: Refurbishment.
  • Your requirement resembles very usual Production Order (PP) scenario where a Raw material (say a metal blank) having some material code enters the Order (GI) and a Finished material (say a shaft) and some scrap comes out (GR) of the Order with their own material codes. In such case a BOM needs to be created first on the Finished material which has Raw material/s and Scrap material/s as its components and Routing to be configured.
  • For further details on Production Order process it will be beneficial if you interact with PP space by posting your query there AND go through related posts such as Production Orders.

Regards

KJogeswaraRao

Former Member
0 Kudos

Hi Jogeswara,

Thanks for replying.

This is not a production process and this not a raw material. This is equipment back from the customer and a service is being provided to upgrade or retrofit the equipment to a later model with a reduced cost.

A typical aftermarket service being provided.

Regards,

Binu

jogeswararao_kavala
Active Contributor
0 Kudos

OK, Then you need to explore within the provisions given by PM/CS.

Good luck

KJogeswaraRao

anita_patil3
Explorer
0 Kudos

Hi Binu;

As per description it seems the Refurbishment process where in part material will have different valuation types.

Say material coming for repair have X value originally but as it is damaged so value became B. After repair it will become C.

So this all is covered in refurbishment process with split valuation. Refer that process and let me know if you any more question.

Avinash

anjaneya_bhardwaj2
Contributor
0 Kudos

Hi Binu ,

I am assuming your process is something like this .

We get the Orders from customer and due to some component changes (decided after tear down) we send them back a different Part No (Different Part No)   ,Though  Ultimately it is the same part which can fit into that configuration .


To achieve this process ( which we may name modification) we need few basic designs in place.


Example:

Mat in Recieved : ENGINE MODEL 1

Mat out being sent : ENGINE MODEL 2


a) We should have a way to identify what part came in for Repair and which one goes out, Service order configuration(characteristics MAT in and Mat out ) seems to be ideal fields to store this information as this can be done through Master Data maintenance and no development will be needed.


b)  Material to Material posting is required as we are consuming the Material in and making Material Out from same parts after tear down is complete. So we need to transform mat in to mat out and that appears the only way to consume what came and produce what goes. After this step ENGINE MODEL 1 becomes ENGINE MODEL 2.

c) Now our outbound delivery back to customer  should contain Mat out and this is possible if that Material itself undergoes transformation or we do some kind of enhancement to populate Mat out in Outbound delivery

If you do not expect it be a regular business and it is a once in a while scenario you can change the part on equipment after the Repair process is complete send it back to customer. Not sure if it will cause any issue.

To achieve these three things we need to have a design and development in Place if you are expecting this to be a regular business.Try these three steps and see if it works in your system .

Anjan