Hello Gurus,
I need to delete 1000.. of 3.x Infosources and I am looking the best way to do it, not delete them one by one but with an abap program or transaction?
Thanks a lot for your reply
Hi,
I think there isn't a SAP program or transaction for that.
=> write your own ABAP.
=> you have to use ABAP OO. see the interface IF_RSO_TLOGO_MAINTAIN.
=> before you delete the infosources you have to check
- is there an infopackage. Delete it first
- when the infopackage is in a process chain: don't delete anything.
...
Sven
Thanks a lot, next time I will try..I deleted all manually