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 set table control size?

Former Member
0 Kudos

Hello Experts,

I hv created a maintenance view and after generated table maintenance view for it.

now it adjusts the size of table control in table maintenance generation.

I want to change the size (width) of table control and again re-generate the table maintenance.

But when re-generation occurs, table control size is set to initial.

why it is happening? and wt to do to solve this issue?

Regards,

R.Hanks

2 REPLIES 2

Former Member
0 Kudos

Hi Ronny,

Everytime that you regenerate a table maintenance view, the automatic generated dynpro is regenerated also. That's why you must adjust the dynpro containing the table control to your needs every time you regenerate the maintenance view.

You can do this by entering to the maintenance view, following by this:

1. System -> Status

2. Get the Program Name and the No. of Dynpro

3. Go to transaction SE51

4. Enter the Program name and No. of Dynpro obtained and check Element List

5. Click on Change

6. Adjust the Fields to the width you want to, and save.

Hope it helps.

Regards,

Gilberto Li

Former Member
0 Kudos

thks