‎2006 Feb 28 8:44 AM
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.
‎2006 Feb 28 8:52 AM
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
‎2006 Feb 28 8:49 AM
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
‎2006 Feb 28 8:52 AM
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
‎2006 Feb 28 9:15 AM
Hi Eswar,
CATSXT_SIMPLE_TEXT_EDITOR This function module does not exists.
any other fm present?
‎2006 Feb 28 9:17 AM
u are into which version? its available in 4.7
‎2006 Feb 28 9:18 AM
Hi,
Check this program and kindly reward points by clicking the star on the left of reply,if it helps.
SAPTEXTEDIT_TEST_EVENTS
‎2006 Feb 28 9:17 AM
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.
‎2009 Feb 18 7:59 AM
Hi shail,
can you send me the implement the text editor using Object Oriented Programming Techniques
thanks in advance,
raja