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

Screen Painter

Former Member
0 Likes
404

I have a custom table having a 10 columns , and I want to add 2 moe,

after adding 2 more columns I'm not getting these two column reflacted in the screen painter , what to do in order to get newly added column in screen

2 REPLIES 2
Read only

Former Member
0 Likes
380

Hi,

IF the table values are maintained using SM30..

Regenerate the table maintenance screen for the table..

Go to the change mode of the table..

Utilities -> table maintenance generator..

Press the change button and press the expert mode button...Then select all and then press enter..This will regenerate the screen..

Now you can see the two new fields in SM30..

If the values are not maintained through SM30, but through a custom program..Then you have to manually add the new fields to the screen and write code to move the values ..

Thanks,

Naren

Read only

Former Member
0 Likes
380

If the table is not activated then the changes are not reflected in the screen.

check the activation log se11-> ur tablename->change

utilities-> activation log.

here read the instructions whether the table is activated successfully or showing errors during activation. try to adjust the errors.

once the table is activated with no errors then changes can be reflected in the screen

Regards,

MB