Hello,
I created a specific workflow, triggered by an event, from a class I also created.
From this event, I get some data about a Document (CV01/02/03N...).
The first step is a task which refer to a method (from the same class above).
The binding Task <=> Method is the data about the Document and the Workflow ID.
After I start the workflow, I execute the work item in SWI1, with a breakpoint in the method.
I can't go in debug, and the work item is in error (in Workflow log) :
- "Work item 000000590208: Object ZCL_SA3_WF_GED_RECL_FOURN method UPDATE_FID cannot be executed"
- "EXECUTE_METHOD_OBJECT_SYNC : Dereferencing of the NULL reference".
Note: The task is not in background processing, in the aim of debugging the source code.
I did SWU_OBUF and quit/relog SAP.
Do you have any ideas to solve this problem ?
I think it's a biding problem, because I can' t even go in debug mode...
Thanks.
Regards
(sap version: ECC 6.0)