Hello,

Sign up to join our community!

Welcome Back,

Please sign in to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

You must login to ask a question.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

SAP EWM Help Latest Questions

  • 0
  • 0
DPM125
Beginner

Employee management APP in RAP

Employee management APP.

 

Firstly,

Create an employee table with the draft à zemployee_01

Create a draft table. à zemployee_01_d

Create a class to insert the data. à zdpm_populate_empoyee

Create a CDS root view entity  à zdpm_employee_transapp

Create a projection, View. à zcl_employee_trans.

Now create a metadata extension with UI annotation à zdpm_employee_transapp

 

Create managed implementation on CUD operations.

Behavior Definition.

Make the class using the code below à zdp_i_employee_transapp

 

 

 

Create a local classà lcl_

Create a business projection for business object. à zc_employee_transapp

Create a service definition.

Choose the defined service.

Use the projection view name

Now create the service binding

If the service is not getting published, then change it to OData V2- UI.

Now publish it, you will get the entity set then login to the Fiori application.

Goto the service URL.

Login in and click on the GO to view the data.

Now click on the row and you will find the detailed information.

You can add the filer based on the fields like:

 

Completed.

 

Related Questions

Leave an answer

Leave an answer