cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CL_ABAP_TYPEDESCR not released in BTP ABAP Environment Standard Plan

sebastian_wilhelm1
Participant
463

Hi experts!

I copied a service/development from ABAP Environment (Free Plan) to ABAP Environment (Standard Plan). While testing the service, I got an an "TYPE_NOT_RELEASED" error for cl_abap_typedescr (see attachment). I don't get this error in the free plan. Does somebody know, what I have to do, to get this working. When checking the properties of class cl_abap_typedescr, I can see that the API State is "released".

sebastian_wilhelm1_0-1719496196008.pngsebastian_wilhelm1_1-1719496216577.png

 

Thanks and best regards,

Sebastian

Accepted Solutions (1)

Accepted Solutions (1)

junwu
SAP Champion
SAP Champion

I think it is not complaining about CL_ABAP_TYPEDESCR

it seems to be about the type of the object you are trying to work with using cl_abap_typedescr

Answers (1)

Answers (1)

sebastian_wilhelm1
Participant
0 Likes

That was correct.