Hi all,
I could not figure out this particular case in Production system.
I have a background task which is synchronous, it calls a custom method to create a FI document. On an average there will be 3000-4000 workitem get generated for this task. Out of those, only 5-10 are going into below error (randomly). If I restart that workitem from SWPR, it is getting executed as expected.
As mentioned in help.sap , there is no binding between the task container to method container.
Binding definition to method container
The task container is completely copied to the method container at runtime as standard.
You can define this binding definition when defining a task. SAP only recommends that you do this if you do notexplicitly want to provide the import parameter of the method with data or if you define your own binding from the method to the task container.
If you define the binding of the task to the method container, you also have to define the binding from the method to the task container. The content of the container is only automatically copied to the relevant target container if you do not define either of the two bindings.
But only 1% of the workitem for this task is failing with the above error.
Has anyone faced this kind of problem.??
Thanks,
Karthikeyan