Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need help in inbound function module !

Former Member
0 Likes
361

What is the meaning of this in the inbound function module ?

WORK_RESULT = C_WF_RESULT_OK.

In my function module its showing some error !

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
331

Might be a constant C_WF_RESULT_OK is assigned to

variable WORK_RESULT .

Please check if they are declared in the function module ..

1 REPLY 1
Read only

Former Member
0 Likes
332

Might be a constant C_WF_RESULT_OK is assigned to

variable WORK_RESULT .

Please check if they are declared in the function module ..