If you have database table with client specific data for only one client then use SQL statement
delete from <table> where mandt='XXX';
Note: Try this on test system before
Tags: Client Delete Large Database how to do it fast, SAP Client Delete Large Database (TB)
Post a Comment