2007 Jul 09 10:26 AM
I am trying to create a text field in the selection screen where it can insert a text with multiple lines for instance those text fields which you can see online where you can key in text lines after lines.
How do you do that in ABAP?
I am trying to create a text field in the selection screen where it can insert a text with multiple lines for instance those text fields which you can see online where you can key in text lines after lines.
How do you do that in ABAP?
2007 Jul 09 10:30 AM
Hi
See any Std program code for CREATING long Text lines
See any application document HEADER or ITEM text and copy that code
first declare a field with some table field
like
PARAMETERS: p_text like Tline-tdname.
then keep a button (for Long text) and in the program write a code such that when you press on that line it will take you to text ediotr
using the CREATE_TEXT fun module
copy it from a std program text..
<b>Reward points for useful Answers</b>
Regards
Anji
2007 Jul 09 1:14 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |