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

text editor on selection screen

Former Member
0 Likes
2,041

Hi all,

I want to bring the text editor on the selection screen in the report program.How should i go for it?

thanks and regards,

Sugeet.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,216

1.u can also the function module CATSXT_SIMPLE_TEXT_EDITOR.

2.use this command to open the editor in ur report when u r using internal tables...

EDITOR-CALL FOR <internal table name>

<b>reward if helpful</b>

Message was edited by: Ashok Kumar Prithiviraj

7 REPLIES 7
Read only

Former Member
0 Likes
1,216

Hi Sugeet,

Call the fm <b>CATSXT_SIMPLE_TEXT_EDITOR</b> and pass the title and space/S for mode.

Then u will get a text editor where u can write anyhting..

I hope u got the result. if so close this thread.

Thanks

Eswar

Message was edited by: Eswar Kanakanti

Read only

Former Member
0 Likes
1,217

1.u can also the function module CATSXT_SIMPLE_TEXT_EDITOR.

2.use this command to open the editor in ur report when u r using internal tables...

EDITOR-CALL FOR <internal table name>

<b>reward if helpful</b>

Message was edited by: Ashok Kumar Prithiviraj

Read only

Former Member
0 Likes
1,216

Hi Eswar,

CATSXT_SIMPLE_TEXT_EDITOR This function module does not exists.

any other fm present?

Read only

0 Likes
1,216

u are into which version? its available in 4.7

Read only

0 Likes
1,216

Hi,

Check this program and kindly reward points by clicking the star on the left of reply,if it helps.

SAPTEXTEDIT_TEST_EVENTS

Read only

Former Member
0 Likes
1,216

Hi Sugeet,

If you want to implement the text editor using Object Oriented Programming Techniques, I can send you the program details.

Thanks and regards,

Shail.

Read only

0 Likes
1,216

Hi shail,

can you send me the implement the text editor using Object Oriented Programming Techniques

thanks in advance,

raja