Hi experts
Im creating an action on CRM using the Method Trigger Alert, and on the action that I use Im processing through a selection report. Once the conditions for the actions are met, if I execute the action on the UI its processed correctly, howerver when I go to the GUI and try to executie it with the TRansaction SPPFP, I get a dump saying the following
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
caught in
procedure "GET_ACCESS_ENTITIES" "(METHOD)", nor was it propagated by a RAISIN
clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
You attempted to use a 'NULL' object reference (points to 'nothing')
access a component.
An object reference must point to an object (an instance of a class)
before it can be used to access components.
Either the reference was never set or it was set to 'NULL' using the
CLEAR statement.
anyone has any idea whats wrong? specially since im concerned that if I execute this manually on CRM Web its processed correctly but on the GUI when I try to make a job with this report I start getting dumps
Im in SAP CRM 7.0 Ehp 2
thanks