Hello all,
I want to set up a planning function that after a planner has finished editing data writes a flag into a DSO to indicate that the planer has finally finished planning.
Could anybody please provide me with an example for this scenario?
Thanks in advance and best regards
Gerd
Hi Gerd,
is your flag a key figure?
Then the formula would be like this:
data flag type f.
flag = 1.
regards
Cornelia
Add a comment