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 Values for Custom Fields

Former Member
0 Likes
676

Hi Experts,

I have enhanced FKKVKP table table using the CI_FKKVKP Include structure. The components for CI_FKKVKP have the initialization flag set but the same is not flowing to the FKKVKP db table and these custom field are not initial.

Is there something I am missing. As per the ABAP docu the initialization flag should have done the trick.

Indicator that NOT NULL is forced for this field

This flag is only meaningful if the structure is included in a database table.

In this case exactly the fields of the include that are flagged as initial in the definition of the structure are assigned an initial value in the database.

Regards,

Ritesh

1 REPLY 1
Read only

Former Member
0 Likes
525

Field got initialized using Force conversion option in SE14.