Application Development and Automation 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: 
Read only

TEXT OBJECT

Former Member
0 Likes
444

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

3 REPLIES 3
Read only

Former Member
0 Likes
413

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

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
413

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

Read only

Former Member
0 Likes
413

You can directly go in SO10 and change it .