Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Text Box in Selection Screen

Former Member
0 Likes
1,300

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.

3 REPLIES 3
Read only

Former Member
0 Likes
692

This is possible by Module pool programming.

Read only

Former Member
0 Likes
692

Hi

You can declare a parameter with type char255 on selection screen and then use this in your code.

or

use module pool programming

Read only

sridhar_meesala
Active Contributor
0 Likes
692

Hi,

Designe a screen in SE 51 and call that screen in your report program.

To create a textbox in module pool look at [this|]

Thanks,

Sri.