Hi,
Our enterprise system has an IS-OIL component. Some transactions failed giving ABAP dumps on CALL_C_FUNCTION_NO_AUTHORITY . I believe this is due to the fact that the ABAP programs are making calls to QCI by CALL SYSTEM.
So, first, I would assume that transactions failing on this object (S_C_FUNCT) are more likely IS-OIL transactions.
When analyzed, I see that most of these transactions have either S_C_FUNCT in check state or do not have the object at all!
I did all proper tracing on the transactions, and ensured which transactions are calling S_C_FUNCT. I can update the SU24 of the transactions not having S_C_FUNCT, but am I missing something ?
If SAP programs have checks built in ABAP to check this object, why would this object not be in at least check state in SU24 ?
-Abhishek