Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

FM to delete tables alongwith contained data

former_member434229
Active Participant
0 Kudos

Hi,

My requirement is to find out FM and Dictionary objects used in program and to delete it, if not used in other programs.

I am using FM 'RS_DD_DELETE_OBJ' to delete dictionary objects however it does not allow to delete the tables if it contains data (with no_ask = 'X' which prompt for user confirmation). Please provide me the FM/FMs which delete the tables alongwith the contained data without user interaction.

PS: If anyone has program code which retrieve FMs/Dictionary objects used in it, it will be great.

Thanks in Advance,

Ni3

3 REPLIES 3

Former Member
0 Kudos

Hi,

Check this FM DDIF_OBJECT_RESET

Former Member
0 Kudos

Check FM DD_DELETE_TABLE

Might help

-RJ

former_member434229
Active Participant
0 Kudos

Solved on my own.