cancel
Showing results for 
Search instead for 
Did you mean: 

POST: Internal Error 500

Former Member
0 Kudos

Hi all,

I have implemented a post in my app. The Post is working, but i get also an internal error 500 while doing the post. When I use the SAP transaction /iwfnd/error_log the error infos says that there is no GET_Entity-Method implemented. Thats right, i didn't implement it, cause i dont need it.

Any idea to solve this problem?

Accepted Solutions (1)

Accepted Solutions (1)

former_member9607
Active Participant
0 Kudos

Hi Kevin,

Please check your post method in Data Provider Class. The post method returns the entity created by that http call.

Now to return this entity it calls get_entity method for same entity type.

You can remove 500 internal error by commenting that code or implementing get_entity method.

Regards,

KK

Answers (0)