2005 Sep 15 3:26 AM
Hi,
How do I update text in Info record. Is thre a FM available.
Thanks,
Ravi
2005 Sep 15 3:47 AM
Hi,
How do I update text in Info record. Is thre a FM available.
Thanks,
Ravi
2005 Sep 15 3:47 AM
2005 Sep 15 4:18 AM
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
2005 Sep 16 4:23 AM
Did the answers help you? Can you please close the post if resolved?
Thanks,
Srinivas
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |