The standard only allow you to open the next activity when the previous is complete.
What I've done in the past was to build an ABAP program to change the activity status to open in the backend, to get all activities open. The only inconvenience was that the program need to be ran every time a new instance was created.
Add comment