‎2006 Aug 09 7:55 PM
Hi,
How can I refresh (delete complete data) in custom tables that I created in R/3 ?
Thanks.
Regards,
Tushar.
‎2006 Aug 09 8:00 PM
Select all the records in an internal table and use delete from internal table.
hith
Sunil Achyut
‎2006 Aug 09 7:57 PM
‎2006 Aug 09 8:00 PM
Select all the records in an internal table and use delete from internal table.
hith
Sunil Achyut
‎2006 Aug 09 8:01 PM
What do I need to do if I need to refresh SIS and LIS structures ?
‎2006 Aug 09 8:03 PM
‎2006 Aug 09 8:08 PM
Hi,
I am wondering that structure gets data at runtime and there is no question of refresh or delete the data from it. So if SIS and LIS structures are actually tables then why they are reffered as structures ?
Thanks.
Tushar.
‎2006 Aug 09 8:10 PM
‎2006 Oct 14 2:26 PM
DELETE FROM <table name> WHERE MANDT = SY-MANDT CLIENT SPECIFIED.
regards,
Clemens