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: 

Delete Text ID created to save long text

Former Member
0 Kudos
801

Hi All,

I am creating long text and save it with some ID. But latter i have to delete this long text and ID. I am finding function module DELETE_TEXT to delete long text corresponding to Text-ID. Can any one tell how i can delete corresponding Text-ID so that it wont be available for latter use as I have deleted respective text.

Thanks

2 REPLIES 2

ThomasZloch
Active Contributor
0 Kudos
234

Depends on the application object, there is many different places all around SPRO. With SM30 for view V_TTXIDI you can maintain the text IDs for all objects. Make sure you delete the correct entry only.

Thomas

0 Kudos
234

Thanks for your prompt response, well I need to restructure my query. Actually I want to delete the THEAD-TDNAME (field in READ_TEXT) as i can delete its corresponding long text with DELETE_TEXT. My intention is if long text corresponding of THEAD-TDNAME is deleted than THEAD-TDNAME (associated TEXT-ID ) should also been deleted for (I am working on Z-Development).

Please assist me in finding solution. Let me know if I am still ambiguous

Edited by: Itsnotme on Oct 14, 2009 11:40 AM