cancel
Showing results for 
Search instead for 
Did you mean: 

Deletion indicator in MAPL and PLKO

Former Member
0 Kudos

I have a recipe, for which when i check in table MAPL, it says deletion indictor is set. But when i check the table PLKO, i do not see the deletion indicator set. Why is this inconsistency?

please help

Thanks

Neeraj Agrawal

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Neeraj,

There is no inconsistency.

MAPL table is for the Materials assigned to a task list. So a deletion indicator in MAPL means the material which was earlier assigned to a particular task list is now deleted.

Whereas PLKO table is for task list header. If you find a deletion indicator here then the task list itself is marked for deletion.

So deletion indicator in MAPL & no deletion indicator in PLKO means material assignment is deleted but not the task list.

Former Member
0 Kudos

Hi neerajagrawal,

Table MAPL holds the material - plan group relation. When you delete a material(Materail Assignment) from plan group it marks a deletion indicator to the material in table MAPL.

Table PLKO holds the plan group header. When you delete the plan group (alternative) it marks a deletion indicator to the plan group alternative in table PLKO.

Regards,

techmaster

Former Member
0 Kudos

Hi,

Are you working on a Z program to report routings? If this is the reason of your inquiry, you'd better use the function module CARO_ROUTING_READ. It is cumbersome (or just impossible) to fetch the valid routing of today, or any required date, from the tables.

Regards.