Попробуйте посмотреть ноту Note 679572 - EEW: Business objects are missing. Возможно, это ваш случай:
SymptomIn the Easy Enhancement Workbench, the system does not provide some business objects and enhancement types which can be expected according to the Development News.
Other termsEEW, Customizing, database, initial, value
Reason and PrerequisitesSome databases (for example MS SQL) do not correctly represent the business objects and enhancement types delivered by SAP.
SolutionStart the following report (see attachment).
Code:
*&---------------------------------------------------------------------*
*& report ZEEW_FIX_ER_CUS *
*& *
*&---------------------------------------------------------------------*
*& Fix Nullvalue problem in EEW Customizing version 1.0 *
*&---------------------------------------------------------------------*
REPORT zeew_fix_er_cus.
DATA lt_exttyp TYPE TABLE OF oxt_er_exttyp.
SELECT * FROM oxt_er_exttyp INTO TABLE lt_exttyp.
UPDATE oxt_er_exttyp FROM TABLE lt_exttyp.
Ну и Note 494966 - Composite SAP Note for Easy Enhancement Workbench (EEW) в целом.