cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Process Automation Action Post

parab_neha
Explorer
0 Kudos
250

Hello Team,

In SAP Process Automation, We have created action(Post) using custom odata.

Our entity Name - /Eform_Approval_DetailsSet. On Testing this action, post Action searches for method - EFORM_APPROVAL_D_CREATE_ENTITY.

As our method name is Eform_Approval_DetailsSet , it shows error “501: NOT IMPLEMENTED”.

If we change our method name to EFORM_APPROVAL_D_CREATE_ENTITY’ , it calls the method.

Is there any mandatory method naming requirement for action project to work ?

Please guide.


Thanks ,

Neha

parab_neha
Explorer
0 Kudos

Hi keshav.kumar.gupta ,

Please find attached Openapi file.

openapi-spec-eform-approval-detailsset1.txt

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

HI Neha,

Can you please post the API spec file to check how is it written? Action doesn't work on entity model but on Open API syntax of Endpoint name. So whatever is the API name you have in specs file would be considered during making the call.

Thanks

Keshav

Archana
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Neha,

Have you checked/tested in another rest client to ensure that you custom API is not returning 501 ?