Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

error in odata

naotoxxx
Participant
0 Likes
1,094

Hello friends i need help be cause i created an odata then i create an entity but after some time i delete it but know when i'm triying to execute any entitySet i get an error
RFC Error: Runtime error occurred in backend system

/n/IWFND/ERROR_LOG Details:

RFC_FAILURE_MESSAGESyntax error in program ZCL_ZCLMM_GW_CREARPROV_DPC_EXTCP .

fi i try to activate a method that i was modifing i get:
El método "LISTTRATAMIENTOS_GET_ENTITYSET" no se ha declarado ni heredado dentro de la clase "ZCL_ZCLMM_GW_CREARPROV_DPC_EXT"

LISTTRATAMIENTOS_GET_ENTITYSET was a method of LISTTRATAMIENTOS that i created and then delete it

What it can be?

Hello friends i need help be cause i created an odata then i create an entity but after some time i delete it but know when i'm triying to execute any entitySet i get an error
RFC Error: Runtime error occurred in backend system

/n/IWFND/ERROR_LOG Details:

RFC_FAILURE_MESSAGESyntax error in program ZCL_ZCLMM_GW_CREARPROV_DPC_EXTCP .

fi i try to activate a method that i was modifing i get:
El método "LISTTRATAMIENTOS_GET_ENTITYSET" no se ha declarado ni heredado dentro de la clase "ZCL_ZCLMM_GW_CREARPROV_DPC_EXT"

LISTTRATAMIENTOS_GET_ENTITYSET was a method of LISTTRATAMIENTOS that i created and then delete it

What it can be?

2 REPLIES 2
Read only

naotoxxx
Participant
0 Likes
811

The problem was after i delete the redefinition i did not selected those inactive objects, so i select them and my object than i'm going to active and that's it

Read only

SimoneMilesi
Active Contributor
0 Likes
811

Well, if you un-implemented the redifinition of your method, the error is correct: you just have an empty shell and invoking it gives you error.

What are you trying to do? My OData senses are telling me there is a bigger scenario you are not showing us 😉