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

ABOUT TEXT AREA IN DIALOG PROGRAMMING

former_member186776
Participant
0 Likes
676

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.

3 REPLIES 3
Read only

Former Member
0 Likes
465

If you want a text editor, then have a search in Google for

abap "custom control" textedit

to 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

Read only

Former Member
0 Likes
465

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

Read only

Former Member
0 Likes
465

Refer the EX RSDEMO_DRAG_DROP_EDIT_TREE