‎2008 Jul 01 7:10 PM
Hello friends,
I have a small querie, how to add text area in module pool programming when i going to create a screen .
Thanks in advance.
‎2008 Jul 01 10:46 PM
If you want a text editor, then have a search in Google for
abap "custom control" texteditto find examples - e.g.
[The SAP Control Framework|http://help.sap.com/saphelp_nw04/helpdata/en/2a/755b94ca5911d299af5c9604c10e27/frameset.htm]
[TextEdit Control|http://www.erpgenie.com/abap/controls/textedit.htm]
Basically you define an area on the dynpro that has the custom container, and at run time you create an instance of this container and an instance of the texedit control with the custom container as its parent.
Jonathan
‎2008 Jul 02 5:53 AM
Hi siraj,
If you want to add text area in a screen in dialoge programing then first of all create screen.
then click on layout button. it will open screen painter, in screen painter click on Text field to add text field and on ip/op field to add input/output area.
hope this will help you.
Thanks & Regards,
Rajesh Kumar
‎2008 Jul 02 7:44 AM