Question:
i have:
selection-screen begin of block mimsak_pos_oved
with frame title text-002.
selection-screen begin of line.
selection-screen comment 1(20) text-002 for field f_name2.
parameter f_name2 like rlgrap-filename.
selection-screen end of line.
selection-screen end of block mimsak_pos_oved.
at selection-screen output.
f_name2 = temp_filename2.
* my problem is that on the screen the parameter f_name2
get a path from temp_filename2 and on the screen not all the path
display on the text box how can i extend the text box ? ? ? ?
Answer:
Don't think that you can, I believe that there is a limit on selection screens. On dynpro, I think that you can make it as long as you want.
Regards,
R Heilman
Answer:
you have to create your own with se11 and the use it in you program... you have to create one with enough positions as you need..
bye
Answer:
Transaction SE80 with your program, dynpro 1000.
Regards.