‎2006 Dec 22 11:07 PM
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
‎2006 Dec 22 11:12 PM
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
‎2006 Dec 23 3:31 AM
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