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: 

How to change the visible length in screen painter?

Former Member
0 Kudos

Hi Guys,

we have field in screen which is type to ATWRT but the visible length is set to 11. ATWRT is 30 char.

Please advise on How to change the visible length in screen painter to make it 30?

When I try to edit the defined length from 11 to 30. It wont allow me to.

Thanks a lot!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Decalre the ATWRT filed as 30 char in the driver program (SE38) and then activate. Go to se51 click the button get from progarm.

there you can able to get it 50 char.

3 REPLIES 3

Former Member
0 Kudos

Hi

Decalre the ATWRT filed as 30 char in the driver program (SE38) and then activate. Go to se51 click the button get from progarm.

there you can able to get it 50 char.

Hi,

Try the below method:

Goto Screen Painter -> Double click on Input-Output field for ATWRT another screen will appear with attributes of Input Output field -> Increase the Visible length Value there. (Option of visible length is below the Name and Text attribut of Attribute windiw.)

If the Visible length field isn't allowing change then declare it as a Char type instead of taking the DataType for Data Dictionary.

Thanks,

Preyansh

Edited by: DWIVEDP on Mar 29, 2010 12:42 PM

Former Member
0 Kudos

Hi Friend

Instead of manually increase the visible length for the ARWRT field.

U use this.

In se51

goto->secondary windows->Dictionary/Program Fields(F6).

Give the field name ARWRT, and press the get from program button, it would automatically retrieves the values from Dictionary field ARWRT.

Thanks&Regards

Surender Kumar.S