RENAME_TEXT (standard text function module)

Question:
I am trying to write a program that will rename standard texts, but when I test the function module I get a TEXT NOT FOUND message even though it exists. Has anyone ever used this who can perhaps tell me why it is not working????
Thanks for any ideas.
Grisha
Answer:
Hi,
it might be, that this FB only works if the standardtext is in the
memory area.
Perhaps you should use READ_TEXT and EDIT_TEXT instead.
Jörg
Answer:
Thanks, I will try that.
Answer:
Dear Grisha:
Double-check all your key fields. The TEXT functions usually work pretty well. If the text is related to certain objects (e.g., sales documents), you should not change certain key fields.
You did not specify, whether you try that exercise for use in a user exit (memory) or stand-alone (DB).
Regards,
Wolfgang

More Articles:

execute .bat file on server?
Function module to return Physical path for Logical path?
Assign dynamic?
Intercepting standard ALV function codes?
hide field on infotype screen?
Dialog Programme?