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

SAP Query and runtime error CREATE_OBJECT_CLASS_NOT_FOUND

Former Member
0 Likes
449

Dear ABAP gurous,

I have created a query connected to an infoset. It worked fine. When I made a minor change to the infoset (checked, saved and generated afterwards) I couldn't run the query. Now, the problem is, when I run the query, the ABAP runtime error occurs:

Runtime Errors CREATE_OBJECT_CLASS_NOT_FOUND

Except. CX_SY_CREATE_OBJECT_ERROR

Can somebody tell me what causes the problem? Did I miss to do something after introducing this minor change to the infoset?

Thank you in advance and regards

Rafal Kosinski

2 REPLIES 2
Read only

Former Member
0 Likes
410

Was the change you made anything to do with objects.

Read only

0 Likes
410

In the infoset I had tables join (FEBKO+T001) and additional field group. For the field group I defined a field for which a code was created (a function module call). It worked for this setup.

Then, I just made a change in the code: in the function module call, I changed

sy-datum to febko-azdat for parameter DATE of the function module.