Home > SAP CRM > SAP CRM – EEW(Easy Enhancement Workbench)

SAP CRM – EEW(Easy Enhancement Workbench)

October 29th, 2009 Leave a comment Go to comments

The Easy Enhancement Workbench is a development tool with which SAP applications (called Business Objects in the following document) can be extended in a simple manner. Customer enhancements to a Business Object are defined via wizards. The Workbench then does all development work for the user: database tables, screens and application logic are created automatically. Finally the customer enhancement is included in the SAP standard. This post will show you how to enhance SAP business transaction step by step.

Step 1.Create a new project.

Go to transaction code EEWB and choose ‘Create Project’. Enter project name and package name.

eewb_1

Step 2.Assign the transport to the project.

So that the extension objects generated by the Easy Enhancement Workbench can be used in the productive system, the Easy Enhancement Workbench is connected to the Change and Transport System. To include the objects in requests, transport requests must be assigned to the transportable projects of the Easy Enhancement Workbench.

Step 3.Create A new Extension

eewb_2

Step 4. Follow the extension wizard to add new fields

In the wizard, you can choose which business transaction categories do you want to enhance. Then you can define new added fields with data type and length. Once you finish the definition of extension,  the EEWB will automatic generate everything for you.

eewb_3

There are also lots of limitations of EEW generation. For example, Only the first 10 generated extensions are automatically shown in SAPGUI on a tabstrip called “Customer fields”. For more detail information, please find below SAP Note:

1047266 – FAQ: Limitations and restrictions of EEW generation

  1. No comments yet.
  1. No trackbacks yet.