RENAME_TEXT (standard text function module)
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
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
Thanks, I will try that.
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