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

Reading text from SE61

Former Member
0 Likes
3,790

Hi,

I need to read the text in standerd SAP and display it in a custom area. Does anyone know how to do this? I know how to display the text in the area. I just need to know the method of reading it.

Thanks

Lilan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,652

Hi,

You can use the table DOKTL to get the text.

THanks,

Naren

3 REPLIES 3
Read only

Former Member
0 Likes
1,653

Hi,

You can use the table DOKTL to get the text.

THanks,

Naren

Read only

sudhindra_chandrashekar
Product and Topic Expert
Product and Topic Expert
0 Likes
1,652

Hi,

You can use Function Module DOCU_GET to retrieve the text from the documentation maintained.

Hope this helps

Sudhi

Read only

Former Member
0 Likes
1,652

use FM

DOCU_READ..

Thanks,

Renjith