cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to generate the backend operation proxy for RFC

Former Member
0 Kudos

Hi,

some times when the Gateway project is activated, i am getting the below error, when i asking ABAPer to delete RFC and re create it might work ,

Failed to generate the backend operation proxy for RFC <name of the RFC>

&ZIF_Z_360_PAYER_INFO6& is locked in request/task &K2DK900046&

not able to understand where the issue is.. can some one tell me the root cause of this issue?

-Madhav

Accepted Solutions (0)

Answers (1)

Answers (1)

EkanshCapgemini
Active Contributor
0 Kudos

Hi Madhav,

This error is coming because the interface is already locked in some other request/task. When you try to regenerate the BOP, it changes the Interface 'ZIF_Z_360_PA........' . Since this interface is locked in another request/task, it is unable to change it in your task. You can go to that specific task/TR and unlock your object from that task/TR. Then try to regenerate the artifacts, it should work.

Regards,
Ekansh