‎2006 Oct 12 2:56 PM
Hi,
We are implementing SRM 4.0
We want to add some customized fields for accounting information. To achieve this we have reffered to SAP note 672960. We have carried out all the steps mentioned in the note. One of the steps mentioned is
Use Transaction SE16 to include the user-defined fields that were defined in structure INCL_EEW_PD_ACC_CSF in table BBP_C_ACC_F.
In the "Z" append structure in structure INCL_EEW_PD_ACC_CSF we have added a field, ZZGL_FAVORITE, which is of line type (ie instead of a data element it refers to a structure, ZZSGL_CODES). When we activate the "Z" append structure we get the folowing error messages
1." TABL BBP_PDACC is inconsistent in active version"
2" Field ZZGL_FAVORITE: Structured type ZZSGL_CODES cannot be used in DB table BBP_PDACC "
3."Error in ALTER TABLE generation for table BBP_PDACC"
4."Table BBP_PDACC (Statements could not be generated)"
How can we rectify this error.
Thanks and Regards,
Jayesh
‎2006 Oct 12 2:58 PM
‎2006 Oct 12 2:58 PM
‎2006 Oct 12 3:00 PM
Check the same is coming after doing activate and adjust database. utilities -> Database utiities -> Activate and adjust database.
Regards,
Prakash.
‎2006 Oct 14 2:23 PM
the append structure should be compliant with the tables enhancement structure category:
Use menu-extras( or environment?)-Enhancement Category.
There is a radiobutton set for
- Can be enhanced(Deep)
- Can be enhanced, Character-Type or Numeric-Type
- Can be enhancedmChracter-Type
- Cannot Be Enhanced
- Not Classified
This Enhancement Category is new with 4.6. For many tables, SAP did not yet maintain it. Some tables are set to "Can be enhanced, Character-Type". Check if your append structure does not contain any data type not matching the category.
You may add one field after another, making a syntax check for each step. Finally you know which field causes trouble.
Regards,
Clemens