How can you to delete all records that whats you selected in se16 when that table disable maintenance ?
Follow the steps:
- Fulfill selection criteria of se16.
- Entry debug mode ( /h )
- Set break-point:
- Subroutine: pf_status_liste
- Subroutine:autho_check
- Set watch-point:
- excl_tab-code = DEL5, DEL2
- DEL5: Delete ALL
- DEL2: Delete
- dd02l-mainflag
- Press [F8] to Run program
- Delete records for internal table excl_tab what code eq DEL5 and DEL2 When got watchpoint, than can enable Delete ALL & Delete in menu item.
- Press [F8] to go.
- List records what match your criteria, then press select all
- And entry debug mode (/h)
- Press [F8] to go.
- Modify the field dd02l-mainflag = ANYTHING to replace of space when you got break-point.
沒有留言:
張貼留言