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 for updating text field

Former Member
0 Likes
4,165

Hi,

The READ_TEXT function module is used to read the text. Similarly I need the function module which is used to update the text. Can you please help me?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,803

Hi

try these.

READ_TEXT_INLINE-Like READ_TEXT. In addition, it passes the first few text lines to a second lines table.

EDIT_TEXT_INLINE-----Merges the inline lines with the other text lines and calls the text editor.

Thanks,

usha

3 REPLIES 3
Read only

JozsefSzikszai
Active Contributor
0 Likes
1,803

hi,

use SAVE_TEXT

ec

Read only

Former Member
0 Likes
1,803

Hi,

CREATE_TEXT : to create a new text entry.

SAVE_TEXT : to save or modify the text.

READ_TEXT: to read the contents of text.

Regards,

Raghavendra

Read only

Former Member
0 Likes
1,804

Hi

try these.

READ_TEXT_INLINE-Like READ_TEXT. In addition, it passes the first few text lines to a second lines table.

EDIT_TEXT_INLINE-----Merges the inline lines with the other text lines and calls the text editor.

Thanks,

usha