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

Editing long texts.

Former Member
0 Likes
381

Dear Experts,

I have asked you earlier about reading long texts, but now I have to (only) append the long texts through function module.

Is there any FM to do this.

Morevoer the text would be entered in a handheld so it will be only 36 characters wide.

So how do I unwrap the 36 character text and append in the long text.

Thanks in advance,

Goldie.

Dear Experts,

I have asked you earlier about reading long texts, but now I have to (only) append the long texts through function module.

Is there any FM to do this.

Morevoer the text would be entered in a handheld so it will be only 36 characters wide.

So how do I unwrap the 36 character text and append in the long text.

Thanks in advance,

Goldie.

1 REPLY 1
Read only

Former Member
0 Likes
341

You can use EDIT_TEXT to update the long text.

Also look at the FM RKD_WORD_WRAP to wrap the text

and you can append the lines in the EDIT_TEXT fm.

Please award points for helpfull answers.

Regards,

Sudhir Atluru