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

Customizing Include in EKKO

Former Member
0 Likes
636

Hi,

I want to know what happen if add a new field in a CI_EKKODB? this structure have 6 fields, and the EKKO table has 145500 records.

will i have any problem in order to adjust the EKKO table on production?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
499

Hi Andres,

1: In stead of using the customer include, I would use an APPENDSTRUCTURE. (this is not the same) As far as I know, SAP also prefers itthat way.

2: After adding fields to an existing table, you can simply adjust thetable. However, you must be sure that the new fields get the correctinitial values (in stead of value NULL). You should set the attribute'initial value' in the data dictionary.

and there will be no problem on your production system.

regards

Anup.

1 REPLY 1
Read only

Former Member
0 Likes
500

Hi Andres,

1: In stead of using the customer include, I would use an APPENDSTRUCTURE. (this is not the same) As far as I know, SAP also prefers itthat way.

2: After adding fields to an existing table, you can simply adjust thetable. However, you must be sure that the new fields get the correctinitial values (in stead of value NULL). You should set the attribute'initial value' in the data dictionary.

and there will be no problem on your production system.

regards

Anup.