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

FM or Function group to handle Long text for objects

Former Member
0 Likes
633

Hi ABAPers,

What is the function modules/function group which are used to handle Long text functionality in R/3?

Thanks and Regards,

Ramesh.

check FM

READ_TEXT.

or program

<b>LSTXDUXX</b> to get complete list

Regards

Prabhu

3 REPLIES 3
Read only

Former Member
0 Likes
586

check FM

READ_TEXT.

or program

<b>LSTXDUXX</b> to get complete list

Regards

Prabhu

Read only

Former Member
0 Likes
586

Hi

Texts are usually stored in STXH or STXL tables.

Function module READ_TEXT can be used to read the text from these tables.

Reward if helpful.

Read only

Former Member
0 Likes
586

Hi ramesh,

1. From se37, check for function group STXD

2. There will be many Fm.

3. The commonly used are

READ_TEXT

EDIT_TEXT

SAVE_TEXT

regards,

amit m.