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

initial value in se11 not working with include structure

Former Member
0 Likes
673

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
526

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.

3 REPLIES 3
Read only

Former Member
0 Likes
527

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.

Read only

Former Member
0 Likes
526

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?

Read only

Former Member
0 Likes
526

nevermind