cancel
Showing results for 
Search instead for 
Did you mean: 

Task with custom method failed

Former Member
0 Kudos

Hi All,

I have created a custom class for workflow and used method in task.

When i instantiate method from SE24, method successfully executed but when workflow is triggered task goes in failure with error-

<Call of the method ZFI_FLAG of the class ZCL_FI_CO ST failed; the obligatory parameter E_FLAG has not been filledMessage no. W8899>

Task is background task.

I will be thankful if somebody can provide resolution for problem.

Thanks.

Edited by: sanj_dell on Feb 7, 2012 1:21 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

There is an obligatory parameter E_FLAG of the method ZFI_FLAG .

You must provide the value while calling method ZFI_FLAG.

Thanks and regards,

SNJY

Former Member
0 Kudos

E_FLAG isnt mandatory parameter.Kindly help.

former_member185167
Active Contributor
0 Kudos

Hello,

Was a value provided for E_FLAG?

regards

Rick Bakker

hanabi technology

Answers (2)

Answers (2)

J_OWENS
Explorer
0 Kudos

Hi san_dell_1,

I am also facing the same issue right now. I have task which is calling a method, and I have made the binding also. But still I am getting the error? Could you please share the solution which you found?

Regards

Jesse Owens K

Former Member
0 Kudos

Hello,

Please check E_flag. AS mentioned in the error, it is mandatory and not getting filled. Have you done the required binding to execute the method.

Regards.