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

Saving standard text

Former Member
0 Likes
596

Hii,

I am storing a long text using function module save_text.

for eg text_name = ZPRIYA. (The text within it is 'hello world').In which table does this get stored??Is it stored in a transparent table from where i can fetch the text and print it as output?

4 REPLIES 4
Read only

Former Member
0 Likes
568

hi:

Use read_text function module to retreive the text.

Regards

Shashi

Read only

Former Member
0 Likes
568

why you didnt search forum?

giving information as you are fresher

table STXH ,STXL .

Read only

Former Member
0 Likes
568

standard texts are stored in STXH table.

Read only

Former Member
0 Likes
568

Check table STXH.

Regards,

Aparna