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 update info record

Former Member
0 Likes
862

Hi,

How do I update text in Info record. Is thre a FM available.

Thanks,

Ravi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
824

Use - INTTAB_SAVE_TEXT

Hi,

How do I update text in Info record. Is thre a FM available.

Thanks,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
825

Use - INTTAB_SAVE_TEXT

Read only

Former Member
0 Likes
824

Hi,

You can use SAVE_TEXT. You need to pass OBJECT_ID, NAME and TEXTID to this function module along with the internal table(structure tline) having your text. To find out what values you need to pass, do the following

Go in change mode of that inforecord and change the text. This will take you to the text editor screen. In the text editor goto---> header. Here you will find all the details that you need to pass to this function module. TDNAME is the only one that will change, but you will see how that is formed. Usually it is the key fields of the inforecord table, but please crosscheck that.

Srinivas

Read only

0 Likes
824

Did the answers help you? Can you please close the post if resolved?

Thanks,

Srinivas