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

Function Module 'SAVE_TEXT'

Former Member
0 Likes
586

Hi All..

How to use Function Module 'SAVE_TEXT'...??

I would like to store long text in the table STXH.

For this purpose, i have to upload the long text from internal table into STXH.

If i test the Module in SE37, the text is getting updated in the Table STXH.

If i use the FM in my Code with the same inputs, i am facing RunTime Error as " Type conflict when calling Function Module (Field Length)"..

Please help me out in this regard.....

Regards

Pavan

1 ACCEPTED SOLUTION
Read only

gopi_narendra
Active Contributor
0 Likes
509

Hi pavan, before using this save_text u got to use the function module EDIT_TEXT. for better understanding on these function modules check the standard program RM07METI

Regards

- Gopi

1 REPLY 1
Read only

gopi_narendra
Active Contributor
0 Likes
510

Hi pavan, before using this save_text u got to use the function module EDIT_TEXT. for better understanding on these function modules check the standard program RM07METI

Regards

- Gopi