cancel
Showing results for 
Search instead for 
Did you mean: 

HCM Processes and forms

Former Member
0 Kudos

Hi,

Is there any way to create a copy of a backend service from one process to another? I need to create a copy of a already existing backend service.

Accepted Solutions (1)

Accepted Solutions (1)

sahirn
Active Contributor
0 Kudos

Copy the implementation class behind the back service which you wish to create a copy of.

Then define a new custom generic service and then use the copied class as the implementation class.

There after you can modify the get_fiend_info , initialize and do_operation and other methods as per your need

Hope this helps.

Regards,
Sahir.

Former Member
0 Kudos

Hi Sahir,

Could you please let me know any way to copy all the fields from the existing backend service to the copied one?

sahirn
Active Contributor
0 Kudos

You can create a copy of an existing process using menu option Process => Copy with dependent objects in HRASR_DT. But for a new custom service - you would have to add using the backend service the way you do it with SAP_PA.

Hope this helps.

Regards,

Sahir.

Answers (0)