‎2008 Apr 30 5:13 AM
dear all,
I' ve a condition as follow,
There is a table (for example the table name is A), then the table has include structure B. At first, when I create the include structure in table A without initial values. but then , later i added 1 fields in the structure B which has initial values.
the question is why my initial values for the new field I added on the structure B do not work? and in the table A, initial values not turned on for the "include structure B"?
I think the initial values in table A should be on automatically when there is one of the fields in structure B which has initial values, doesn't it?
‎2008 Apr 30 5:17 AM
After performing changes in the append structure,you need to Adjust the database table by using SE14.Try doing this, u will get the values in that field u want.
Reward If found Helpful.
‎2008 Apr 30 5:17 AM
After performing changes in the append structure,you need to Adjust the database table by using SE14.Try doing this, u will get the values in that field u want.
Reward If found Helpful.
‎2008 Apr 30 5:37 AM
I already tried that, and it's still not working...
perhaps I should turn on the initial values for "include struct B" on the table A?
if so, will it affect all fields in the structure B?
‎2008 Jul 01 7:31 AM