‎2010 Mar 23 2:08 PM
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
‎2010 Mar 23 4:36 PM
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
...
‎2010 Mar 23 5:44 PM
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
‎2010 Mar 23 6:42 PM
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