‎2007 Jul 18 10:46 AM
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
‎2007 Jul 18 10:48 AM
‎2007 Jul 18 11:11 AM
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.