cancel
Showing results for 
Search instead for 
Did you mean: 

Phase deletions

Former Member
0 Kudos

Hello Guru's ,

I have a custom report developed, which should have all the Operations and Phases along with the BOM components.

There are phases deleted for the operations, but the phases are not having any deletion indicator or change number.

Because of which I am able to see the phases in the report which was developed. But my question is what could be the logic need to be used in order to not to see them in the report which are deleted from the Recipe.

or

Is there any report where we can retrieve all the phases that are deleted without change number or deletion indicator.

Please suggest the logic need to follow for the report so as to match with the Recipe which is showing up in C203.

Thanks in advance...!!!

Regards,

Kumar.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Just to make my last post clear, in COOISPI, try Components list in selection.

Former Member
0 Kudos

Are you talking about process orders or master recipe?

In case you are looking for master recipes, did you try C251 - Master recipe list transaction; this would give you the current report without deleted ones. If it is about process orders, you may try COOISPI. Both being standard reports, you can check if they meet your requirement.

Rgds, Arun

Former Member
0 Kudos

Arun,

Thank you for the response.

I have tried C251 but I donot need all the details as we get in this list.

I just need a report with operations or phases along with the BOM components from the Master Recipe.

I am having an issue of Phase deleted from the recipe but it is showing up in the report.

I need to know some logic where we donot get this phase in the report when there is not deletion indicator for the phase or the change number for the phase deletion.

Thanks in advance for the answers

Regards,

Pot

Former Member
0 Kudos

You may try C260 transaction to find the changes to recipes; you may select operation level and see the ones deleted and existing. Hope this helps.

Former Member
0 Kudos

Thank you Arun,

I have tried C260 also we can get the operations and phases based on the change number from there. But my case was there is no change number and the deletion indicator set but still the Phase was showing up in the report though it is not in the Master Recipe.

We found some logic to search and to remove the phases that are not in the master recipe due to use the Key date and a program logic need to be used by ABAPer to pick the element with this Keydate

So the logic here used was some of the standarad program coding and and custom coding to get this report.

We are now in testing in development. I will post complete logic when done and moved to production.

Thank you once again for your response.

Regards,

POT

Former Member
0 Kudos

Hello,

There is no change number required to run C260. Only if you have used change number, it will appear in the output; else it will be blank. Try running the reports C260 and C261 and let me know. Both doesn't need change number in selection. C260 will give a summary and from there you can go to detailed report. Hope this would help.

Former Member
0 Kudos

Thank You Arun for your responses...!!!

We have used the Program logic form transaction C251 and developed the report so as to get only the Operations/Phases with current Lot To and Lot From and BOM components.

Actually there was an when developing " The master recipe has the phase which is deleted with out the deletion indicator or without change number but it was still showing up in the report and we got the logic from the above tcode and and placed in the development of this report and it is now working fine as required.

Thanks for you help in supporting me.

Thank again,

Pot.