Skip to Content
0
Jun 13, 2018 at 04:40 PM

Release of schedule lines

92 Views

Hi all,

I'm facing the following scenario.

I have MM schedule agreements where schedule lines will always be fixed and never be changed after creation. Because of limitations in the follow-on system, it shall now be ensured that during the creation of releases a schedule line which was part of a former release will not be called of a second time. I am already using the BADI ME_RELEASE_CREATE but unfortunately I cannot prevent that the output message is created even if I cleared internal tables with ekek and ekeh data. Sure I can use a condition in output determination procedure and use a dirty assign to get ekeh data and then in case of empty ekeh table suppress the message. But this approach seems to me a little bit too sophisticated and far away from "Keep it simple". Anybody any other ideas regarding this topic?