Application Development 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: 

Increasing the Height of Text Box to 3 in Dialogue Program

Former Member
0 Kudos

Hi Friends,

I have a Requirement in SAP to Use a Text Box in Dialogue Program .

I have to use a Text box of length of 25 characters with height as 3.

So that the user can type 75 characters in 3 rows at a stretch so that it can stored in a variable.

But the height is greyed out in SE51.

Is there any ways to create a text Box with such option.

Is there any ways like text group?

Please help me.

1 REPLY 1

Former Member
0 Kudos

Hi In screen use 3 Input output fields. In the PAI declare a string variable and concatenate these 3 I/O fields data into that variable.

It will solve your problem.