cancel
Showing results for 
Search instead for 
Did you mean: 

Delete all 3.x Infosources

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks a lot, next time I will try..I deleted all manually

sven_mader2
Active Contributor
0 Kudos

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