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

LONG TEXT == SAVE / RETRIEVE

ashok_kumar24
Contributor
0 Likes
415

Hi Experts,

I have a long text of size unlimited

My requirement is

1) To store/save a long text permanently

2) To retrieve that text.

Can we do the above operations using function modules.

Is there any other way.

Thanks in advance

AK

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
381

You can use the SAVE_TEXT and READ_TEXT function modules. You can setup a custom text object/id using SE75.

REgards,

Rich Heilman

Read only

Former Member
0 Likes
381

Use the below functions

SAVE_TEXT - To save the long text

READ_TEXT - To retrieve the long text

-Kiran