cancel
Showing results for 
Search instead for 
Did you mean: 

How does the internal buffer of the FM CRM_ORDER_READ works?

Former Member
0 Kudos

Guru's

so, i'm getting a random error when using the CRM_ORDER_READ that says the following:

"At least one entry could not be found in object buffer" (CRM_ORDER_MISC 106)

This is happening inside the FM CRM_ISA_STATUS_PROFILE_ANALYSE after we save an order. When ABAP give this error message, then JAVA displays a dump on screen. But is happening at random, so I don't have any clue of why is happening. I assume the error is happening inside of CRM_ORDER_READ.

I already saw this error in another process that has nothing to do with this and I'm cleaning the buffer in the BADI BASKET HEAD and that solved the problem in that scenario.

But in this case I don't know what to do.

My question is: How does the internal buffers of CRM_ORDER_READ works? Because this error is an internal error of the function that doesn't find an object in the buffer and the object exist in the data base. Any clue, maybe a way to always clean the buffers via customizing?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The best way to solve this is to look at the module functions that clears the buffers and use it.

Closed.