2009 Oct 13 11:47 AM
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
2009 Oct 13 11:53 AM
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
2009 Oct 13 12:16 PM
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