2007 Dec 24 4:53 AM
i need a program which uses the selection screen as input parameters which should accept as package and after execution it should show all the programs in the list and then the programs should be deleted from the package.
2007 Dec 24 5:08 AM
2007 Dec 24 5:09 AM
Hi
Use below query to fetch programs from the entered dev Class
SELECT * FROM tadir into table itab
WHERE pgmid = 'R3TR'
AND object = 'PROG'
AND devclass = p_class.
In the program we can delete records from Tadir by looping ITAb,
but other program related tables will have this entry .
Hope this Helps.
Praveen
2007 Dec 24 5:12 AM
Do not delete directly from tables. Use SE80 as indicated.
matt