SAP Program BC505EX3 - Cause extent overflow in update task

Description
Report BC505EX3 is used for training purposes. Table BC505EX isinserted. The inserts are performed in update task. After a certainnumber of commits the allocation of a NEXT extent will fail becauseMAXEXTENTS is reached. The update will stop. Increase MAXEXTENT andthen reactivate the update. The program will finish.

Precondition
Run report BC505EX1 as preparation. The table BC505EX will have around280 extents. Take care that sufficient storage space is available intablespace PSAPUSER1D (2,5MB) otherwise a tablespace overflow willoccur. Use reports BC505TS1 and BC505TS2 for this purpose.

Output
No output, after a short while the allocation of a next extent willfail for table BC505EX. Update will stop.

Example
Run report BC505EX1, then run report BC505EX3. Use transaction SM13 toshow deactivated update. Increase MAXEXTENTS for BC505EX and use SM13to reactivate the update service. BC505EX3 will finish successfully.