2007 Oct 09 1:59 PM
How to create more than 10 lines in a single trext box...Anyone help me with the code
You can add an text button on the screen and call the following function module when the user clicks on the button.
data: i_objtxt like solisti1 occurs 10 with header line.
call function 'TERM_CONTROL_EDIT'
exporting
titel = text-ttl
langu = sy-langu
tables
textlines = i_objtxt
exceptions
user_cancelled = 1
others = 2.
2007 Oct 09 10:10 PM
You can add an text button on the screen and call the following function module when the user clicks on the button.
data: i_objtxt like solisti1 occurs 10 with header line.
call function 'TERM_CONTROL_EDIT'
exporting
titel = text-ttl
langu = sy-langu
tables
textlines = i_objtxt
exceptions
user_cancelled = 1
others = 2.
2007 Oct 09 11:45 PM
Hi,
Check the sample program SAPSCRIPT_DEMO_NOTE_EDITOR
Thanks
Naren
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |