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 (text id) on Selection screen for executable programs

Former Member
0 Likes
662

Hello,

I have designed a report transaction which calls the adobe form, problem is on the selection screen i have to include a text editor so that the users can type their comments which should be printed on the output form, i know we can do this by module pool program by inserting custom control but in my case i have designed an executable program is there a way i can include the text id on the selection screen

Thanks

Edited by: kishore_99 on Mar 23, 2010 3:08 PM

3 REPLIES 3
Read only

Peter_Inotai
Active Contributor
0 Likes
424

You can also create a control element in event AT SELECTION-SCREEN OUTPUT for selection screen.

CREATE OBJECT gr_docking_container

EXPORTING

  • PARENT =

repid = 'YOUR_PROGRAM_NAME

dynnr = '1000'

SIDE = cl_gui_docking_container=>dock_at_bottom

extension = 400

...

Read only

0 Likes
424

Thanks, But i there a way i can control the position of the editor and name the editor, and once the user enter some data in the editor how do i pass the data from editor to the program?

Thanks,

Kalyan

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
424

Hello,

For all the info you need on Text Editor please check SAP Reuse Library (SE83).

The path will be: SE83 --> Controls --> Text Edit. (SAPTEXTEDIT* programs)

BR,

Suhas