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

Regarding module pool programming

Former Member
0 Likes
669

How to place the text editor in the module pool programming and how to write the coding for capturing the text in the screen and update it in the database tables?

5 REPLIES 5
Read only

Former Member
0 Likes
640

USe the Function Module 'CATSXT_SIMPLE_TEXT_EDITOR' to call the Text editor.

CALL FUNCTION 'CATSXT_SIMPLE_TEXT_EDITOR'

EXPORTING

im_title = v_changelogtitle

im_display_mode = 'X'

CHANGING

ch_text = it_changelog.

Hope this helps

Vinodh Balakrishnan

Read only

Former Member
0 Likes
640

Hi,

Pls. check this link .Your all doubts related to text editor will get clear.

http://www.erpgenie.com/abap/controls/textedit.htm.

Don't forget to reward if useful.......

Read only

Former Member
0 Likes
640

Hi ,

go through this link for Better Understanding o Dialog Module Programs:

[http://www.sapdev.co.uk/dialog/tabcontrol/tc_basic.htm]

Reward points if it is usefull ...

Girish

Read only

Former Member
0 Likes
640

Hi,

Use the Function module 'LONGTEXT_ONLY' and pass thje required parameters.

I have used the same function module in my module pool programming.

Just create an icon in the module pool programming and asign a FCODE and when user clicks on the icon the editor will open with the current text . you can delete and add the text . if text is not there for a particular order number or whatever empty editor will open so that you can add your own text.

I hope you understand it.

Reward if useful.

Thanks,

Nageswar

Read only

Former Member
0 Likes
640

Hi,

Use the samplke program RSDEMO_DRAG_DROP_EDIT_TREE to learn text editor as well as tree contols....

You can use function module SAVE_TEXT to save text and READ_TEXT to read the texts.

Regards,

Renjith Michael.

Edited by: Renjith Michael on Jan 22, 2008 10:23 AM