‎2009 Dec 24 5:27 AM
Hi All,
Is it Possible to provide a text box in the selection screen?
My requirement is user needs to enter a paragraph in the selection screen and this should be displayed in the form.
Note : Individual text fields are not required.
Thanks
parthi.
‎2009 Dec 24 5:30 AM
‎2009 Dec 24 5:36 AM
Hi
You can declare a parameter with type char255 on selection screen and then use this in your code.
or
use module pool programming
‎2009 Dec 24 5:45 AM