cancel
Showing results for 
Search instead for 
Did you mean: 

Deletion a meterial in Production order

Former Member
0 Kudos

Hi experts I have one issue..please tell me a solution.

Reference Prd Ord xxxxxxxx.

I deleted material x & added material y.

When I created the pick list, it captured both materials. I expected it

not to capture the deleted material.

What should I do?

Regards,

Bhaskar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I checked in production order..the component deleted in production order but still it is showing in pick list.how to delete that component in pick list.plzz guide me.

madlercm
Active Contributor
0 Kudos

If this is the case, then my guess is that you have a customized/own print program/layout, that is incorrectly reading from SAP database tables the info.

Ask your ABAP person to debugg the print process, and try to correct the raed statement in such a way that deleted (marked as) entries are not included.

Former Member
0 Kudos

Hi,

as mentioned by Mario above, if this is the cuto program, then put the logic to exclude materials which are deleted from the production order.

Normal mistakes done here are, either this logic is not explicitly mentioned to abaper or the abaper will copy the standard BOM (using MAST and STPO tables)....

thanks,

regards,

sandeep

Answers (2)

Answers (2)

sjeevan
Active Contributor
0 Kudos

You may want to explain the scenario a bit more clear.

You created a production order referencing another production order?

You said you deleted component x and added component y?

did you do that in your reference production order or newly created production order or BOM?

Former Member
0 Kudos

I have created one production order and i have deleted one component and i have added one component after in pic list both components r available instead of added component.

sjeevan
Active Contributor
0 Kudos

You need to check two things:

In the "Component Overview" for the deleted component there should be a check box "Deleted" should be should checked.

In the "Assignment" tab of the production order you can find the reservation number for the order. Go to table RESB through SE16N and check if the deleted component has the field XLOEK = 'X' (Item Deleted).

MB26 or CO27 use this reservation in the program (ofcourse the program outputs only those items which has RESB-RGEKZ u2260 'X').

vasudevap_pushpalas
Active Contributor
0 Kudos

Dear

You have Deleted One Material And Added a New Material Y In that Case u need to go for Order Change Management That Implies When u add material Or Delete Material It will update in the Production order

For Doing this Please Follow this link it will help you

[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0002c1c-f07c-2c10-3c93-b053715529b4?QuickLink=index&overridelayout=true]

With Regards

Pushpalas

Former Member
0 Kudos

Thank u for ur reply.U have sent the process about how to delete a component.But I already deleted it.but still it is showing in production order.Please tell me how can I control in this scenario.

Regards,

Bhaskar

Edited by: basi123 on Nov 16, 2011 8:09 AM

Former Member
0 Kudos

Hi Bhaskar,

If the production order is already released, then the deleted material will still show in the component list. however, it is highlighted in "blue" and a mark that it is deleted. During goodsmovement (Confirmation) it will not be picked by the system as it was marked deleted.

How are you printing the pick list? is it a custom program. If it's a custom program I think you need to add above scenario to not show deleted line item.

Thanks,

Raymond

madlercm
Active Contributor
0 Kudos

It is true, but if no confirmations were yet made, you can reverse the released status by, for example, do a reread of master data. Then the status is back to CREATED, and you can actually delete the component.