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

Parameter is mandatory in BOR but optional in Function Module..

rameshkumar_ramasamy2
Participant
0 Likes
837

Hi all,

In my BOR there is a mandatory parameter which i used as optional parameter in my Function Module.. So while executing im getting an error like Parameter <fieldname> is mandatory in BOR but optional in Function Module..

Any one suggest me hw to avoid this error..

thanks in advance,

Ramesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
485

Are you using a standard BO? Could you share the name of the BO and the parameter?

If you are trying to change parameters of a method in BO, you can create a delegate in SW06 and create a copy of this method with modified parameters.

1 REPLY 1
Read only

Former Member
0 Likes
486

Are you using a standard BO? Could you share the name of the BO and the parameter?

If you are trying to change parameters of a method in BO, you can create a delegate in SW06 and create a copy of this method with modified parameters.