Preparing, Deploying and Running the Application 
Open the Development Infrastracture perspective by choosing .
Under Local Development/ My Components select app_ear.
Under Component Properties select Dependencies and choose Add.
Under Local Development/ My Components select the app_dict indicator, then under New required DCs select app_dict again and choose Next, then select the Runtime and Deploy Time indicators and choose Finish.
Open the Java EE perspective by choosing .
From the app_ear context menu select .
Open with XML Editor the application.xml under app_ear/META-INF.
Under Design tab page, browse to the context-root and enter sEDM.
Save the configuration.
Note
Make sure you have configured a running SAP system (server) under Window/Preferences of your SAP NetWeaver Developer Studio.
From the context menu of app_ear select .
Select app_ejb , app_web (app_ear is selected by default) and choose OK.
From the context menu of app_ear select .
Select app_dict , (app_ear is selected by default) and choose OK.
In your web browser enter http://<system>:<port>/sEDM.
For example, http://pwdf6180:50000/sEDM.
After starting the application you can select List projects and List employees in the application user interface.
Make sure you enter data for all the requested fields.
For example, for a new project you need to enter name, status, and so on.