‎2009 Nov 24 4:32 AM
Hi ,
i need to change the content of the text object.
iam having information like
Text Object VBBK
Text Name 0180000230
Text ID 0100
Language EN
i searched in the net and got FM EDIT_TEXT .
but iam not able to make use of that .
is that the r8 FM , how to make use of that,
or any other way to achive that,
thanks
Sarath P
‎2009 Nov 24 4:45 AM
HI Sarathi,
IN the FM Call you need to
pass SAVE = X. Otherwise you need to call FM SAVE_TEXT Exclusively.
This FM is Correct one. For more info Go to FM Documentation available in SE37 Every details is explained in the Documentation.
For further info on how to use it Take Where Used List Help this will guide you further.
Cheerz
Ram
‎2009 Nov 24 4:49 AM
Hi,
If EDIT_TEXT is not working then you can first use DELETE_TEXT to delete the text and use SAVE_TEXT to save the new text.
Hope this helps you.
Regards,
Tarun
‎2009 Nov 24 5:01 AM