Not sure if this confuses the issue...
But here are the status descriptions (translated fro German to English) from the IP19 ABAP code:
* Possible Status Combinations
Planned date called (TSABR) | Call outstanding (TSVBT) | Call horizon not reached (TSENQ) | Stopped manually (TSENM) | Scheduling status (TSTAT) | Descrption |
---|---|---|---|---|---|
X | - | - | - | A | Access with order |
X | - | - | - | - | Accessedwithout authority |
- | X | X | - | - | Waiting (TSENQ), due (TSVBT) |
- | X | X | - | F | Waiting,is due andfixed |
X | - | - | - | X | Ignored |
- | X | X | X | - | Closed |
- | X | X | X | F | Closed |
X | - | - | - | - | LRMDT <> 0, done |
PeteA