cancel
Showing results for 
Search instead for 
Did you mean: 

Change standard rule from 'R' (responsibilities) to 'F' (function to be executed)

Former Member
0 Kudos


Hi all,

I have a question regarding changing the rule definition of the standard rule 2100070 (FICA_indpay).

The standard category is 'R', but I need the rule definition 'F' (function to be executed) to add a customer function module.

Which is the right way to do it? Should I change the standard rule or should I copy the workflow and define a new customer rule for my requirement.

Cheers and thanks in advance

Mar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I would create a new rule and copy the workflow template. Try to avoid changing the standard objects.

Regards,

Karri

EDIT: You might want to change the rule container (the "input parameters" of the rule) too, and in that case it makes even more sense to create completely new rule.

Former Member
0 Kudos

Hi Karri,

thanks a lot for your answer.

But if I create a new rule and copy the workflow template, then I am creating a new workflow which means that I am not using the standard and SAP doesn't provide any support for errors in the customer workflow, right?

Is that way (create new rule + copy WF template) the usual way how ABAP developers perform such kind of changes?

What's about creating a new rule and assign it to the standard task in this field?

Additionally I should change the AC Rule, right?

Or should I forget this way and only copy the WF template?

Cheers andn thanks in advance

Mar

Former Member
0 Kudos

In either case you will do changes to the standard.

Better to leave the standard as it is. You can later encounter some problems, and then it will be possible to reproduce the error with the standard workflow template, and then ask support from SAP.

>Is that way (create new rule + copy WF template) the usual way how ABAP developers perform such kind of changes?

I would say that this is the normal way. When the standard does not fulfill the requirements you make your own version. They are just workflow "templates" that SAP provides. They are not like standard reports etc. that you want to keep using and take a copy as a last resort.

Regards,

Karri

Answers (4)

Answers (4)

SandySingh
Active Contributor
0 Kudos

Hello Marcos,

You can copy the rule to custom one  and then use transaction SWDD_CONFIG to add the custom rule in SAP standard workflow without modification.

Regards

Sandy

anjan_paul
Active Contributor
0 Kudos

Hi,

  Avoid changing the type of rule,  as this this rule may used in  several workflow. Better copy or create rule  with type F  , then  use  it

Former Member
0 Kudos

Hi Marcos,

You have to create a new rule with the type of 'F' to include your custom function module.

Thanks,

Vijay.

former_member185167
Active Contributor
0 Kudos

Copy