cancel
Showing results for 
Search instead for 
Did you mean: 

Master Recipe operation / phase "Valid to date"

0 Kudos

I am developing a production master data report, where Master Recipe operation / phase "Valid to date" (PLPOD-DATUB) is required. I have searched in structure PLPOD and table PLPO, but not able to find this date. Please help me in this regard.

Thanks in advance.

Regards,

Jack

Accepted Solutions (0)

Answers (1)

Answers (1)

madlercm
Active Contributor
0 Kudos

Hi,

The "valid-to-date" is mainly a concept, that's why you don't find the field in PLPO; it exists in the structure PLPOD.

The "concept" gets a value, I think only when we delete a phase with reference to a change number. The change master's (table AENR) valid-from-date becomes the deleted line's vali-to-date.

So, what you need to do is link PLPO and AENR via the change number, and when deletion indicator in PLPO is, I guess, "1", read the valid-from-date in AENR as your valid-to-date (logically) in PLPO.

Hope that this helps a bit.

Regards,

Mario